I would like to use `Kodein-DB` in the multiplatfo...
# announcements
k
I would like to use 
Kodein-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:
Copy code
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
u
It is not recommended but you can try older version of Kodein-DB