Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in kotlin

Unable to call kotlin extension function from java

java kotlin

Proper way to operate collections in StateFlow

Sharing a cold flow of MutableStateFlow in ViewModel between two fragments

Why can't you access companion object of reified type parameter?

How to restrict instantiation of inner class only inside outer in Kotlin?

java kotlin

SwipeToDismiss inside LazyColumn with animation

Kotlin Flow: receiving values until emitting timeout

kotlin kotlin-coroutines

How to merge additional-spring-configuration-metadata.json with kapt when using Kotlin and Gradle?

spring-boot gradle kotlin

OutlineTextField , TextField not working in Jetpack Compose 1.0.0-alpha02

How can I use Koin to inject in a @BeforeClass static method?

How to prevent ViewModel from getting killed when navigating in Android using Kotlin?

Dagger 2 Inject Context in Kotlin Object

ktor client post request causes error `lateinit property nextElementName has not been initialized`

kotlin ktor

How to create enum of colors (int) from android resource colors.xml

android xml kotlin enums colors

How to access private Github package registry via Gradle

java maven gradle kotlin jcenter

Mutable state of value from viewModel is not working

Kotlinx-serialization: Serialize raw string without quotes

Kotlin: succinct way of inverting Int sign depending on Boolean value

kotlin

Why are JetpackCompose dependencies now appendending libs.X in build.gradle.kts?

Problem using HorizontalPager in Jetpack Compose