ehsan
09/12/2025, 8:58 AMkotlin_language_version = 2.0
sourceSets.configureEach {
languageSettings {
apiVersion = kotlin_language_version
languageVersion = kotlin_language_version
}
}
The I have updated almost all my dependencies to their latest and the gradle sync successfully but when I build/run the project I get the error below:
> Task :common:kspStagingMyAppDebugKotlinAndroid FAILED
e: -api-version (2.0) cannot be greater than -language-version (1.9)
I can add the stack trace if needed!