Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
A couple of questions:
1. Have you saw crash in real device or only in simulators?
2. Do you use dynamic feature for language ID?
1. Have you saw crash in real device or only in simulators?
2. Do you use dynamic feature for language ID?
Description
In order to isolate redundant methods / hacks for JVM source + binary compatibility, we should split classes into expect / actuals with the hacks only added to the JVM actual implementation.
Many of these additions were only necessary to keep compatibility with collections when implemented in Java, such as for property translation of isEmpty() -> .isEmpty when uses in Kotlin.