Hi there!
We have written two rich GUI applications using Kotlin and in-house web framework. So far we have managed without writing any unit-tests (thanks to the fact that Kotlin is such a great language), but they are sometimes greatly missed.
Is there anyone who knows a way to unit-test Kotlin code, without writing the tests in pure JS against Kotlin-generated JS?