-
Notifications
You must be signed in to change notification settings - Fork 43
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
jni
is incompatible with kotlin gradle plugin 1.6.20 or higher
#1135
Comments
Closing this as it's actually an incompatibility with the |
I'm facing this issue as well. Any update? |
The original poster closed this issue so no updates. Why are you facing an issue? Can you explain? |
Please refer to this issue: |
I see. Will update the dependency. |
It seems that I can do one better, removing the Kotlin dependency works as well. |
We're trying to use a package in our codebase that has a transitive dependency on
jni
viacronet_http
. We are currently using version 7.4.2 of the Android Gradle Plugin, which is incompatible with the Kotlin version declared byjni
(1.6.10).We're wondering what we can do as a path forward. Would it make sense to open a PR bumping the AGP/Kotlin version used by
jni
, or would that have ripple effects? How is the upgrade process typically done?Links:
Package we'd like to use: https://github.com/cfug/dio/tree/main/plugins/native_dio_adapter
jni
declared Kotlin version: https://github.com/dart-lang/native/blob/main/pkgs/jni/android/build.gradle#L7jni
declared AGP version: https://github.com/dart-lang/native/blob/main/pkgs/jni/android/build.gradle#L15The text was updated successfully, but these errors were encountered: