K Merle
julioromano
Marko Novakovic
Reading a state that was created after the snapshot was taken or in a snapshot that has not yet been applied
Sourabh Rawat
bootJar
shadowJar
onNodeWithText
martmists
apply(from="/path/to/file.gradle.kts")
Vitali Plagov
build.gradle
compileKotlin { kotlinOptions { jvmTarget = JavaVersion.VERSION_11 } }
kotlinOptions
Stylianos Gakis
statein
Lokik Soni
val isAlarmOn by viewModel.alarmBtnState.collectAsState()
val alarmBtnState = isAlarmActivated(Unit).map { it.successOr(DEF_VAL_ALARM_ACTIVATED) }.stateIn(viewModelScope, WhileViewSubscribed, DEF_VAL_ALARM_ACTIVATED)
chanjungskim
A modern programming language that makes developers happier.