static field kotlin code example Example: kotlin static field class Theme { companion object { const val THEME_KEY = "a_theme_key" } }