Brett Best
08/06/2020, 12:05 AMBrett Best
08/06/2020, 12:06 AMBrett Best
08/06/2020, 12:14 AMimport kotlinx.serialization.*
@Serializable
data class MyModel(val a: Int)
It causes the build to hangBrett Best
08/06/2020, 5:22 AMFudge
08/06/2020, 5:23 AMBrett Best
08/06/2020, 5:24 AMAlexey Belkov [JB]
08/06/2020, 9:07 AMBrett Best
08/06/2020, 11:39 AMAlexey Belkov [JB]
08/06/2020, 12:18 PMBrett Best
08/10/2020, 1:28 PMid 'org.jetbrains.kotlin.plugin.serialization' version '1.4.0-rc'
in the plugins section of my build.gradle file. Removing it resolved my issue.
Is this something that having a bug would be helpful for? The README could be updated to remove this from the configuration instructions or more clearly mention it’s not required.Alexey Belkov [JB]
08/10/2020, 1:33 PM