ptsiogas
henrikhorbovyi
brabo-hi
Berkeli Alashov
w: Kapt currently doesn't support language version 2.0+. Falling back to 1.9.
id("kotlin-kapt")
pablisco
Not a valid Kotlin file (expecting a parameter declaration) (cannot be auto-corrected)
Norbi
Project accessors enabled, but root project name not explicitly set for 'buildSrc'. Checking out the project in different folders will impact the generated code and implicitly the buildscript classpath, breaking caching.
buildSrc
rootProject.name
Vivek Modi
Serializer has not been found for type 'ZonedDateTime'. To use context serializer as fallback, explicitly annotate type or property with @Contextual
@Serializable @Parcelize data class NearestResult( val day: ZonedDateTime, val event: String ) : Parcelable
Radoslaw Juszczyk
…res/drawable-xxxhdpi/ic_test.png
Image(painter = painterResource(id = R.drawable.ic_test), contentDescription = "Test")
java.lang.IllegalArgumentException: Only VectorDrawables and rasterized asset types are supported ex. PNG, JPG
sam
suspend fun foo() { async { ... } }
Humphrey
id("jacoco")
alias(libs.plugins.jacoco)
A modern programming language that makes developers happier.