-
Notifications
You must be signed in to change notification settings - Fork 15
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 Sample App: compilation fails with latest Kotlin and Gradle version #16
Comments
Thanks for filling an issue! I'll take a look |
Eeeks. I am seeing the same. Any updates? I am using maven and not gradle if that helps eliminate that. I am also using Kotlin 1.4.10 but with autodsl 0.0.10. |
I found the issue. The problem is with the library that I use to parse Kotlin Metadata: It doesn't support the new metadata format in Kotlin 1.4.x and there is no new available release version. Probably because a new kotlinx-metadata parsing lib is being developed by JetBrains: So the workaround would be go to back to Kotlin 1.3.72 and you can use the latest gradle version. I'm going to work in a proper solution for this. I'll have to review the new jetbrain kotlinx-metadata lib to see if I can do the same for 1.4.x Kotlin version or update eugeniomarletti lib. |
Reviewing kotlinx-metadata-jvm version 0.2.0, it's far from bringing all the required data to replace eugenio's lib. |
When updating the included sample app to the latest Kotlin and Gradle version, one gets compilation errors:
Changed files are
gradle-wrapper.properties
build.gradle
Is this already known? Is there a fix or workaround?
The text was updated successfully, but these errors were encountered: