I came the other way C# -> Kotlin. It may be a little verbose, but nothing like Java. They are actually very close with avery similar feature set (async/awat, data class, type inference, lambdas, single expression functions, etc). The one thing I wish C# had, though was better "first class functions". It does have higher-order functions and function types but they aren't as nice as Kotlin's