SwiftKotlin
SwiftKotlin copied to clipboard
// MARK annotations
In Kotlin, a similar concept for the // MARK
annotation exists with the
// region NAME_OF_REGION
...
// endregion
It is not something from the language itself, but a convention used in AndroidStudio, so it could be added as a plugin.