You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we generate this code for the Kotlin target:
object Modes {
const val DEFAULT_MODE = 0
const val FOO = 1 // made uppercase by #8
const val BAR = 2
}
This is inconsistent because only the default mode has the _MODE suffix. We should therefore rename it, by working on the template for the Kotlin target and updating references in the Kotlin runtime
The text was updated successfully, but these errors were encountered:
Currently we generate this code for the Kotlin target:
This is inconsistent because only the default mode has the
_MODE
suffix. We should therefore rename it, by working on the template for the Kotlin target and updating references in the Kotlin runtimeThe text was updated successfully, but these errors were encountered: