Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in kotlin

How to add label outside the pie chart

How to run a Runnable every second to update the UI

android kotlin

Is it possible to init a variable in the while condition body for Kotlin?

How to generate openapi in ktor?

kotlin ktor

getting 'Missing calls inside every { ... } block' when using mockk

android unit-testing kotlin

Kotlin/Native compileKotlinIosX64 task fails when building iOS app

Cannot create instance of MainViewModel with Hilt

Why `async` doesn't inherit SupervisorJob if called directly inside the coroutine block?

kotlin kotlin-coroutines

Jetpack Compose responsive size in ConstraintLayout - Dimension.fillToConstraints overwriting .sizeIn, .widthIn, .heightIn Modifier

Why it is complaining `declaration has type inferred from a platform call` in Kotlin?

android kotlin

How do I disable dimming of my app when showing BottomSheetDIalogFragment?

Java 11-Kotlin annotation processor

Remove conflicts from the manifest before uploading

Using StateFlow in an Android Project

Lazy loading of @OneToOne relation with Hibernate

java hibernate kotlin jpa

Documenting parameters of a function parameter in Kotlin

IDEA does not always deploy latest changes

kotlin generics in KFunction1

generics kotlin

Intrumentation test using androidx.datastore version 1.1.1 now fails with UncompletedCoroutinesError

The difference between val and var for a Getter property

kotlin