Zhang Zihan
Yevhenii Nadtochii
Modifier.blur()
Luís Alves
//this: with(param) { } // instead of this: with( param) { }
CLOVIS
kotlin("jvm")
kotlin("js")
kotlin("multiplatform")
Rene Win
@Preview(locale = "en")
Locale.getDefault()
@Preview(locale = "en") @Composable fun Test() { Text("${Locale.getDefault()}") }
Maciej S
HIGAN
java.awt.Window$CustomWindowDecoration
Unsafe
JBR-17
Vincent Williams
sealed class ViewState { object Idle : ViewState() data class Content( val headerText: String, val bodyText: String ) : ViewState() data class Error( val message: String ) : ViewState }
Atul Gupta
clickable
BasicTestField
Modifier.clickable
zt
A modern programming language that makes developers happier.