Zoltan Demant
Key "..." was already used. If you are using LazyColumn/Row please make sure you provide a unique key for each item.
diesieben07
kotlinOptions.freeCompilerArgs += listOf("-Xcontext-receivers")
chanjungskim
Adam Brown
igorvd
class ViewModel { fun loadSomeStuff() { myObject.asyncOperation(object : Callback { //callback methods implementation }) } }
Luis Alonso Ato Neyra
Anudeep Ananth
aazavoykin
Joel Denke
w: Kotlin Multiplatform <-> Android Gradle Plugin compatibility issue: The applied Android Gradle Plugin version (8.3.0) is higher than the maximum known to the Kotlin Gradle Plugin. Tooling stability in such configuration isn't tested, please report encountered issues to <https://kotl.in/issue>" Minimum supported Android Gradle Plugin version: 7.0 Maximum tested Android Gradle Plugin version: 8.2 To suppress this message add 'kotlin.mpp.androidGradlePluginCompatibility.nowarn=true' to your gradle.properties
Utkarsh Tiwari
A modern programming language that makes developers happier.