@Parcelize... really?
This seems vital in a KMM project with an Android target, isn't it? But Maven says there are only 12 usages of it, And mine has stopped working.
The compiler complains
Copy code
Could not find org.jetbrains.kotlin:kotlin-parcelize:1.5.31.
Searched in the following locations:
- <https://dl.google.com/dl/android/maven2/org/jetbrains/kotlin/kotlin-parcelize/1.5.31/kotlin-parcelize-1.5.31.pom>
- <https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-parcelize/1.5.31/kotlin-parcelize-1.5.31.pom>
Thanks for that @ephemient, but I'm not sure where it leaves me.
This usedto work (up until about ten days ago).
That aside, does it mean I can't define classes in the shared module that are used in the UI?
MarkRS
10/17/2021, 10:27 AM
(And I can't even get the serialization plugin to work 😞 )
r
russhwolf
10/17/2021, 3:15 PM
If serialization isn't working then it sounds like there's something deeper going wrong with your setup. Hard to say more without seeing some code or a reproducer though.
m
MarkRS
10/17/2021, 3:21 PM
What code would be revealing? It's also now not finding ktor... looks like Gradle is in offline mode (?), but I don't think so... 😱