-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
minifyEnabled true ERROR : Compilation failed to complete, origin: /Users/mesutaltas/.gradle/caches/transforms-3/a334453207e8f257bd8e5065fd1e9287/transformed/jetified-kotlin-reflect-1.8.10.jar:kotlin/reflect/jvm/internal/impl/serialization/deserialization/builtins/BuiltInsResourceLoader.class #36476
Comments
|
I upgraded version 0.71.4 and still get error |
I upgraded version 0.71.4 and still get error |
Can you try to |
Yes I tried many times . I created fresh app with npx create-react-native-app and enabled minifyEnabled = true . But didnt work. Same error did it. What is the problem i cant figure it out. |
Can you try to |
yes I tried many times. Same. |
The Kotlin Gradle plugin was loaded multiple times in different subprojects, which is not supported and may break the build. I think the main reason is this? How can I solve this? |
ERROR:/Users/mesutaltas/.gradle/caches/transforms-3/00bc5269aa3db6545a8650b66aef371e/transformed/jetified-kotlin-reflect-1.6.21.jar: R8: Type kotlin.reflect.jvm.internal.impl.serialization.deserialization.builtins.BuiltInsResourceLoader is defined multiple times: /Users/mesutaltas/.gradle/caches/transforms-3/00bc5269aa3db6545a8650b66aef371e/transformed/jetified-kotlin-reflect-1.6.21.jar:kotlin/reflect/jvm/internal/impl/serialization/deserialization/builtins/BuiltInsResourceLoader.class, /Users/mesutaltas/.gradle/caches/transforms-3/00bc5269aa3db6545a8650b66aef371e/transformed/jetified-kotlin-reflect-1.6.21.jar:META-INF/versions/9/kotlin/reflect/jvm/internal/impl/serialization/deserialization/builtins/BuiltInsResourceLoader.class |
When I create the project
The Problem is multiple kotlin. There are different packages with kotlin plugins like expo,expo-module,react-native-screens,react-native-gestlure-handler etc.. How can I solve this? |
Does anyone solve this? I've tried |
Can you create a small reproducer usign this template? https://github.com/react-native-community/reproducer-react-native |
@cortinico
|
Then this is not a problem with React Native core but with either:
|
add this in your android/build.gradle
my another project kotlinVersion is 1.6.10 for RN 0.71.4 |
Description
When I set minifyEnabled true and start./gradlew assembleRelease build failed . I tested a fresh project and existing project. Can you help me for fix.
build.gradle (android/app/build.gradle)
ERROR
React Native Version
0.71.4
Output of
npx react-native info
System:
OS: macOS 13.1
CPU: (16) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz
Memory: 157.51 MB / 16.00 GB
Shell: 5.8.1 - /bin/zsh
Binaries:
Node: 16.18.0 - /usr/local/bin/node
Yarn: Not Found
npm: 9.5.0 - /usr/local/bin/npm
Watchman: 2022.03.21.00 - /usr/local/bin/watchman
Managers:
CocoaPods: 1.11.2 - /usr/local/bin/pod
SDKs:
iOS SDK:
Platforms: DriverKit 22.2, iOS 16.2, macOS 13.1, tvOS 16.1, watchOS 9.1
Android SDK:
API Levels: 28, 29, 30, 31, 33
Build Tools: 28.0.3, 30.0.2, 30.0.3, 31.0.0, 33.0.0
System Images: android-29 | Google APIs Intel x86 Atom, android-29 | Google Play Intel x86 Atom, android-30 | Google APIs Intel x86 Atom, android-30 | Google Play Intel x86 Atom, android-31 | Intel x86 Atom_64, android-31 | Google APIs ARM 64 v8a, android-31 | Google APIs Intel x86 Atom_64
Android NDK: Not Found
IDEs:
Android Studio: 4.1 AI-201.8743.12.41.6858069
Xcode: 14.2/14C18 - /usr/bin/xcodebuild
Languages:
Java: 11.0.18 - /usr/bin/javac
npmPackages:
@react-native-community/cli: Not Found
react: 18.2.0 => 18.2.0
react-native: 0.71.3 => 0.71.3
react-native-macos: Not Found
npmGlobalPackages:
react-native: Not Found
Steps to reproduce
Snack, code example, screenshot, or link to a repository
no
The text was updated successfully, but these errors were encountered: