Open erikhofer opened 6 years ago
Make it possible to add Kotlin code to the
Note: there's finally a way to get the name of a property in a type-safe, non-redundant way.
class FooDto (var foo: String) println(FooDto::foo.name)
Server: https://www.youtube.com/watch?v=Xu3Yn6Nx-iw
Make it possible to add Kotlin code to the
Note: there's finally a way to get the name of a property in a type-safe, non-redundant way.