react-native-compressor
react-native-compressor copied to clipboard
[Android] Compilation failed for task compileDebugKotlin
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
}
👋 @quimvinals Thanks for opening your issue here! If you find this package useful hit the star🌟!
Hello. Do you have the solution to resolve it yet?