Skip to content

Commit 2165d68

Browse files
authored
Update Build.kt
1 parent eb07e78 commit 2165d68

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

kobalt/src/Build.kt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,7 @@ val p = project {
1111
compile("io.kotlintest:kotlintest:1.3.5")
1212
}
1313
}
14+
15+
test {
16+
include("**/*.class")
17+
}

0 commit comments

Comments
 (0)