Closed hongfeiyang closed 4 months ago
You have to use Kotlin 1.9. you'll have to Google how to change the Gradle build file, as it depends a bit on what version of Gradle plugin you use
You have to use Kotlin 1.9. you'll have to Google how to change the Gradle build file, as it depends a bit on what version of Gradle plugin you use
Thank you so much, I upgraded my kotlin version to 1.9.0 and included org.jetbrains.kotlin.plugin.serialization
1.9.0 in my project and it all works fine now ;) thanks
Great - I suggest going with 1.9.20 and I believe you then don't need to separately import the serialization plugin. Kotlin is already at 2.0 now, so even 1.9.0 is relatively old
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior: Include this package in any android projects. It will try to resolve to a kotlin-serialisation-compiler-plugin-embeddable:1.7.10 which does not exist in maven central. (Maven central has 1.9 and above)
Expected behavior A clear and concise description of what you expected to happen.
Logs If possible, include logs that capture the issue:
Code If possible, paste in the code snippet where you interact with the package:
Additional context Add any other context about the problem here.