CLOVIS
Could not create an instance of type org.jetbrains.kotlin.gradle.plugin.mpp.KotlinAndroidTarget. > Could not generate a decorated class for type KotlinAndroidTarget. > com/android/build/gradle/api/BaseVariant
abbic
Aaron Waller
java.lang.IllegalArgumentException: Only VectorDrawables and rasterized asset types are supported ex. PNG, JPG
Jonathan Ellis
'capitalize(): String' is deprecated. Use replaceFirstChar instead
replaceFirstChar { if (it.isLowerCase()) it.titlecase() else it.toString() }
Jan Skrasek
Alex
Box { Box { Composable1() <-- render this "on top of" (higher zIndex) Composable2 } Composable2() }
Orhan Tozan
StateFlow
stateFlow.map { } as StateFlow<T>
Adam S
compileKotlin
--no-build-cache
--no-configuration-cache
kotlin.incremental=false
nuhkoca
plugins
plugins { id("com.android.application") version "7.2" apply false id("com.android.library") version "7.2" apply false }
Gradle
buildSrc
implementation("com.android.tools.build:gradle:7.2.0")
Error resolving plugin [id: ‘com.android.application’, version: ‘7.2.0’, apply: false]
> The request for this plugin could not be satisfied because the plugin is already on the classpath with an unknown version, so compatibility cannot be checked.
Colton Idle
A modern programming language that makes developers happier.