Kotlin Simple Object Field
Geoffrey Challen // 2021.2.0
Create a class called Simple
that stores a single mutable Int
variable named value
.
You can accomplish this in Kotlin with one line of code!
Create a class called Simple
that stores a single mutable Int
variable named value
.
You can accomplish this in Kotlin with one line of code!