Skip to content

Instantly share code, notes, and snippets.

@marcelkliemannel
Last active January 30, 2021 12:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcelkliemannel/cd3c4b6aadf0848f1ef2583391b5bdfe to your computer and use it in GitHub Desktop.
Save marcelkliemannel/cd3c4b6aadf0848f1ef2583391b5bdfe to your computer and use it in GitHub Desktop.
Kotlin Delimiters
class MyClass {
// -- Companion Object -------------------------------------------------------------------------------------------- //
// -- Variables --------------------------------------------------------------------------------------------------- //
// -- Initialization ---------------------------------------------------------------------------------------------- //
// -- Exported Methods -------------------------------------------------------------------------------------------- //
// -- Private Methods --------------------------------------------------------------------------------------------- //
// -- Inner Type -------------------------------------------------------------------------------------------------- //
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment