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?