Created by: kroegerama
Some minor improvements to the kotlin-client template. Use val
instead of var
where possible. Use .apply{}
combined with the builder pattern. Use map[key] = value
instead of map.put(key, value)
.
@jimschubert @dr4ke616 @karismann @Zomzog