kotlin-result/settings.gradle
Michael Bull 9ddac98e0c Add multi-platform support
Converts the unit tests to use kotlin-test, allowing them to target both
the jvm and js platforms.
2017-12-16 19:30:54 +00:00

4 lines
56 B
Groovy

rootProject.name = 'kotlin-result'
include 'js', 'jvm'