I'm trying to add moko a dependency to a kotlin multiplataform on gradle.
org.gradle.internal.resolve.ArtifactNotFoundException: Could not find mvvm-livedata-0.9.1-samplessources.jar (dev.icerock.moko:mvvm-livedata:0.9.1). Searched in the following locations: https://dl.bintray.com/icerockdev/moko/dev/icerock/moko/mvvm-livedata/0.9.1/mvvm-livedata-0.9.1-samplessources.jar
it looks like the "-samplessources" part of the link shouldn't be there, but a don't know how to remove it.
I solved deleting jvm target from gradle, looks like moko library not support jvm yet.
versions: kotlin 1.4.21 moko-mvvm-*: 0.9.1
2.1m questions
2.1m answers
60 comments
57.0k users