We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb07e78 commit 2165d68Copy full SHA for 2165d68
kobalt/src/Build.kt
@@ -11,3 +11,7 @@ val p = project {
11
compile("io.kotlintest:kotlintest:1.3.5")
12
}
13
14
+
15
+test {
16
+ include("**/*.class")
17
+}
0 commit comments