Carter
01/20/2020, 3:00 PM./gradlew :modelLib:check
gets me this message:
The Kotlin source set commonTest was configured but not added to any Kotlin compilation. You can add a source set to a target's compilation by connecting it with the compilation's default source set using 'dependsOn'.
See <https://kotlinlang.org/docs/reference/building-mpp-with-gradle.html#connecting-source-sets>
And only the tests in my jvmTest source set are run. the commonTest tests are ignored.