Hmm there’s the same message in the end but I’m not sure. What’s weird is that I have another module with an identical build.gradle.kts file in the same project where the Parcelize/Serializable seem to work (at least it compiles) so there should be something different in the code but I don’t see anything... I tried removing the SerialName annotations but no luck
ribesg
12/09/2019, 12:51 PM
I think I managed to make it build, it was a classic Gradle/IDEA caching some weird state. Killing all Gradle process then clearing all .gradle, build and .idea folders helped