How risky is having conflicting versions of librar...
# multiplatform
m
How risky is having conflicting versions of libraries with Kotlin native. I've had no problem in the past with JVM, but I'm more worried about the warnings coming from the compiler when multiplatform. I get the following error when using kotlinx datatime (0.4.0) and JSON serialization (1.4.1)
w: duplicate library name: org.jetbrains.kotlinx:kotlinx-serialization-core
If it is safe to ignore the warning, is there a way to suppress it?