react-native-compressor icon indicating copy to clipboard operation
react-native-compressor copied to clipboard

[Android] Compilation failed for task compileDebugKotlin

Open quimbaget opened this issue 2 years ago • 5 comments

Current behavior

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

Expected behavior

The build should succeed

Platform

  • [X] 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
}

quimbaget avatar Dec 19 '23 08:12 quimbaget

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

github-actions[bot] avatar Dec 19 '23 08:12 github-actions[bot]

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

yosukapro avatar Jan 06 '24 05:01 yosukapro