It seems the bug I was looking at <https://youtra...
# compiler
r
It seems the bug I was looking at https://youtrack.jetbrains.com/issue/KT-25807 may already be addressed in https://github.com/JetBrains/kotlin/pull/3271 . That implementation adds
@Parcelize
for the JVM IR backend and also resolves a number of other issues, while the approach I have taken modifies the existing codegen to fix this single issue. Is there any benefit in me progressing with what I have done? It seems this is mostly a question of how quickly the larger existing PR is likely to be merged. I assume that Stevens approach is intended to completely replace the existing one. Please advise