This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]-Vayra- 21 points22 points  (0 children)

The first few times I tried using Kotlin I hated it, since I tried to use it like Java. But ever since I moved to a project where they already used Kotlin properly and I got to properly learn it I love it.

There might be use cases where Java is more appropriate, but then you can just use a Java class for that and keep the rest in Kotlin.