-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Execution failed for task ':p24_sdk:compileDebugKotlin'. #22
Comments
But java target should be set in your project. The mentioned settings are not from the library |
Have config gradle-wrapper.properties settings.gradle build.gradle (app) } kotlinOptions { On other project with: gradle-7.5-all.zip and id "com.android.application" version "7.3.0" apply false
working fine |
Any update? With gradle-7.5-all.zip and id "com.android.application" version "7.3.0" apply false and compileOptions { } kotlinOptions { it also works |
For me, this worked when i added the following to the android/build.gradle file inside the allprojects block:
|
Dzięki :) |
New version 1.0.60 released. Please check if it helps |
Have error
'compileDebugJavaWithJavac' task (current target is 1.8) and 'compileDebugKotlin' task (current target is 17) jvm target compatibility should be set to the same Java version.
The text was updated successfully, but these errors were encountered: