hotwired / turbo-android

Android framework for making Turbo native apps
MIT License
423 stars 51 forks source link

Demo app "minifyEnabled true" problem #187

Closed ramazanogunc closed 1 year ago

ramazanogunc commented 2 years ago

When I do "minifyEnabled true" in the demo application, I get the following error while building.

Ekran Resmi 2021-09-13 09 52 31

Error Text Type kotlin.reflect.jvm.internal.impl.serialization.deserialization.builtins.BuiltInsResourceLoader is defined multiple times: /Users/ramazanogunc/.gradle/caches/transforms-3/ac44b5851418605ecdcead1fe6a4b37a/transformed/jetified-kotlin-reflect-1.5.30.jar:kotlin/reflect/jvm/internal/impl/serialization/deserialization/builtins/BuiltInsResourceLoader.class, /Users/ramazanogunc/.gradle/caches/transforms-3/ac44b5851418605ecdcead1fe6a4b37a/transformed/jetified-kotlin-reflect-1.5.30.jar:META-INF/versions/9/kotlin/reflect/jvm/internal/impl/serialization/deserialization/builtins/BuiltInsResourceLoader.class

ramazanogunc commented 1 year ago

This problem is fixed. Solution: It was solved when I changed the computer language to English and tried to rebuild. Have a enjoy programming