Marc Knaup
06/19/2019, 7:03 PMkotlinx-serialization-runtime
modules change from 0.11.0
to 0.11.1
?
Having only a common dependency to kotlinx-serialization-runtime:0.11.0
works.
With 0.11.1
this doesn't work anymore. It cannot find the classes and the module has no metadata thus Gradle doesn't automatically resolve common
, jvm
etc.tylerwilson
06/19/2019, 7:07 PMMarc Knaup
06/19/2019, 7:10 PMsandwwraith
06/20/2019, 9:28 AMkotlinx-serialization-runtime
is jvm-only artifact. It earlier had dependency on kotlinx-serialization-runtime-common
, but in the new model platform artifacts should depend only on artifacts and common on commmons.