tylerwilson
03/12/2020, 2:56 PMtylerwilson
03/12/2020, 2:56 PMtylerwilson
03/12/2020, 2:57 PMtylerwilson
03/12/2020, 3:44 PMtylerwilson
03/12/2020, 3:47 PMtylerwilson
03/12/2020, 4:47 PM@file:UseSerializers(BooleanSerializer::class)
It worked on JVM/Android, but same unbound error in native compiler. 😞tylerwilson
03/12/2020, 5:02 PM@Serializer(forClass = Boolean::class)
object CustomBooleanSerializer: KSerializer<Boolean> {
this works fine in JVM, but not on native. If I change Boolean to a custom data class that wraps Boolean, no error. But of course I do not want to change every Boolean in my models to a custom class.tylerwilson
03/12/2020, 5:26 PMErik Christensen
03/12/2020, 6:19 PM@Serializer
.tylerwilson
03/12/2020, 6:56 PMtylerwilson
03/12/2020, 6:56 PMErik Christensen
03/12/2020, 7:41 PM@Serializer
annotation.tylerwilson
03/12/2020, 7:42 PMtylerwilson
03/12/2020, 8:37 PMShowing All Messages
Expiring Daemon because JVM heap space is exhausted
Daemon will be stopped at the end of the build after running out of JVM memory
Expiring Daemon because JVM heap space is exhausted
Expiring Daemon because JVM heap space is exhausted
Expiring Daemon because JVM heap space is exhausted
No much love anywhere…Erik Christensen
03/12/2020, 8:41 PMorg.gradle.jvmargs=-Xmx4096M
tylerwilson
03/12/2020, 9:00 PMtylerwilson
03/12/2020, 9:10 PMErik Christensen
03/12/2020, 10:34 PMtylerwilson
03/12/2020, 10:35 PM