I decided to try out Kotlin Serialization in a Jet...
# serialization
s
I decided to try out Kotlin Serialization in a Jetpack Compose project and I am experiencing some issues. Basically the moment I include the "@Serializable" annotation over a data class, the compilation never goes over the app:compileDebugKotlin step, it's stuck there infinitely. If I just remove that one line it compiles just fine. Is there a template somewhere that I can follow to file this as a potential bug?
e
see #compose
s
Oh great it is a known issue! Thank you for sharing! I will try using on of their workarounds.