KamilH
03/19/2021, 10:19 AMKodein-DB
in the multiplatform library, however because of the fact that it depends on serialization 1.1.0
it forces me to upgrade kotlin version, because of this exception:
Your current Kotlin version is 1.4.21, while kotlinx.serialization core runtime 1.1.0 requires at least Kotlin 1.4.30-M1.
When I increase a version of Kotlin to 1.4.30
problem disappears and it’s not a problem to do so on library side, but when I’m building a new version of my lib including Kodein-DB
and trying to run the app that includes my library compiler forces me to also upgrade Kotlin version on the app side (because it’s also using 1.4.21
). Is there any possibility to overcome this problem? I wouldn’t like to force my clients to upgrade to Kotlin 1.4.30
Umar Ata
03/19/2021, 10:41 AM