Karlo Lozovina
08/18/2020, 3:17 PMBack-end (JVM) Internal error: wrong bytecode generated errors... any idea where to start with that one? (Java/Kotlin newb here)Javier
08/18/2020, 3:27 PMKarlo Lozovina
08/18/2020, 3:30 PMKarlo Lozovina
08/18/2020, 3:30 PMJavier
08/18/2020, 3:30 PMKarlo Lozovina
08/18/2020, 3:31 PMKarlo Lozovina
08/18/2020, 3:31 PMJavier
08/18/2020, 3:33 PMKarlo Lozovina
08/18/2020, 3:42 PMJavier
08/18/2020, 3:48 PMKarlo Lozovina
08/18/2020, 3:50 PMKarlo Lozovina
08/18/2020, 3:53 PMgradle init seems to work... I'll try recreating the project, maybe that'll workKarlo Lozovina
08/18/2020, 4:12 PMinline class somewhere... weirdVsevolod Tolstopyatov [JB]
08/19/2020, 11:15 AMinline classes are not supported, but still this is clearly a bug, you should have received a clear error messages “inline classes are not supported”. Could you please file a bug?Karlo Lozovina
08/19/2020, 5:07 PMdata class to inline class causes the problem.
For what is worth, I'm not using @Serializable annotation (that does give me the correct error saying that inline classes are not supported), I'm implementing a KSerializer by hand...Javier
08/19/2020, 6:12 PM