Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in kotlin

versionCodeOverride equivalent for Gradle Kotlin DSL

Kotlin foreach on a map vs iterating over the keys when used with coroutines

Kotlin methods accepting inline classes as parameters - how access from Java?

LifecycleObserver produce exception with methods that use newer APIs

IntelliJ/Kotlin: What does the `^use` hint mean?

intellij-idea kotlin

Difference between private top-level extension function and private extension function inside class

Kotlin + Java 9 modules: Module java.base cannot be found in the module graph

java gradle kotlin java-module

How to use AndroidX Navigation Architecture Component programmatically in Kotlin without using xml?

How to change language in kotlin (locale)

android kotlin locale

Upgrade from Kotlin 1.3.31 -> 1.3.40 breaks Android build

android gradle kotlin

Data Binding inflation is very slow

Kotlin Regex thread-safety

regex kotlin thread-safety

How to prevent Jackson to set kotlin.Boolean parameter to false when deserializing

kotlin coroutines: possible without standard library?

Get fragment instance nested inside nav controller from activity

android kotlin androidx

Coroutine Scope inside repository class

How do I use Moshi to serialize a json string into org.json.JSONObject?

json kotlin moshi

Android - by viewModels() with injectable constructor on ViewModel

Serializer for interface / implementation

How to use suspend function on Room Db?