Skip to content

Instantly share code, notes, and snippets.

@bigyanthapa
Created March 20, 2020 22:06
Show Gist options
  • Save bigyanthapa/a4c6ad9ae6425574275f2c597ee536bd to your computer and use it in GitHub Desktop.
Save bigyanthapa/a4c6ad9ae6425574275f2c597ee536bd to your computer and use it in GitHub Desktop.
class MyClass {
// some implementations
companion object {
val SOME_STATIC_VARIABLE = "some_static_variable"
fun someStaticFunction() {
// static function implementation
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment