|
|
|
|
|
by yes_but_no
1946 days ago
|
|
I would, main reason being calling Java from Kotlin is seamless. It makes most things easier by being expression oriented and having less verbose yet familiar syntax also saner type system. So you can just use it as better Java. If you want to go further you can also use other nice features like suspend functions, hot/cold channels, sealed classes. |
|