All Kotlin Answers
- unfortunately myapp has stopped. how can i solve this?
- alarm manager example
- android kotlin: getting a filenotfoundexception with filename chosen from file picker?
- how to allow all network connection types http and https in android (9) pie?
- how to return a list from firestore database as a result of a function in kotlin?
- how to make an android device vibrate? with different frequency?
- kotlin and immutable collections?
- kotlin ternary conditional operator
- single exclamation mark in kotlin
- unresolved reference - activity does not recognize synthetic imports in android studio v4
- dependancy error when integrating android studio project with firebase for a google sign in feature
- how does the reified keyword in kotlin work?
- how can we have searched characters colored when we use searchview in recyclerview?
- what is the equivalent of java static methods in kotlin?
- default interface methods are only supported starting with android 7.0 (nougat)
- onactivityresult() not called in new nested fragment api
- deprecated gradle features were used in this build, making it incompatible with gradle 5.0
- kotlin's iterable and sequence look exactly same. why are two types required?
- what do i use now that handler() is deprecated?
- getters and setters in kotlin
- activenetworkinfo.type is deprecated in api level 28
- how to use typetoken + generics with gson in kotlin
- unresolved reference: kotlinx
- kotlin: whats does “return@” mean?
- can't create new kotlin project after updating to android studio 4.2
- why does this kotlin method have enclosing backticks?
- android get current timestamp?
- how to convert a kotlin source file to a java source file
- android asynctask api deprecating in android 11.what are the alternatives?
- singleton object becomes null after app is resumed
- how to parse json in kotlin?
- startforeground fail after upgrade to android 8.1
- android room - simple select query - cannot access database on the main thread
- how can i convert a part of java source file to kotlin?
- smart cast to 'type' is impossible, because 'variable' is a mutable property that could have been changed by this time
- how to do bulk (multi row) inserts with jparepository?
- difference between list and array types in kotlin
- nullpointerexception when trying to access views in a kotlin fragment
- how to create empty constructor for data class in kotlin android
- kotlin bytecode - how to analyze in intellij idea?
- what is a “receiver” in kotlin?
- opening android settings programmatically
- recyclerview itemclicklistener in kotlin [closed]
- kotlin - property initialization using “by lazy” vs. “lateinit”
- how to sort based on/compare multiple values in kotlin?
- is it possible to use mockito in kotlin?
- unable to get provider com.google.android.gms.ads.mobileadsinitprovider: java.lang.illegalstateexception
- how to check if a “lateinit” variable has been initialized?
- how to create an instance of anonymous interface in kotlin?
- error : program type already present: android.support.design.widget.coordinatorlayout$behavior
- what does ?: do in kotlin? (elvis operator)
- cannot find symbol databindingcomponent on android studio 3.2 canary 16 kotlin project
- how to convert java assignment expression to kotlin
- convert string into localdatetime
- how to implement builder pattern in kotlin?
- android room - select query with like
- how to create an instance of anonymous class of abstract class in kotlin?
- http request in kotlin
- kotlin static methods and variables
- android calculate days between two dates
- what is the difference between launch/join and async/await in kotlin coroutines
- error: execution failed for task ':app:clean'. unable to delete file
- what is the kotlin double-bang (!!) operator?
- when should one prefer kotlin extension functions?
- what is the equivalent of java static final fields in kotlin?
- how to use data binding and kotlin in android studio 3.0.0
- kotlin data class + bean validation jsr 303
- how to save an image in android q using mediastore?
- effective enums in kotlin with reverse lookup?
- intarray vs array<int> in kotlin
- what is the best way to declare on ui component in android with kotlin?
- sort collection by multiple fields in kotlin
- how to set up kotlin's byte code version in gradle project to java 8?
- how to read a text file from resources in kotlin?
- android failed to instantiate one or more classes
- kotlin 'when' statement vs java 'switch'
- kotlin-stdlib-jre7 is deprecated. please use kotlin-stdlib-jdk7 instead
- how to run compiled class file in kotlin?
- kotlin annotation intdef
- is there a way to reference the java class for a kotlin top-level function?
- how to use jackson to deserialize to kotlin collections
- kotlin: how can i create a “static” inheritable function?
- gson deserialization with kotlin, initializer block not called
- compilereleasekotlin fails with java.lang.classnotfoundexception: com.sun.tools.javac.util.context
- how to exclude an element from a firestore query?
- kotlin coroutines the right way in android
- swift 'if let' statement equivalent in kotlin
- android studio 3.1: erroneous unresolved references in editor
- override getter for kotlin data class
- try-with-resources in kotlin
- difference between arraylist<string>() and mutablelistof<string>() in kotlin
- kotlin: use a lambda in place of a functional interface?
- suspend function 'callgetapi' should be called only from a coroutine or another suspend function
- how to make “inappropriate blocking method call” appropriate?
- generic extending class and implements interface in kotlin
- kotlin : public get private set var
- kotlin doesn't see java lombok accessors?
- reference to method of a particular instance in kotlin
- how to clone or copy a list in kotlin
- how do i replace duplicate whitespaces in a string in kotlin?
- java.lang.illegalargumentexception : parameter specified as non-null is null: method kotlin.jvm.internal.intrinsics.checkparameterisnotnull
- what does <classname>.() mean in kotlin?
- kotlin function parameter: val cannot be reassigned
- lambda implementation of interface in kotlin
- is there a way to pass a function reference between activities?
- work manager on chinese roms like xiaomi and oppo, when under battery optimization, increase the scheduled delay of work by several hours
- realmlist with @parcelize annotation
- room persistence lib implementation in kotlin
- cross references in type parameters
- problem with android studio 3.2.1, corrupted code
- dagger/missingbinding java.util.map<java.lang.class<? extends viewmodel>,provider<viewmodel>> cannot be provided without an @provides-annotated method
- android firestore querying particular value in array of objects
- kotlin recyclerview data not showing
- idiomatic way of logging in kotlin
- difference between thread and coroutine in kotlin
- implementing coroutines in java
- kotlin: how to work with list casts: unchecked cast: kotlin.collections.list<kotlin.any?> to kotlin.colletions.list<waypoint>
- keyboard hides bottomsheetdialogfragment
- in kotlin, how do i read the entire contents of an inputstream into a string?
- kotlin: interface … does not have constructors
- how do i do a “break” or “continue” when in a functional loop within kotlin?
- warning: kotlin runtime jar files in the classpath should have the same version
- why a viewmodel factory is needed in android?
- what does the arrow (“->”) operator do in kotlin?
- kotlin android debounce
- static extension methods in kotlin
- swap function in kotlin
- why do i have to return unit.instance when implementing in java a kotlin function that returns a unit?
- what is the purpose of unit-returning in functions
- how to get generic parameter class in kotlin
- in kotlin, how do i add extension methods to another class, but only visible in a certain context?
- dagger 2 static provider methods in kotlin
- extend and implement at the same time in kotlin
- private getter and public setter for a kotlin property
- asynctask as kotlin coroutine
- kotlin + dagger - inject map for viewmodel factory
- how to convert string to int in kotlin?
- how i can retrieve current fragment in navhostfragment?
- how to combine intent flags in kotlin
- kotlin: open new activity inside of a fragment
- what is the proper way to create new instance of generic class in kotlin?
- inline function cannot access non-public-api: @publishedapi vs @suppress vs @jvmsynthetic
- how does erasure work in kotlin?
- illegalargumentexception: parameter specified as non-null is null
- singleton with argument in kotlin
- how to fix expected android api level 21+ but was 19 in android
- using return inside a lambda?
- can't set visibility on constraint group
- transformclasseswithdesugar build error after updating to as 3.0 canary 6
- instantiating generic array in kotlin
- programmatically restart spring boot application / refresh spring context
- kotlin and new activitytestrule : the @rule must be public
- is there a convenient way to create parcelable data classes in android with kotlin?
- how to make primary key as autoincrement for room persistence lib
- how to convert list to map in kotlin?
- format in kotlin string templates
- setting text in edittext kotlin
- `break` and `continue` in `foreach` in kotlin
- convert kotlin array to java varargs
- how to resolve error “failed to resolve: org.jetbrains.kotlin:kotlin-stdlib-jre7…” when building in android studio
- no creators, like default construct, exist): cannot deserialize from object value (no delegate- or property-based creator
- kotlin android start new activity
- difference between a class and object in kotlin
- get location android kotlin
- kotlin secondary constructor
- “not enough information to infer parameter t” with kotlin and android
- compilekotlin block in build.gradle file throws error “could not find method compilekotlin() for arguments […]”
- why kotlin gradle plugin cannot build with 1.8 target?
- accidental override: the following declarations have the same jvm signature
- what is a purpose of lambda's with receiver?
- how to iterate over hashmap in kotlin?
- fragmentpageradapter deprecated
- singleton class in kotlin
- kotlin lazy properties and values reset: a resettable lazy delegate
- kotlin and @valid spring annotation
- android studio 3.0 canary 1: kotlin tests or java tests referring to kotlin classes fail
- how to get the height of recyclerview item in “onbindviewholder”
- retrofit2 + simplexml in kotlin: methodexception: annotation must mark a set or get method
- passing lambda instead of interface
- jacoco returning 0% coverage with kotlin and android 3.0
- using gson in kotlin to parse json array
- how do you compile java+kotlin project using maven?
- building a self-executable jar with gradle and kotlin
- how to compare two arrays in kotlin?
- are there constructor references in kotlin?
- 2d array in kotlin
- how to specify “own type” as return type in kotlin
- gradle project: java.lang.noclassdeffounderror: kotlin/jvm/internal/intrinsics
- usage of jackson @jsonproperty annotation for kotlin data classes
- how to clone object in kotlin?
- kotlin.typecastexception: null cannot be cast to non-null type com.midsizemango.databasekotlin.note
- dagger 2 multibindings with kotlin
- kotlin calling non final function in constructor works
- how to declare several properties on one line
- difference between delegates.notnull and lateinit kotlin
- what does the === operator do in kotlin?
- android support library 27, fragment update?
- stop fragment refresh in bottom nav using navhost
- how to pass the values from activity to another activity in kotlin
- implicit return from lambda in kotlin
- how to transform an android task to a kotlin deferred?
- utils class in kotlin
- final or val function parameter or in kotlin?
- edittext get text kotlin
- resolving accidental override errors in kotlin
- variable 'runnable' must be initialized
- mapdb classnotfoundexception: kotlin.jvm.internal.intrinsics
- 0xff0000ff an integer literal does not conform to the expected type kotlin.int
- pass interface as parameter in kotlin
- kotlin extension functions suddenly require api level 24
- parameter does not have a match; simplexml
- kotlin: why can't i do an assignment in a loop guard?
- how can i call collect(collectors.tolist()) on a java 8 stream in kotlin?
- how to pick time using material design?
- equality in kotlin
- app crashes when running maps activity
- kotlin instantiate immutable list
- how to fix “render problem”, “java.lang.noclassdeffounderror: sun/misc/cleaner” in intellij idea?
- kotlin, ndk and c++ interactions
- where to find aapt2 logs?
- cannot create an instance of class viewmodel kotlin
- when we start new activity into kotlin why we put .java in intent instead of .kt
- order of init calls in kotlin array initialization
- how to send remote service message onclick via messenger
- profile image not showing after saving(it just shows blank white screen)
- code for sending arrayadapter to another activity?
- flowable concatmapsingle without prefetch to ignore clicks until processing finishes
- unable to get data from sqlite database
- for some reason cant deserialize object from firebase response
- download url is getting as com.google.android.gms.tasks.zzu@441942b : firebase storage [kotlin] [solved]
- kotlin: withcontext() vs async-await
- coroutines: runblocking vs coroutinescope
- could navigation arch component create a false positive memory leak?
- unit testing room and livedata
- what's the difference between !! and ? in kotlin?
- kotlin: apply vs with
- best way to null check in kotlin?
- kotlin synthetic in adapter or viewholder
- asynctask in android with kotlin
- kotlin - how to correctly concatenate a string
- parallel request with retrofit, coroutines and suspend functions
- listener for done button on edittext?
- how to overcome “same jvm signature” error when implementing a java interface?
- how to use code that relies on threadlocal with kotlin coroutines
- how to return multiple values from a function in kotlin like we do in swift?
- how to use android support typedef annotations in kotlin?
- how do i write to a file in kotlin?
- why is possible to write a function outside a class in kotlin?
- kotlin android / java string datetime format, api21
- kotlin coroutines `runblocking`
- how to set target fragment of a dialog when using navigation components
- extension fields in kotlin
- how to turn a mutable collection into an immutable one
- kotlin: how to get and set a text to textview in android using kotlin?
- assignment not allowed in while expression?
- kotlin.jvm.kotlinreflectionnotsupportederror: kotlin reflection implementation is not found at runtime. make sure you have kotlin-reflect.jar
- can i omit the interface methods i do not use in kotlin?
- kotlin data class copy method not deep copying all members
- in-app update api showing update_not_available while testing on debugging device
- sun.security.ssl.sslsessionimpl not found
- parallel operations on kotlin collections?
- kotlin foo::class.java “unresolved reference: java” error
- how to bind view in recyclerview.viewholder with kotlin
- instantiating a generic type in kotlin
- illegalargumentexception: savedinstancestate specified as non-null is null
- uninitializedpropertyaccessexception: lateinit property pref has not been initialized
- android apiv29 filenotfoundexception eacces (permission denied)
- how to create masterkey after masterkeys deprecated in android
- how to use kotlin coroutines in firebase database
- how to use handler and handlemessage in kotlin?
- implement (/inherit/~extend) annotation in kotlin
- kotlin internal classes in java visible publicly
- display data from firebase firestore to recyclerview with kotlin [closed]
- listener binding; cannot find the setter
- class literal syntax for parameterized classes in kotlin
- why is integer parameter of java method mapped to int and not platform type?
- how to extend a data class with tostring
- kotlin - generate tostring() for a non-data class
- kotlin coroutines with returning value
- android 3.3.0 update, error: cause: invalid type code: 68
- access application context in companion object in kotlin
- kotlin: make an internal function visible for unit tests
- kotlin: why do i need to initialize a var with custom getter?
- kotlin data class implementing java interface
- can i use dagger 2's field injection in kotlin?
- how to convert string array to int array in kotlin?
- how to call a lambda callback with mockk
- kotlin + dagger2 : cannot be provided without an @provides-annotated method
- only safe or non null assserted calls are allowed on a nullable receiver type of arraylist
- convert string obtained from edittext to integer in kotlin language
- dagger2 qualifier not working with kotlin?
- jackson unable to load jdk7 types on android
- setup kotlin project with gradle
- how to iterate two list in parallel in kotlin?
- slow range foreach in kotlin
- update a document in firestore
- how do i make the kotlin compiler treat warnings as errors?
- update to kotlin 1.3.30 breaks build with dagger 2.21
- unable to run kotlin application in eclipse
- deep copy of list with objects in kotlin
- firebase firestore toobject fails on boolean property mapping
- does java.util.hashmap not implement java.util.map in kotlin?
- access property delegate in kotlin
- error inflating class com.google.android.material.textfield.textinputlayout
- kotlin boxed int are not the same
- should we avoid naming a function same as an existing class in kotlin? why?
- why can't dagger process these kotlin generics?
- lambda expression on interface in kotlin
- tornadofx unresolved javafx
- unable to exclude generated classes from kotlin jacoco test coverage
- updating object with spring data mongodb and kotlin is not working
- circular references with vals in kotlin
- springboot+kotlin+postgres and jsonb: “org.hibernate.mappingexception: no dialect mapping for jdbc type”
- how to parse different iso date/time formats with jackson and java.time?
- can we make use of the built in setonclicklistener on recyclerview row item instead of custom item click listener?
- google play licencing for an android app in android studio
- trouble using opencv in android
- split string every n characters
- check if edittext is empty kotlin android
- jetpack compose on kotlin 1.5.0
- after adding kapt plugin - a failure occurred while executing org.jetbrains.kotlin.gradle.internal.kaptexecution
- how do i resolve this error please “kotlin: [internal error] java.lang.exceptionininitializererror”
- default arguments vs overloads, when to use which
- best way to handle such scenario where “smart cast is imposible”
- unresolved reference inside anonymous kotlin listener
- how to avoid memory leaks due to custom static handler class?
- how to combine two different length lists in kotlin?
- “object” is not part of the schema for this realm
- assignments are not expressions - kotlin
- firestore documentreference serialization
- junit local test - 'unresolved reference: test'
- spanned text in number picker
- kotlin constructors: primary and secondary
- guava dependency breaking jar built with kotlin
- is there a built in kotlin method to apply void function to value?
- exception in thread “main” java.lang.noclassdeffounderror: kotlin/kotlinpackage & caused by: java.lang.classnotfoundexception: kotlin.kotlinpackage
- print float with two decimals unless number is a mathematical integer
- chaquopy problems with nltk and download
- transform an object to a list[object] in realm as migration ( how can i replace a list[objects] with object field in realm? )
- graphql tools: map entity type to graphql type
- set gradient color for text in android studio with kotlin language
- using lambdas does not compile when trying to pass in a method expecting a sam interface
- fcm shows default message than custom message when app is not running
- dynamic leading text for android's edittext
- how to return livedata from repository
- navigation drawer unlock mode ignored
- beginner question - inheritance - why isn't my age constructor parameter used?
- jpql and list of tuples as parameter for select in statements
- class is missing a constructor with no arguments - but i've provided a constructor
- how can we load a url in webview that it wants to storing client-side data
- kotlin sharedpreferences - save listview items and load them
- simple kotlin project does not show any ui
- android kotlin firebase.database.databaseexception: no properties to serialize found on class
- why there are no concurrency keywords in kotlin?
- what is the difference between “const” and “val”?
- how to initialize an array in kotlin with values?
- what is out keyword in kotlin
- why and when to use @jvmstatic with companion objects?
- kotlin's list missing “add”, “remove”, map missing “put”, etc?
- kotlin custom attribute databinding
- how to do patch properly in strongly typed languages based on spring - example
- how are coroutines implemented in jvm langs without jvm support?
- mutablelivedata: cannot invoke setvalue on a background thread from coroutine
- error: could not find org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.60-eap-25 in ionic 3
- cannot find setter for field - using kotlin with room database
- android p visibilityawareimagebutton.setvisibility can only be called from the same library group
- safeargs library doesnt generate direction class
- kotlin singleton application class
- kotlin: difference between object and companion object in a class
- navigation component, control when to show hamburger or back icon
- equals method for data class in kotlin
- how to instantiate viewmodel in androidx?
- in kotlin, how do you modify the contents of a list while iterating
- how to pass and get value from fragment and activity
- what are sealed classes in kotlin?
- detecting vertical planes in arcore
- “test events were not received” when run tests using intellij
- uses of fragment tags
- spring data jpa how to use kotlin nulls instead of optional
- how are kotlin array's tolist and aslist different?
- how could i split a string into an array in kotlin?
- force compilation error with sealed classes
- using livedata with data binding
- kotlin thread safe native lazy singleton with parameter
- how to use server sent events (sse) in android? [closed]
- combine java with kotlin in android [closed]
- include scripts with gradle kotlin dsl
- kotlin - idiomatic way to check array contains value
- kotlin: why are most variables underlined in android studio and how do i turn that off?
- using default function implementation of interface in kotlin
- dagger 2 constructor injection in kotlin with named arguments
- static inner class in kotlin
- how to check generic type in kotlin?
- com.android.tools.r8.errors.compilationerror: program type already present: androidx.annotation.animres
- split space from string not working in kotlin
- i want to detect if a jvm class is a kotlin class or not
- firebase realtime snapshot listener using coroutines
- java wildcard-types vs kotlin star-projection
- how to read and write txt files in android in kotlin
- illegalaccesserror: method is inaccessible to class
- failed to find style 'cardview style' in current theme
- extending data class from a sealed class in kotlin
- get type of a variable in kotlin
- how can i run kotlin-script (.kts) files from within kotlin/java?
- kotlin data class of realmobject
- kotlin: iterate over components of object
- how to rename / move a project in intellij idea 12?
- kotlin one type argument expected for class for abstract generic view holder
- only classes are allowed on the left hand side of a class literal
- android library module developed in kotlin exported to java application causing failed resolution of: lkotlin/jvm/internal/intrinsics
- out-projected type 'arraylist<*>' prohibits the use of 'public open fun add(index: int, element: e): unit defined in java.util.arraylist'
- kotlin and dagger: can i use @inject to an object still make it nullable/optional?
- create generic 2d array in kotlin
- webflux functional: how to detect an empty flux and return 404?
- error with room dao class when using kotlin coroutines
- kafkastreams: getting window final results
- overload resolution ambiguity error in kotlin
- can kotlin data class have more than one constructor?
- kotlin and argumentcaptor - illegalstateexception
- kotlin - custom dialog in android
- 'unresolved reference' errors for android library module referenced in app module
- kotlin and rxjava - why is my single.zip() not compiling?
- kotlin ontouchlistener called but it does not override performclick
- invoke operator & operator overloading in kotlin
- getting class of list with generic eg: list<number>::class
- how to inject primitive variables in kotlin?
- how to use empty view with pagination using paging library android?
- navcontroller no current navigation node after device rotation
- why does kotlin allow variable declarations with the same name as a parameter inside a method?
- create file zip in kotlin
- bug or feature: kotlin allows to change 'val' to 'var' in inheritance
- what purpose does appupdateinfo.isupdatetypeallowed (appupdatetype.immediate) serve in android in-app update api?
- what are .kotlin_builtins files and can i omit them from my uberjars?
- kotlin - return new inserted id from room database using persistence room:runtime lib
- is there any way to implement pagination in spring webflux and spring data reactive
- kotlin - generic type parameters not being respected
- kotlin code stack trace shows java line numbers
- pagedlistadapter does not update list if just the content of an item changes
- type android junit4 not present exception
- getactionview is deprecated?
- two-dimensional int array in kotlin
- is there a way to auto-fill arguments names?
- how to implement finalize() in kotlin?
- static data in kotlin
- android project with java and kotlin files, kapt or annotationprocessor?
- how can i call kotlin methods with reified generics from java?
- kotlin coroutines, what is the difference between coroutinescope and withcontext
- warning: warning: supported source version 'release_7' from annotation processor 'android.arch.lifecycle.lifecycleprocessor' less than -source '1.8'
- interface's function clashes with property's getter
- does kotlin provide any performance boosts? [closed]
- difference between registerdefaultnetworkcallback and registernetworkcallback
- unresolved reference: br (android studio)
- how do i access a java static method on a kotlin subclass?
- android databinding unit test error failed to parse data binding compiler options. params:
- is intersection casting possible in kotlin?
- mixing java and kotlin in gradle project, kotlin cannot find java class
- kotlin - how to get annotation attribute value
- why room entities don't work with immutable properties in android
- android: how to call ndk function from kotlin?
- pass array of non-nullable strings as array of nullable strings
- kotlin coroutine flow example for android button click event?
- can i run kotlin as script with java scripting api
- kotlin android fragment recyclerview and context issue
- how to create onclick event in adapter using interface android?
- share intent text using kotlin on android
- dynamically evaluating templated strings in kotlin
- kotlin, smart cast is impossible because of complex expression
- proper way to run kotlin application from gradle task
- unable to access variable from innerclass : kotlin android
- kotlin, android, how to debug coroutines correctly?
- @rawvalue annotation is not applicable to target value parameter
- how to reference “this” within anonymous listeners when using short notation?
- what is the right way of using “greater than”, “less than” comparison on nullable integers in kotlin?
- unresolved reference async in kotlin
- is it possible to add an interface to an existing class in kotlin?
- java/android/kotlin: reflection on private field and call public methods on it
- navigate to fragment on fab click (navigation architecture components)
- how to enable kotlin android extensions by default in android studio 4.1
- how to change background color to materialbutton from android.support.design programmatically
- sum a subset of of numbers in a list
- in kotlin, how can i work around the inherited declarations clash when an enum class implements an interface?
- how to build a runnable shadowjar with a gradle script kotlin build file?
- kotlin: generics, reflection and the difference between type t and t:any
- kotlin data class packaging [closed]
- what's the meaning of plus sign before a kotlin method?
- using a kotlin library in java code
- build source jar with gradle kotlin dsl?
- how to convert utc date to locale gmt time on android
- returning a value produced in kotlin coroutine
- redundant sam-constructor can't be remove for kotlin declared function, but works on java declared function
- augmented faces api – how facial landmarks generated?
- function interface in kotlin 1.4
- error creating bean named `conversionservicepostprocessor` when using spring-boot-admin-server
- coroutineexceptionhandler not executed when provided as launch context
- how to remove default animation transition when using navigation component in android?
- how to register an instancecreator with gson in kotlin?
- dark theme configuration change in android q
- intellij (using gradle): can't find kotlin plugin even though it's installed
- why is this bindingadapter not working in kotlin?
- how to merge two lists of objects based on ids?
- how to inject viewmodelscope for android unit test with kotlin coroutines?
- parsing a duration string in kotlin
- android kotlin + klaxon - parsing a json root array
- kotlin, generic operation on number
- spring batch 4.2.4: unable to deserialize the execution context
- what is the default target for an annotation when annotating property in kotlin?
- kotlin mediaplayer simple usage
- how to return member values in a array of objects using lambda expressions
- how to replace webpage not available page to custom page? (webview)
- android handler callback not removed for token type int or long (*kotlin)
- reified inline function for arrays
- kotlin - how can we access private property with getter and setter? is access methods are calling internally?
- firebase @exclude with kotlin data class
- how to access kotlin companion object in java?
- room + cannot find implementation db + db_impl does not exist
- how to get a kotlin kclass from a package class name string?
- how to set visibility in kotlin?
- class 'myfirebasemessagingservice' is not abstract and does not implement abstract base class member public abstract fun zzd(p0: intent!)
- is it possible to override java getter (method) with kotlin val (property)?
- format number using decimal format in kotlin
- how can i do a line break (line continuation) in kotlin
- android and kotlin coroutines: inappropriate blocking method call
- kotlin custom dialog parameter specified as non-null
- does any == object
- how can i access a char in string in at specific number? [closed]
- how to sort in descending order using multiple comparison fields in kotlin
- are kotlin's singletons thread safe?
- kotlin on android - is there a minimum api level requirement?
- kotlin: expression 'length' of type 'int' cannot be invoked as a function. the function 'invoke()' is not found
- error calling dispatchers.setmain() in unit test
- try-with-resources: “use” extension function in kotlin does not always work
- how to create an immutable list in kotlin that is also an immutable list in java?
- limit function in kotlin
- is it possible to use mockito with kotlin without open the class?
- in kotlin, how to make the setter of properties in primary constructor private?
- kotlin abstract class with generic param and methods which use type param
- run two kotlin coroutines inside coroutine in parallel
- create custom dagger 2 scope with kotlin
- safe cast vs cast to nullable
- how to use gson deserialize to arraylist in kotlin
- spring boot jpa@createddate @lastmodifieddate not being populated when saving the object
- kotlin: using enums with when
- error: cannot find symbol import com.gourav.news.databinding.activitydetailbindingimpl;
- kotlin databinding pass static function into layout xml
- kotlin call member extension function from other class
- kotlin init block in super class firing with null properties when inheriting from it
- call method from kotlin class
- kotlin function reference
- room database full dynamic query
- kotlin kdoc: documentation?
- how to close android application in kotlin
- dagger2: viewmodel cannot be provided without an @provides-annotated method
- intellij and android studio icons for kotlin files
- android - kotlin - object must be declared abstract or implement abstract member
- my own solution for kotlin's try-with-resources absence
- kotlin gradle plugin - how to use custom output directory?
- resizeable two-dimensional array in kotlin
- fluent methods for data class in kotlin
- java.lang.reflect.invocationtargetexception while inappupdate android if retries
- parsing xml kotlin android
- permanent services on android oreo
- how to upload a file using ktor client
- dagger 2, providing application context in module
- wherearraycontains limit to 10
- android firebase : update/add record in nested array data
- what is concise way of deep-copying a 2d mutablelist?
- unable to create converter for class when using sealed class or an interface with moshi
- intellij idea: how to specify main class in kotlin?
- reactor flux<myobject> to mono<list<myobject>>
- sharedviewmodel from viewpager2 and my parent fragment
- how do i use an async cache with kotlin coroutines?
- rxjava: upstream never completes when error is swallowed
- log4j2 not working with json config file
- need help in implementing viewmodel class with cloud firestore backend
- call recorder not working after oreo update
- bluetoothsocket not connecting to target device
- with firestore, is it possible to configure offline persistence to set 'off' in a specific document?
- share image from url to other apps
- android kotlin -how to add click listener to recyclerview adapter
- kotlin: for-loop must have an iterator method - is this a bug?
- kotlin data class optional variable
- compile errors after updating to workmanager 1.0.0-alpha09
- is there a way to identify a kotlin data class from a regular kotlin class?
- destructor in kotlin programming language
- what packages/functions are imported by default in kotlin?
- does proguard converts all enums to int or needs to be configured for this
- references to generic functions
- how should i test kotlin extension functions?
- multiple livedata observers after popping fragment
- gradle build cache is not enabled for task
- how to deal with an overload resolution ambiguity of functions with generics?
- how to pass a kotlin collection as varagrs?
- how to downgrade kotlin in intellij 15
- android studio 3.0 beta2
- spring webflux: only one connection receive subscriber allowed
- extension function in a kotlin using super
- kotlin: null and “overload resolution ambiguity”
- how to create .jar (create executable) of the ktor embedded server
- kotlin top-levels functions vs object function
- nullable var inside string template
- kotlin int boxed identity
- error to inject some dependency with kotlin + quarkus
- kotlin coroutines - how to block to await/join all jobs?
- java's equivalent of arrayof()/ listof()/ setof()/ mapof() from kotlin
- moshi custom qualifier annotation to serialise null on one property only
- android navigation component not displaying fragment
- navigation component crash on rotate
- reflectively calling function and using default parameters
- how to change camera type to orthographic in sceneform android sdk?
- arraylist<string>() vs arraylistof<string>()
- kotlin multiplatform mobile unable to run on ios: execution failed for task ':shared:compilekotliniosx64'
- kotlin arrayadapter error: none of the following functions can be called with the arguments supplied
- kotlin language get class at runtime
- mutual authentication using retrofit android
- what is the difference between textview.settext(string) and textview.text = $string
- how to change language in kotlin (locale)
- in kotlin, how to make a property accessible by only specific type
- kotlin anonymous function use case?
- how to use tablayout with bottom navigation and viewpager?
- kotlin lazy property depending on another property initialized in init
- why doesn't kotlin use `list(…)` as a factory for lists and a similar convention for all abstract collections?
- how to handle back pressed in kotlin
- kotlin: make java function callable infix
- jetpack compose java.lang.illegalstateexception: start/end imbalance
- in kotlin, what's the difference between start and first?
- why does var foo = null compile
- manifest merger failed : attribute application@appcomponentfactory…android studio 3.2
- expected class has no actual declaration
- why each secondary constructor needs to delegate to the primary constructor in kotlin?
- coroutines test exception is not handled with neither testcoroutinedispatcher nor testcoroutinescope
- why kotlin submission is significantly slow compared to java?
- fatal exception: main kotlinnullpointerexception
- kotlin coroutines - gracefully handling errors from suspend functions
- how can i tell kotlin that an array or collection cannot contain nulls?
- collect from several stateflows
- kotlin type erasure - why are functions differing only in generic type compilable while those only differing in return type are not?
- why is kotlin throw illegalargumentexception when using proxy
- limiting the maximum number of coroutines that can run in a scope
- get android's id resource from a string
- android jetpack project gives archlifecycleversion build error
- android material button with icon on top of text
- navigation view global action back state
- android custom edit text value is changed by another custom edit text
- cause: duplicate entry: androidmanifest.xml
- nested recyclerview not scrolling
- initialize empty bytearray
- how to broadcast an event from one stateful widget to another in flutter
- 'receiver type mismatch' with fragment and anko toast
- is it possible to override static method in kotlin?
- change default sms app intent not working on android 10
- ignore base class view public functions in subclass documentation with dokka
- putting language annotations on extension method receiver
- is there any equivalent of c#'s “default” keyword for kotlin?
- for input string: “mat [ 0*0*cv_32fc1, iscont=true, issubmat=false, nativeobj=0x78a0dff700, dataaddr=0x0 ]” - error filling matrix
- countdownlatch not freeing thread
- why jetpack compose preview shows nothing?
- android: wait for multiple tasks complete
- get current location android kotlin
- intellij displays error message when unit test is written in kotlin
- simple generic function in kotlin fails
- ble: send advertise data to ios from android
- how to get data from firestore based on the person who is assigned to with many different zip codes?
- kotlin - first item in bottomnavigationbar isn't visible, title issues
- convert volley string response (list<list<int>>) to kotlin list
- kotlin error: unresolved reference: merge (for list.merge())
- how to bind pane with another pane in javafx
- check for activity is onscreen when notification is clicked ?(using intent)
- why the dagger graph works works in java but in kotlin it says missing provides when i have provided?
- how not to repeat math operations two times in calculator app?
- unable to locate appropriate constructor error for nested list object in kotlin and jparepository
- kotlin rc noclassdeffounderror
- kotlin, how to return a generic type member variable
- firestore: found conflicting getters for name istext
- ecdsa keypairgenerator not available (but in junit works)
- android - r/w to removable sd card
- kotlin not working on android studio
- kotlin, cant match regex patters
- how do i get the message from the message id in smack.
- how to add kotlin psi source files to idea plugin project configuration
- onresume does not worked in viewmodel
- delayed scrolling behavior in an app with scrolling “prominent top app bar” in android
- espresso activitytestrule for activity with generic type parameter
- broadcast receiver onreceive fires twice on location change
- getting error while dealing with getter and setter in kotlin
- gradle migration 3.1.4 -> 3.5.1; :app module doesn't compile; classnotfoundexception: didn't find class on path: dexpathlist
- update android studio project to kotlin 1.3
- how do i post long encoded string of base64 image to server using retrofit?
- google maps directions - spaces between polylines
- dagger androidinjector cannot be provided without an @provides-annotated method
- why not work back button with android navigation component
- spring jar bootrun causes graphql schema error
- kotlin.typecastexception: null cannot be cast to non-null type kotlin.collections.mutablelist
- why does runblocking in main with only a coroutine fail to compile?
- is this implementation of takewhileinclusive safe?
- jaxbcontext and @xmlrootelement cause error
- android material button taking color primary instead of color accent
- no value passed for parameter item
- kotlin returning null cannot be a value of a non-null type
- android navigation component: java.lang.illegalstateexception: unknown destination during restore
- how do i convert from a json byte array for amqp in spring boot?
- intellij idea: why is readline() expecting two user inputs instead of one using kotlin?
- error response 500 is not getting diaplayed when password and confirm password typed wrong
- i have a question about generic in kotlin
- passing parceleable object to fragment type mismatch
- returning changes made in listener
- compute the edittext value using addtextchangedlistener
- can't use setbackgroundresource() when using thread.sleep on click
- time conversion from seconds to date issue
- how to convert 2021-07-06t19:27:46.811+0530 format to d mmm yyyy, hh:mm aaa this format in android
- i have error in android studio with kotlin
- warning “kotlin plugin version is not the same as library version” (but it is!)
- viewbinding vs kotlin android extensions with synthetic views
- how do i activate type annotations hints in kotlin like depicted?
- what is the difference between crossinline and noinline in kotlin?
- what is the best way to define log tag constant in kotlin?
- how to get current local date and time in kotlin
- idiomatic way of handling nullable or empty list in kotlin
- kotlin - idiomatic way to remove duplicate strings from array?
- what is the difference between init block and constructor in kotlin?
- how to convert string to long in kotlin?
- test expected exceptions in kotlin
- how to obtain all subclasses of a given sealed class?
- kotlin and idiomatic way to write, 'if not null, else…' based around mutable value
- android vibrate is deprecated. how to use vibrationeffect in android>= api 26?
- kotlin flow vs livedata
- reified generics in scala 2.10
- using room as singleton in kotlin
- migrate to the new kotlin-parcelize
- how to implement switch-case statement in kotlin
- kotlin: lateinit to val, or, alternatively, a var that can set once
- custom “navigate up” behavior for certain fragment using navigation component
- difference between usage of dispatcher io and default
- multipart request with retrofit @partmap error in kotlin (android)
- building a kotlin + java 9 project with gradle
- i have two kotlin extension methods for the same class, but with a different generic signatures and the compiler complains
- return from lambdas or kotlin: 'return' is not allowed here
- kotlin - how to find number of repeated values in a list?
- static initialisation block in kotlin
- how to filter a list in-place with kotlin?
- how to override method when instantiating object in kotlin?
- why can't type parameter in kotlin have any other bounds if it's bounded by another type parameter?
- algebraic data types in kotlin
- kotlin compile “error: the android gradle plugin supports only kotlin gradle plugin version 1.3.0 and higher.” but no kotlin_version in build.gradle?
- error: class kotlin.reflect.jvm.internal.functioncaller$fieldsetter
- how to get viewmodel by viewmodels? (fragment-ktx)
- round double to 1 decimal place kotlin: from 0.044999 to 0.1
- how to convert int to hex string in kotlin?
- is there a way to use the default value on a non-optional parameter when null is passed?
- mutablelivedata with initial value
- error: onactivityresult overrides nothing
- proguard - do not obfuscate kotlin data classes
- kotlin android print to console
- how to get context in jetpack compose
- how to check whether a string contains a substring in kotlin?
- kotlin call java method with class<t> argument
- recreate flutter's ios and android folder with swift and kotlin
- tornadofx - how to pass parameter to fragment on every instance
- how to connect via websocket on android using scarlet?
- kotlin jpa encapsulate onetomany
- how to handle multiple navhosts/navcontrollers?
- kotlin - wait function
- kotlin - throw custom exception
- kotlin extension functions databinding
- import kotlinx.android.synthetic.main.activity_main is not working
- kotlin & spring boot @configurationproperties
- android studio cannot resolve symbol 'gradleexception'
- kotlin: check if lazy val has been initialised
- how to pass vararg to a varag function or constructor in kotlin?
- unresolved reference: launch
- kotlin “smart cast is impossible, because the property could have been changed by this time”
- how do i use java's bitwise operators in kotlin?
- create a kotlin library in android studio
- how to add date separators in recycler view using paging library?
- what does void return type mean in kotlin
- why to put val or var in kotlin class constructors
- writing javascript applications with kotlin
- kotlin synthetic extension and several include same layout
- how to map java.util.optional<something> to something? in kotlin
- when to use coroutinescope vs supervisorscope?
- kotlin: kotlin-script (.kts) cannot use regular code?
- how to create and use a room database in kotlin [dagger-hilt]
- how to use “functional bean definition kotlin dsl” with spring boot and spring webflux?
- live data and 2-way data binding: custom setter not being called
- overloading + and += operators for “number classes”
- how to format in kotlin date in string or timestamp to my preferred format?
- kotlin remove all non alphanumeric characters
- kotlin generics array<t> results in “cannot use t as a reified type parameter. use a class instead” but list<t> does not
- check internet connectivity android in kotlin
- button onclick attribute is none if activity written in kotlin
- jetpack compose - column - gravity center
- (kotlin) backend internal error: exception during code generation
- dagger and kotlin. dagger doesn't generate component classes
- why don't property initializers call a custom setter?
- bean validation not working with kotlin (jsr 380)
- 'kapt.generatestubs' is not used by the 'kotlin-kapt' plugin
- kotlin quadruple, quintuple, etc. for destructuring
- execute task every second using work manager api
- logd shortcut doesn't work in intellij with kotlin
- what is the difference between int and integer in kotlin?
- retrofit call in kotlin coroutines viewmodelscope
- binding into map with kclass type
- what is the purpose of 'let' keyword in kotlin
- kotlin and android lint checks
- in kotlin, how can i take the first n elements of an array
- issue with higher order function as a binding adapter
- how to call kotlin suspending coroutine function from java 7
- how to handle navigation in jetpack compose?
- unit testing rxjava observables that have a delay
- (moshi in kotlin) @json vs @field:json
- kotlin not nullable value can be null?
- recyclerview snaphelper fails to show first/last items
- dealing with r8 + jvmstatic annotation + lambda in public api for android library written in kotlin
- kotlin setonclicklistener
- open file choose in android app using kotlin
- how to http request by post method with kotlin
- understanding a parameter that is initialized as an extension function
- kotlin - most idiomatic way to convert a list to a mutablelist
- how to add a maven repository by url using kotlinscript dsl (build.gradle.kts)
- component (unscoped) may not reference scoped bindings
- how to compile kotlin unit test code that uses hamcrest 'is'
- isinitialized - backing field of lateinit var is not accessible at this point
- how to convert date string to timestamp in kotlin?
- how do i use the native junit 5 support in gradle with the kotlin dsl?
- dollar sign character in strings
- kotlin function default arguments from java
- converting file (tracked with git) from java to kotlin in android studio
- use of parceler with kotlin data class with constructor for serialization
- room cannot pick a constructor since multiple constructors are suitable error
- kotlin: suppress unused property?
- divide list into parts
- kotlin- naming convention for boolean returning methods
- firebase firestore toobject() with kotlin
- kotlin: initialize class attribute in constructor
- how can i add the new android chips dynamically in android?
- dagger 2 cannot access retrofit
- is `a?.let{} ?: run{}` idiomatic in kotlin?
- is “double exclamation” same as “as” in kotlin?
- which standard library to use in kotlin
- kotlin property: “type parameter of a property must be used in its receiver type”
- why kotlin compiler requires the explicit initializer of var property?
- how to correctly mock viewmodel on androidtest
- kotlin: required: kotlin.boolean. found: kotlin.boolean?
- how are gradle extra properties set in the kotlin dsl?
- kotlin lateinit properties, npe danger?
- sorting list based on another list's order
- how to vibrate android device on button click using vibrator effects using kotlin?
- try-with-resources / use / multiple resources
- how to cancel/unsubscribe from coroutines flow
- consider adding a queries declaration to your manifest when calling this method when using intent.resolveactivity in android 11
- convert livedata to mutablelivedata
- spring webflux bean validation not working
- navhostfragment not accessible from xml
- kotlin val difference getter override vs assignment
- how to use android navigation without binding to ui in viewmodel (mvvm)?
- exception thrown by deferred.await() within a runblocking treated as unhandled even after caught
- android room - error: cannot figure out how to save this field into database
- creating a new directory using kotlin, mkdir() doesn't work
- canonical way to convert completable to single?
- create instance of spring´s parameterizedtypereference in kotlin
- recursive definition of infinite sequence in kotlin
- kotlin - filtering a list of objects by comparing to a list of properties
- android room database - unresolved reference @entity and other annotations
- kotlin destructuring more than five components
- how to write following code in kotlin for callback implementation
- how to get class of generic type parameter in kotlin
- how to add item divider for recyclerview in kotlin
- how to continue processing after an error happens in rxjava 2?
- moshi adapter to skip bad objects in the list<t>
- failed to move to parent fragment in nested child navigation component?
- how to specify maven compiler plugin order
- configure kotlin to an existing project in intellij
- drag and drop imageview into a container for verification
- kotlin higher order function composition
- kill fragment in navigation controller
- provide preferences datastore with hilt
- bottomappbar with bottomnavigationdrawer connected to navigationcontroller
- how to handle both ontouchlistener event and onclicklistener event
- android: check if object is present in database using room and rxjava
- how do you split a 'hot' stream of events from a callback in kotlin?
- databinding and included layouts: cannot find setter attribute for onclick
- how to manage the permission request code using navigation component?
- how to properly write jvm aes/cfb8 encryption in go
- what is the correct way of using anko coroutines extensions?
- execution failed for task ':app:compiledebugkotlin'. >internal compiler error. see log for more details
- how to avoid occurring many asynctask class in my android room repository?
- identify call logs from sim1 and sim2
- remove character from string in kotlin
- mock static java methods using mockk
- convert a nullable type to its non-nullable type?
- converting a byte array into a hex string
- when using kotlin coroutines, how do i unit test a function that calls a suspend function?
- how to read an environment variable in kotlin?
- how to lazy initialize with a parameter in kotlin
- val cannot be reassigned a compile time error for a local variable in fun in kotlin
- kotlin: collection has neither generic type or onetomany.targetentity()
- how to create an anonymous implementation of an interface?
- upgrading android kotlin version to 1.5.0 throwing error message on build
- kotlin “internal” visibility modifier in android
- room: receiving error when using @transaction
- module was compiled with an incompatible version of kotlin. the binary version of its metadata is 1.5.1, expected version is 1.1.15
- how to use kapt in androidtest scope
- how can i change the kotlin compiler version on intellij?
- why threads are showing better performance than coroutines?
- merge values in map kotlin
- cannot access script base class 'org.gradle.kotlin.dsl.kotlinbuildscript'
- difference between open and override methods in kotlin?
- how to make a kotlin comparable type?
- “leaking 'this' in constructor” warning should apply to final classes as well as open ones?
- testing android room with livedata, coroutines and transactions
- class x is not abstract and does not implement fun writetoparcel() defined in android.os.parcelable
- original kapt is deprecated
- how to disable the generating of synthetic view properties by the kotlin android extensions plugin
- uninitializedpropertyaccessexception: lateinit property has not been initialized
- nullability and livedata with kotlin
- lambda argument should be moved out of parentheses
- sealed data class in kotlin
- how to mock the view model with hilt for unit testing fragments?
- why kotlin receives such an undeclaredthrowableexception rather than a parseexception?
- how to map a json string to kotlin map
- spring-configuration-metadata.json file is not generated in intellij idea for kotlin @configurationproperties class
- generate kotlin class diagram
- where should i call mobileads.initialize()?
- should i unsubscribe when using rxbinding?
- how to create custom popup menu using kotlin in androidstudio?
- kotlin inlined extension property
- kotlin convert json string to list of object using gson
- how to change kotlin's 'this property has a backing field' code editor highlight in intellij?
- jobintentservice get destroyed , when app is destroyed
- viewmodelproviders.get(…) in base class
- is it possible to pause any video (mediaplayer) app in android when pull down the notification panel?
- how to crop image rectangle in camera preview on camerax
- this reference in a lazy initializer of kotlin extension property
- data classes in kotlin
- moshi localdatetime adapter with multiple format
- android with kotlin - how to use httpurlconnection
- how to set click listener and pass edittext fields value to view model using data binding
- kotlin filter lambda array using iteration index
- how to use “settextcolor(hexavalue)” on kotlin for android,
- android room type convert multiple enum types
- failed to resolve glide, now 3rd-party gradle plug-ins may be the cause
- dokka - skip generating javadoc for default android packages
- kotlin: java util date to string for databindings
- how to add api_key into interceptor using okhttp
- badge drawable not showing
- trying to add module to project. plugin with id 'kotlin-android' not found
- how can i run kotlintest tests with gradle?
- multiple click listeners on buttons
- java.lang.nosuchfielderror: no field companion of type landroidx/compose/foundation/layout/boxscope$companion;
- memory-leak free singleton with context
- configurationproperties loading list from yml
- we have to cover all branches with all control-flow expressions in kotlin?
- how can i generalize the arity of rxjava2 zip function (from single/observable) to n nullable arguments without lose its types?
- convert byte array to string in kotlin
- cast any to array in kotlin
- how does kotlin interoperate to java and javascript?
- android edittext coroutine debounce operator like rxjava
- kotlin does not understand viewmodelproviders.of(activity ?: fragment)
- bottomnavigationview lags on fragment transaction
- how to convert reactor flux<string> to inputstream
- cannot set onitemclicklistener for spinner in android
- can only add kotlin multiplatform mobile library from maven by using releaseimplementation and debugimplementation
- kotlin data class copy function not working when called from java class
- plugin with id 'com.google.gms.google-services' not found after updated to latest version 4.3.7
- how can i add local resources using gradle kotlin-dsl
- create layout resource programmatically kotlin android
- add a custom label to material range slider
- can extension functions be called in a “static” way?
- how to pass a function as parameter in kotlin - android
- kotlin: proguard erases properties attributes
- how are nested functions and lexical scope compiled in jvm languages?
- how to zoom camera using android camerax api?
- kotlin android app compilation failed with message: unresolved reference: kotlinx
- classpath entry points to a non-existent location warning when compiling with maven
- combining/merging data classes in kotlin
- rendering problem: the following classes could not be found
- hibernate ignores 'lazy' fetch type and loads properties immediately
- how can i populate the reference field using firestore
- why using view binding is changing the layout?
- how to suspend a coroutine at a specific point
- android securityexception: uid xxxxx cannot explicitly add accounts
- are enum classes in kotlin “expensive” for android as in java?
- how to run powershell scripts from kotlin?
- kotlin - return type of current instance
- clustering markers on android 10 with kotlin
- 'viewmodelproviders' is deprecated. after upgrading lifecycle-extensions:2.1.0 to 2.2.0-alpha05
- clean way of reading all input lines in kotlin
- kotlin recyclerview with 2 view types
- kotlin intent syntax error
- how can i pass a proper method reference in so nashorn can execute it?
- kotlin, how to put hashmap in parcelable
- confuse using library server sent event for android client using nginx push stream
- kotlin - illegal usage of inline parameter callback
- how to tell when fragment is not visible in a navigationdrawer
- cannot resolve symbol @readonly and @mutable in kotlin 1.1.0 compilation
- refresh an oracle materialized view in a spring data repository
- smartcast is impossible because property has open or custom getter
- kdoc: insert code snippet
- kotlin sorting nulls last
- identity equality for arguments of types int and int is deprecated
- how to use jackson jsonsubtypes annotation in kotlin
- moshi 1.9.1 cannot serialize kotlin type
- create multiple apps of the same project
- regex matching in kotlin
- calling kotlin functions which are keywords in java from java?
- how do you mockk a kotlin top level function?
- how to load an url inside a webview using android kotlin?
- assign variable only if it is null
- handling error rxjava android with kotlin
- what is the purpose of `external` keyword in kotlin?
- how do i idiomatically call a nullable lambda in kotlin?
- how to create package-level functions?
- kotlin: warning:classpath entry points to a non-existent location:
- does kotlin support monadic comprehension?
- kotlin how to refer outer-scope this in multi-layer apply functions
- is it possible to add “static” extension function for java class?
- use cases of removeall and removeif
- is there any easy way to see what exceptions a kotlin function throws?
- can we pass java method to to kotlin function of type () -> unit?
- start kotlin activity *.kt from java activity *.java?
- scope of internal visibility modifier in kotlin
- kotlin reflect proguard smallsortedmap
- what are the use cases of kotlin inline properties?
- @composable invocations can only happen from the context of an @composable function
- spring.config.location not working on spring boot 2.0.0 m6
- how to convert localdatetime object into iso string including time zone?
- types may only contain one @inject constructor
- android navigation component: no navhostfragments found error
- failed to resolve: androidx.lifecycle:lifecycle-viewmodel-ktx:1.1.1
- spring r2dbc databaseclient.as(…)
- what is the correct place to initialize class variables in kotlin
- coroutine scope on application class android
- kotlinx-serialization class marked @serializable does not have the .serializer() extension function
- current jdk version 1.8 has a bug that prevents room from being incremental
- when to use kotlin suspend keyword?
- "unresolved reference: parcelize" after updating to kotlin 1.3.30
- kotlin generics
- public fields for java compatibility
- inject context with hilt: this field leaks a context object
- recyclerview: listen to padding click events
- convert double to bytearray or array<byte> kotlin
- kotlin: single property with multiple setters of different types
- what is the purpose of trailing lambda syntax (kotlin)?
- mediasessioncompat:targeting s+ (version 31 and above) requires that one of flag_immutable or flag_mutable be specified when creating a pendingintent
- how to pass vararg as array to function in kotlin?
- kotlin: how to modify a value in a pair?
- how to zip few observables in kotlin language with rxandroid
- all possible combinations of two lists
- combine multiple kotlin flows in a list without waiting for a first value
- does butterknife 7.x work with kotlin m14?
- do kotlin android extensions cache the synthetic properties or each time it calls findviewbyid()?
- how to pass command line argument to gradle kotlin dsl
- cannot access 'java.io.serializable' which is a supertype of 'kotlin.string'. check your module classpath for missing or conflicting dependencies
- kotlin suspend fun
- inject only certain params in constructor
- what are the `^let` annotations in android studio / intellij?
- kotlin lazy usage
- kotlin: how can a child constructor use its parent's secondary constructor?
- convert java to kotlin on paste
- kotlin: can we use @subscribe of eventbus (greenrobot) in kotlin?
- mocking generic interfaces with kotlin and mockito
- how to create binding adapter for material.slider view?
- "lateinit" or "by lazy" when defining global android.widget var/val
- prevent kotlin from forcing java to see a wildcard type
- exception not being caught in coroutines
- kotlin: what is kotlin.string! type
- passing custom object through method channel flutter
- kotlin editing list
- how to auto-focus with android camerax
- null pointer exception in spring proxy class and kotlin
- is kotlin `?.let` thread-safe?
- copy kdoc docs from one method to another
- date and time in android studio (kotlin language)
- kotlin + dagger2: cannot be provided without an @inject constructor or from an @provides- or @produces-annotated method
- how to change periodic work request period without it running immediately using workmanager?
- viewmodelproviders is not working inside my fragment
- kotlin coroutines choosing dispatcher
- textfield maxlength - android jetpack compose
- why does smartcast not work after nullcheck
- okhttp3 requestbody in kotlin
- higher order (or recursive?) generic type parameters in kotlin
- theme plugins not working after update android studio to fox 2020.3.1
- spring boot @valid on requestbody in controller method not working
- how to make a delay in kotlin multiplatform (pure kotlin)
- kotlin jpa entity id
- regex or wildcard in kotlin's when statement?
- injecting coroutineworker using hilt
- kotlin coroutines - delay, how does it work?
- make kotlin serializer work with retrofit
- camerax: capturing photo as bitmap
- inheriting class with primary constructor
- kotlin convert hex string to bytearray
- kotlin coroutines, is there a better way to return this value?
- can't get coverity scan to work (java/kotlin/gradle 3.3 on windows and travis)
- how exactly does bufferedreader() work in kotlin?
- kotlin lateinit correspondent java
- what does header/impl keyword mean in kotlin?
- invalid method declaration in kotlin enum class building with gradle wrapper
- error: "only the kotlin standard library is allowed to use the 'kotlin' package"
- androidthreeten not working in unit test without robolectric?
- kotlin, how to simplify passing parameters to base class constructor?
- kotlin apply() extension lint message in android studio 3.0-alpha8
- kotlin,java,multidex,dagger 2,butterknife and realm: transformclasseswithjarmergingfordebug: duplicate entry: org/jetbrains/annotations/notnull.class
- kotlin: modifying (immutable) list through cast, is it legitimate?
- viewbinding with error: incompatible with attribute android:visibility
- jetpack compose - centering text
- kotlin - how to run n coroutines and wait for first m results or timeout?
- how does android livedata get() syntax work?
- kotlin use java callback interface
- how to compile and run kotlin program in command line with external java library
- how bypass networkonmainthreadexception on kotlin
- setting environment variables in build.gradle.kts
- outdated kotlin runtime
- kotlin: possible to modify functions during compile time through metaprogramming?
- suspend coroutine until condition is true
- error: cannot access database on the main thread since it may potentially lock the ui for a long period of time. - android room using kotlin
- how to implement viewholder using sealed class in kotlin
- kotlin: type mismatch: inferred type is string but string.companion was expected
- convert dp to px in kotlin - this cast can never succeed
- 'return' doesn't jump out of foreach in kotlin
- could not download groovy-all.jar (org.codehaus.groovy:groovy-all:2.4.15) in android studio 3.3 beta 2
- kotlin coroutines block main thread in android
- apply hibernate-gradle-plugin using plugins dsl syntax?
- kotlin multiplatform android imports won't resolve
- how to combine kotlin delegated property: observable, vetoable, and "by map"?
- kotlin: unit testing a function that takes a function as parameter
- google calendar api v3 android - get all day events for freebusyrequest
- android ui not crashing when modifying view off ui thread
- arcore sceneform: play .mp4 video when detect image
- why does edittext in fragment show the same value after navigating to another fragment and back using back button in kotlin?
- spock with mockito testing kotlin classes
- creating date objects in kotlin for api level less than or equal to 16
- mock private property with mockk throws an excpetion
- handling freemaker template with ktor kotlin
- infix notation and with(...) does not work as i expected
- mockito cannot mock/spy because : final class
- how to access assets-pack data in android (kotlin)
- kotlin: some problems with arrays in annotations
- kotlin generate permutations (in order) of list without duplicate elements
- android only setstackfromend only if recycleview/list is larger than screen
- kotlin + room : java.lang.illegalargumentexception: void cannot be converted to an element
- how can i explicitly signal completion of a flowable in rxjava?
- kotlin view binding java.lang.illegalstateexception: view must not be null inside listener
- kotlin android fragment empty recycler view after back
- using kotlin library in java
- how to exclude (ignore) android build variants in gradle kts
- android kotlin foreground service stops after some time
- a simple kotlin class with mockito test caused missingmethodinvocationexception
- retrofit2 return null unit in kotlin for 204 no content response
- android/kotlin: unresolved reference: timber
- could not find kotlin-gradle-plugin for kotlin script gradle
- kotlin and unity development error
- kotlin: how to send data from recyclerview adapter to a fragment
- implementing two way data-binding webview using mvvm in kotlin
- illegalstateexception: expected configuration ':module:debugfeaturecompileclasspath' to contain exactly one file, however, it contains 2 files
- unable to start activity from onbackgroundmessage
- how to change checked color of radio button programmatically
- kotlin generate comment doc
- how to unit test a room dao query that returns a pagingsource from paging 3
- return different types of object in kotlin
- gradle kotlin dsl: how to configure subprojects using typesafe api
- should a library function be suspend or return deferred
- android| basic auth using retrofit2 and local api
- how to create compile-time constant in kotlin from enum?
- kotlin coroutines: switching context when testing an android presenter
- how do you use receiver (broadcastreceiver) in a flutter plugin?
- basic android launcher splash screen
- kotlin native ios string formatting with vararg
- bindingadapter doesn't work with databinding
- how can i open class only to test class?
- softwarecomponentinternal with name 'java' not found
- room database: inserted id is always 0
- how @intomap @binds exactly works with dagger?
- dagger 2 component with differently scoped modules
- kotlin connect to self-signed https server
- passing application to androidviewmodel
- why it is not a tail recursion?
- how to add a onclick listener on a recyclerview in android studio with kotlin?
- error when use callby on a function with default parameters in kotlin
- change button background by filling it left to right
- kotlin like scope functions (let, also, apply, run) in javascript?
- rotate a two layer marker icon in googlemap
- how to avoid "libraries attached to project that were compiled with kotlin/native compiler" error?
- arraylist<arraylist<string>> in parcelable object kotlin
- resource id #0x0 in alertdialog
- how to declare native cpp method for which declared in kotlin companion object?
- call javascript function from kotlin jvm based project
- android mockito.verify says argument(s) are different! with printing same content
- why is this way of randomly generating a graph unfair?
- android: kotlin: custom webview - cannot be invoked as a function. the function 'invoke()' is not found
- how to print closedrange in kotlin
- best practice to implement mvvm in fragment using bottom navigation android kotlin
- deploying with ktor: how to set appengine version?
- does kotlin support or have future plan for interface composition similar to protocol composition in swift?
- how to implement floor modulo for every number type in kotlin?
- is there a way to implement a cursor based pagination with paging library 3.0 in android?
- test coroutinescope infrastructure in kotlin
- why are contravariant type parameters in function parameters considered in "out" position?
- kotlin compiling from command line
- which one should i use between if (data!=null) and data?.let in kotlin?
- are kotlin's float, int etc optimised to built-in types in the jvm?
- kotlin setonclicklistener using method reference not working
- is it safe to ignore these proguard notes for kotlin?
- for-loop range must have an 'iterator()' method
- spring webflux webclient receiving an application/octet-stream file as a mono
- drawer layout does not work without navigation controller
- spring facebook template map fetchobject to pagedlist
- using colors defined in base module from feature module fails after rebuilding the android instant app
- android kotlin volley how to get value from jsonarray
- typeconverters cannot figure out how to save this field into database
- apollographql filenotfoundexception: source/apollo/generatedir/debug/src (is a directory)
- firebird and android jdbc driver
- android + kotlin build error: kotlin home does not exist or is not a directory
- rxjava: combining hot and cold observable to wait for each other
- in kotlin, is it possible to use a variable to call a method or property?
- android studio "scanning for files to index"
- drop delete trigger for room database
- room cannot figure out how to save this field into database
- need calendar instance only date (not time) and compare with date string in kotlin as it lags
- kotlin html-builder
- make android studio work with java and not kotlin?
- recyclerview items' values reset when scrolling down
- can you chain multiple whereequalto operations in one query in pieces in firestore
- how can i get my location with kotlin dev android?
- android local vpn service: can't get response
- mediaplayer - setaudioattributes not working properly
- hms map kit is not rendering?
- fcm token not generating in samsung devices in release version of app
- how to open a file with a custom file extension from another app with my flutter app?
- why do i get "no assembly descriptors found." error while building this project?
- reactive way to read and parse file from resources using webflux?
- dynamically create controls in android using kotlin
- retrofit 2 requestbody content length greater than file size
- getting null instance from dagger 2
- divide an array into two according to a filter
- to many arguments for public fun fragment.findnavcontroller()
- constructor taking parcelable constructor in kotlin derived class
- can someone explain this kotlin expression?
- file not found exception while encoding image from path
- e/androidruntime: fatal exception: rxnewthreadscheduler-42
- livedata has different values in different activities
- recyclerview card item onclick kotlin
- listadapter does not update indices (positions) of the items in the recyclerview after deleting an item
- get google map accurate location
- how to hide visibility of kotlin internal class in java from different modules?
- ionic issue could not resolve org.jetbrains.kotlin:kotlin-stdlib:1.1.3-2
- globalscope vs coroutinescope vs lifecyclescope
- update random class attribute in kotlin
- error trying to instantiate a kotlin class from java
- how to convert imageview to bytearray in kotlin
- how do i correctly register a plugin with the fcm plugin
- youtube player support fragment crashes when user selects to view in full screen
- stateflow collects in one coroutine
- interruptedexception not caught on rxjava onerror callback?
- dagger hilt - how do i inject the viewmodel into the adapter?
- fragment onclick listener
- android alarm manager with multiple pending intents
- error in post method with kotlin, springboot and mockk
- construct rings using jetpack compose
- how to use recyclerview in kotlin
- java.time.format.datetimeparseexception: text '09/10/2019' could not be parsed at index 0 could not be parsed, unparsed text found at index 19
- kotlin android studio - var is seen as val in sdk 29
- retrofit 2.6.0 exception: java.lang.illegalargumentexception: unable to create call adapter for kotlinx.coroutines.deferred
- dagger singleton vs kotlin object
- use @classrule in kotlin
- does kotlin have an identity function?
- how do you make jackson use kotlin default params for missing values?
- sealed classes inside another class in kotlin can't be compiled: cannot access '<init>' it is private
- why only interfaces can be delegated to in kotlin?
- programmatically inflated layout with kotlin android extensions
- how can i render plain android progressbar with compose?
- how to replace all occurrences of a sub string in kotlin
- android data binding: missing return statement in generated code when calling custom binding adapter more than once
- android data binding and kotlin
- how to find out the latest version of kotlin in android studio
- accessing kotlin class object from java
- can i reference a specific function overload?
- how do i disable 'convert java to kotlin upon paste' in intellij idea?
- @stringres, @drawableres, @layoutres and so on android annotations lint check with kotlin parameters
- annotate interface function that must call super
- java integer.max_value vs kotlin int.max_value
- retrofit 2 @headers error in kotlin
- android: exoplayer - extractormediasource is deprecated
- how to create a new test folder called kotlin for android studio
- how to declare a kotlin lambda with return type 'void' for a java caller?
- kotlin - illegalargumentexception in overridden method
- why does kotlin need function reference syntax?
- runonuithread is not calling
- androidx.preference.preferencescreen not found when creating preferences screen
- how to solve: "error: cannot find symbol class ..." after converting java class to kotlin?
- cancel kotlin flow collection on signal
- how to obtain a ktype in kotlin?
- kotlin extension method as alias for long method name?
- how to emit flow value from different function? kotlin coroutines
- issue with cors and error and access-control-allow-origin header
- firebase in-app messaging showing in splashactivity. how to show it in mainactivity?
- unit testing verifying a companion object method is called (mocking a companion object)
- what is the difference between sortby - sortedby and sortwith - sortedwith in kotlin
- kotlin annotation parameter must be a compile-time constant
- kotlin reified type parameter doesn't smart cast
- kotlin infinite sequences with iterator function
- mockk verify lambda argument
- java.lang.integer cannot be cast to java.lang.long in kotlin (when the initial value is null)
- dynamic cast in kotlin
- bytearray to float in kotlin
- jetpack compose pass parameter to viewmodel
- how to import java packages in kotlin native
- why public class can't extend private class?
- how to fix unresolved reference lifecyclescope?
- pass a mutablelist from activity a to activity b in kotlin.
- unable to use completable in room dao interface
- sticky overlay without windowmanager.layoutparams.type_phone
- kotlin fails to compile a library
- why i still get "cannot inline bytecode built with jvm target 1.8 into bytecode that is being built with jvm target 1.6"
- global object declaration in kotlin
- why is the value param nullable in observer from android architecture components?
- testing extension functions inside classes
- inheritance from java class with a public method accepting a protected class in kotlin
- camerax preview not working after upgrade
- io.mockk.mockkexception: no answer found for: savedstatehandle(#1).set(key, something)
- how to call a toplevel function from a method or an extension function of the same signature?
- setter overloading in kotlin
- write to file after match in kotlin
- java android apk release mode error could not download kotlin-compiler.jar
- in kotlin documentation (kdoc), is it possible to link to a specific overloaded method?
- how to check lambda emptiness in kotlin
- how to configure the processresources task in a gradle kotlin build
- how to add a click listener to my recycler view (android kotlin)
- lint considers kotlin mutablemap.foreach() as java.util.map.foreach()
- kotlin async vs launch
- dialogfragment closes when navigating from it to another fragment
- google play developer api - 400 invalid value - inapppurchases
- mixed kotlin + java with maven, unresolved reference
- what's the difference between t and t? in kotlin?
- in kotlin, jackson deserialization error with data class
- in kotlin, is it possible to change delegation at runtime?
- android class with context in object field in kotlin
- can i purchase multiple items at one time through google play in android app?
- create fat jar from kotlin multiplatform project
- how to run kotlintest tests using the gradle kotlin dsl?
- access parent class variables in companion object in kotlin
- implement only one method from interface in anonymous class
- error when trying to use room library. [sqlite_error] sql error or missing database
- how can i use kotlin default methods with spring data repository interfaces?
- kotlin set to null if not null
- how to circumvent kotlin's restriction "type parameter is forbidden for catch parameter"
- defensive copy of a mutable collection in kotlin data class
- android: cannot refresh listview using customadapter
- kotlin: how to save image from internet to internal storage
- nosuchmethoderror using @parcelize annotation in kotlin
- null safety in legacy java libraries used in kotlin projects
- determine whether the reified type is nullable
- how to use kotlin experimentalunsignedtypes project wide (androidstudio)
- spring inject list of generic interface implementations in kotlin
- how to properly display datepickerdialog using materialcomponents?
- android studio gradle build failed with update
- gridlayout in kotlin?
- databinding not work together with viewbinding in kotlin
- kotlin smart cast the second value of a pair with filter
- how do i manually assign bytes to a long in kotlin?
- "error: supertypes of the following classes cannot be resolved. please make sure you have the required dependencies in the classpath"
- kotlin - multi platform feature
- @creationtimestamp and @updatetimestamp don't work in kotlin
- getfragmentmanager() not working in kotlin
- how to change a member field with kotlin reflection?
- type interference issue with the webflux webtestclient and kotlin
- expandable text in jetpack compose
- why does kotlin data class objects have backticks?
- how to make multiconditional for loop in kotlin
- kotlin "also" function strange warning in android studio
- kotlin getting a subscriber to observe an observable using rxjava2
- intellij idea - could not find org.jetbrains.kotlin:kotlin-gradle-plugins
- configure compiler arguments
- @throws has no effect when the target is a property
- i have a vertx request and i need to calculate an externally visible (public) url
- kotlin wrong nullability inference without any generics
- why i can't use lambda for interface at kotlin?
- how to obtain properties or function declared in kotlin extensions by java reflection
- kotlin coroutine swallows exception
- kotlin super.finalize()
- kotlin ndarray with a lambda constructor with generic return type
- why do data classes not implement serializable?
- how to configure kotlin jvmtarget in a multiplatform android module?
- flutter: create a flutter project with kotlin
- how does hashmap implement the mutablemap interface in kotlin?
- how to declare a kotlin function with return type 'void' for a java caller?
- android kotlin task to be executed using coroutines
- how to reduce video size with java/kotlin on android?
- use junit5 tags for spek
- retain smartcast when creating custom extension
- koinappalreadystartedexception: a koin application has already been started
- kotlin delegate property causes a preview rendering error in android studio
- android studio 3.4.1, kotlin "unresolved reference: mutablelistof"
- get kproperty of a non-package extension property
- sms verification with android smsretrieverclient not parsing message
- how to use pom type dependency in gradle
- how to send array of objects in retrofit multipart request
- having coroutine wait for previous calls
- how to fix scrolling issue of horizontal viewpager2 and recyclerview that are inside a vertical recyclerview?
- typealias - combine multiple interfaces in kotlin
- what is the best way to add an element to the beginning of a list in kotlin
- no static method dispatchunhandledkeyeventpre
- jacoco is reporting 0 coverage of kotlin classes by unit tests, in an android project
- files.find() with bipredicate in kotlin
- test framework quit unexpectedly - classnotfound exception
- andoridx room rx issue
- android: how to convert html string to spanned to display in textview (must work on api < 24)
- fragment popbackstack trigger lifecyclescope collect
- android - javax.crypto.aeadbadtagexception
- firebase & retrieving elements
- spring constructor annotations on kotlin data class with default values
- how to import the shadowjar plugin for kotlin (gradle) builds?
- init block position in class in kotlin
- kotlin command line compiler
- kotlin: expression can't be invoked because function invoke() is not found
- cannot override java function in kotlin
- fragmenttransaction won't compile in kotlin android project
- use case for runtimeexception from package kotlin
- android - view instance gets null on screen rotation
- kotlin.native.concurrent.invalidmutabilityexception: mutation attempt of frozen <object> when using ktor in kotlin multiplatform (ios)
- cannot find symbol return daggerapplication_hiltcomponents_singletonc.builder()
- using posgresql array_agg with join alias in jooq dsl
- hibernate jpa projection with @query
- using amazon aws cognito `.well-known/jwks.json` data fails to base64 decode some fields
- casting jsonarray to iterable<jsonobject> - kotlin
- how to add body in url in volley request in kotlin?
- kotlin - run vs elvis operator - what is the difference?
- update state outside the composable function. (jetpack compose)
- in kodein dependency injection, how can you inject instances of kodein itself into instances?
- easy way to negate a predicate (e.g. (string) -> boolean)) in kotlin
- confusion with kotlin generics
- publish kotlin multiplatform library to maven central (invalidmavenpublicationexception multiple artifacts with the identical ...)
- how to list (java) annotations on kotlin data class fields?
- how to share boilerplate kotlin configuration across multiple gradle projects?
- how can i perform flatmap using multiple threads in reactor?
- why doesn't smart-cast handle this situation?
- how to unit test coroutine when it contains coroutine delay?
- how do we detect the orientation of image captured using camerax if application's default orientation is set to portrait mode
- ktor http client - request progress
- how do you disable distzip in a multi project builds on kotlin dsl in gradle
- execution failed for task ':app:kaptdebugkotlin'. when clean build
- mockk - spyk mock method only once
- clear database before testcase espresso
- how to get parameter names via reflection in kotlin?
- create fat jar from ktor kotlin multiplatform project with kotlin gradle dsl
- null object reference when i try to build room
- why use inline without lambdas
- rxjava filter on error
- compiler cannot resolve classes in io.ktor.client.features.logging
- kotlin: specify input-constraints in interface
- kotlin upper bound: what difference does `:any` make to kotlin's generic type inference?
- kotlin recommended way of unregistering a listener with a sam
- kotlin scratch file android studio readline()
- getting runtime error when updating paging library from 3.0.0-alpha10 to 3.0.0-alpha12
- how to make @autowired work in a regular class?
- rxjava observable.create wrapping observable subscriptions
- kotlin 1.4.30 apache beam compilation error
- kotlin: array of generics
- kotlin define interface for enum class values method
- regex to detect if character is repeated more than three times
- uploading large bitmaps using workmanager
- compare data class in kotlin without id
- how to create view class object in kotlin? what is attributeset? how to create it for a view?
- kotlin smart cast with nullable variable
- spring mongo populator one by one
- firebase firestore how to identify an offline read
- form authentication in ktor
- cannot find onclick method in activity from xml definition
- proper way to create a flux from a list of mono's
- serializing java path with kotlinx.serialization
- kotlin get declared member property value
- is it better to use a thread or coroutine in kotlin?
- switching to kotlin dsl unresolved reference when trying to access other file
- kotlin overload method with default parameter
- android kotlin - how to set spinner selected item
- intersection of two lists maintaining duplicate values in kotlin
- polymorphism on extension functions in kotlin
- regex doesn't match in kotlin
- unable to set content-type on soap request
- fusedlocationproviderclient with service android kotlin
- how to join a kotlin supervisorjob
- kotlin warnings with gradle build
- kotlin: element not being appended in the list
- how to partition and typecast a list in kotlin
- android kotlin new intent on click event from recycler view
- implementing generic method in interface that uses implementors class
- how to modify a prefix of a kotlin sequence but retain the tail?
- deserializing into sealed subclass based on value of field
- mismatch between datetime values in h2 and mysql databases inserted from java/kotlin
- how to save a function reference as the value in a map type, and invoke it with a parameter later on in kotlin?
- jackson's @jsonappend with default value
- how to refresh height of a constrained view in constraintlayout
- android: progressbar must not be null using kotlin
- kotlin generics and nullable class type
- receiving noclassdeffounderror when invoking generated serializer() method
- how to add java library to kotlin native
- is there a way to show all the extension functions of a given kotlin class in intellij ide?
- how to get listpreference value in kotlin activity
- android q kotlin - api 29: check if image exists