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
- 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
- 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?
- Combine Java with Kotlin in Android
- 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?
- 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
- 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?
- 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?