ARTICLE AD BOX
compileOptions {
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
}
kotlin {
compilerOptions {
jvmTarget = JvmTarget.JVM_17
}
}
buildFeatures {
viewBinding = true
compose = true
buildConfig = true
}
}
Kotlin and KSP Version
kotlin = "2.0.20" devtoolsKsp = "2.2.20-2.0.3"This is my current gradle setup and i keep getting this error
