반응형 android studio1 Caused by: org.gradle.api.GradleException: 'compileDebugJavaWithJavac' task (current target is 1.8) and 'kaptGenerateStubsDebugKotlin' task (current target is 17) jvm target compatibility should be set to the same Java version. Android Studio 를 업데이트 하고 Gradle 업데이트를 하니 아래와 같은 에러가 발생했다. Caused by: org.gradle.api.GradleException: 'compileDebugJavaWithJavac' task (current target is 1.8) and 'kaptGenerateStubsDebugKotlin' task (current target is 17) jvm target compatibility should be set to the same Java version. compileOptions에서 JavaVersion 을 업데이트 하면 된다.Gradle 파일에 따라 아래와 같이 수정하면 된다.https://play.google.com/store/apps/detail.. 2023. 6. 16. 이전 1 다음 반응형