xinra-oss / review-community

Other
2 stars 0 forks source link

Introduce Kotlin support #76

Open erikhofer opened 6 years ago

erikhofer commented 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)
erikhofer commented 6 years ago

Server: https://www.youtube.com/watch?v=Xu3Yn6Nx-iw