Hola!!


This site is built using hugo and the theme is built by Fredrik if you enjoy it, it is available at github


Way to get the method for java compat

There is a way to get the method for java compat to become boolean name or getter name

var bar: Int = 1
    @JvmName("getBar") get

On a data class case

data class Bar(@get:JvmName("isBar") val bar: Boolean)