9ddac98e0c
Converts the unit tests to use kotlin-test, allowing them to target both the jvm and js platforms.
4 lines
56 B
Groovy
4 lines
56 B
Groovy
rootProject.name = 'kotlin-result'
|
|
|
|
include 'js', 'jvm'
|