Unable to find method ''org.gradle.api.provider.Property org.jetbrains.kotlin.gradle.dsl.KotlinJvmCompilerOptions.getJvmDefault()

2 hours ago 1
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

Read Entire Article