выполнение не удалось для задачи »: app: kspdebugkotlin '. Невозможно построить с помощью ksp < /code> < /p>
'compiledebugjavawithjavac' Задача (текущая цель - 1,8) и «kspdebugkotlin» задача (текущая цель - 17) Совместимость должна быть установлена на ту же версию Java. < /p>
< /blockquote>
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
kotlinOptions {
jvmTarget = '1.8'
}
выполнение не удалось для задачи »: app: kspdebugkotlin '. Невозможно построить с помощью ksp < /code> < /p>
'compiledebugjavawithjavac' Задача (текущая цель - 1,8) и «kspdebugkotlin» задача (текущая цель - 17) Совместимость должна быть установлена на ту же версию Java. < /p> < /blockquote> compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8 } kotlinOptions { jvmTarget = '1.8' }
Получение следующей ошибки сборки в Android Studio
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
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
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
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