You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In which task and step of the codelab can this issue be found?
Describe the problem
After downloading the sample, it is impossible to make (build) the project due to multiple errors after updating Gradle dependencies, AGP and Kapt-to-KSP migration. The untouched version of the sample cannot be built either (different error). It is even using View UI instead of Compose. The project should be updated in order to keep up with the latest technology.
Steps to reproduce?
Download the sample
Perform AGP upgrade
Update Gradle dependencies as well as Android minSdk and targetSdk
Versions Android Studio version: Android Studio Ladybug | 2024.2.1 API version of the emulator:
Additional information Build output:
Task :app:kspDebugKotlin FAILED
Execution failed for task ':app:kspDebugKotlin'.
Error while evaluating property 'compilerOptions.jvmTarget' of task ':app:kspDebugKotlin'.
Failed to calculate the value of property 'jvmTarget'.
> Unknown Kotlin JVM target: 21
URL of codelab
In which task and step of the codelab can this issue be found?
Describe the problem
After downloading the sample, it is impossible to make (build) the project due to multiple errors after updating Gradle dependencies, AGP and Kapt-to-KSP migration. The untouched version of the sample cannot be built either (different error). It is even using View UI instead of Compose. The project should be updated in order to keep up with the latest technology.
Steps to reproduce?
Versions
Android Studio version: Android Studio Ladybug | 2024.2.1
API version of the emulator:
Additional information
Build output:
build.gradle (Module:app)
build.gradle (Project: SQL_Basics)
The text was updated successfully, but these errors were encountered: