Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in kotlin

Jetpack Compose TextField capture keyboard Enter-input

Using JOOQ with Kotlin Gradle DSL

kotlin gradle jooq

How to add click listener to Carousel item

Micrometer traceId is lost when switching threads in Kotlin's coroutines

Adding gif into Jetpack Compose

How can I set a property of a companion object in Kotlin via reflection?

reflection kotlin

Why a new ViewModel is created in each Compose Navigation route?

mockk, what is just run

kotlin mockk

LazyColumn with items from viewModel crashes with IndexOutOfBounds when items size changes

Can we pass viewmodel as parameter to another compose function?

Bad performance ML Kit barcode scanning

The TestScope advanced example of usage in tests with coroutines

How to model many-to-many relationship in Android Room with CrossRef Junction

android kotlin android-room

How to build jacoco test report task in Kotlin (Gradle 5)

kotlin build.gradle

Dagger Hilt Testing Error - error: cannot find symbol @ScopeMetadata, @QualifierMetadata

Why each secondary constructor needs to delegate to the primary constructor in Kotlin?

kotlin

How to set weight attribute dynamically from Kotlin code?

android kotlin

How do I wrap text around an image or a composable?

Custom interceptors in coroutines

Var recalculation after content change

kotlin