Skip to content
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

[Android] Compilation failed for task compileDebugKotlin #260

Open
1 of 2 tasks
quimbaget opened this issue Dec 19, 2023 · 2 comments
Open
1 of 2 tasks

[Android] Compilation failed for task compileDebugKotlin #260

quimbaget opened this issue Dec 19, 2023 · 2 comments

Comments

@quimbaget
Copy link

Current behavior

The build fails at step Task :react-native-compressor:compileDebugKotlin

Expected behavior

The build should succeed

Platform

  • Android
  • iOS

React Native Version

0.64.1

React Native Compressor Version

Tried with:

  • Latest
  • 1.8.21
  • 1.8.8

Same result for all

Reproducible Steps And Demo

  • android/build.gradle
buildToolsVersion = "30.0.2"
minSdkVersion = 23
compileSdkVersion = 33
targetSdkVersion = 33
kotlinVersion = '1.6.0'
  • android/app/build.gradle
compileOptions {
    sourceCompatibility JavaVersion.VERSION_1_8
    targetCompatibility JavaVersion.VERSION_1_8
}
Copy link

👋 @quimvinals
Thanks for opening your issue here! If you find this package useful hit the star🌟!

@yosukapro
Copy link

Hello. Do you have the solution to resolve it yet?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants