-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Unable to upgrade v2.1.0 #1500
Comments
How about upgrading your kotlin version? |
目前项目的架构不支持升级 kotlin1.8 的版本,所以无法升级 v2.1.0 的 mmkv |
I've never thought that upgrading Kotlin would be a problem. If it's such a pain for some users, we might downgrade it to Kotlin 1.9.x as before. |
Old projects are still using databinding, which is not allowed in kotlin1.8.x, which is undoubtedly a very large workload. |
Wait what, you can't even upgrade to Kotlin 1.8.x you said? Can you upgrade to MMKV 2.0.2? |
2.0.2 can be upgraded successfully |
Then why did said you can't upgrade to kotlin 1.8.x? MMKV 2.0.2 is Kotlin 1.9.x. |
There is no problem with upgrading to 2.0.2, but when upgrading to 2.1.0, the local kotlin needs to be upgraded to 1.9.x during compilation. Are there any other libraries added in the 2.1.0 version? The current kotlin version is 1.7.21 |
I've no idea. Can you provide a demo project to reproduce this issue? |
Upgrade to 2.1.0, compile time: 2.0.2 No problem |
This problem is a problem that occurs when compiling after upgrading |
I hate to repeat myself but you got to provide a reproducible demo project or we will have to ignore the issue for no way to investigate. |
Note:
An crash issue will be ignored & closed in a week without logs.
The language of MMKV
Kotlin
The version of MMKV
v2.1.0
The platform of MMKV
Android
The installation of MMKV
Maven
What's the issue?
For old projects, projects with Kotlin versions below 1.8 cannot be upgraded to higher versions, and cannot be upgraded to MMKV v2.1.0
The text was updated successfully, but these errors were encountered: