Skip to content

Commit 49e69e2

Browse files
authored
Update Build.kt
1 parent d66f0d4 commit 49e69e2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

kobalt/src/Build.kt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ val p = project {
1010
dependenciesTest {
1111
compile("io.kotlintest:kotlintest:1.3.5")
1212
}
13-
}
14-
15-
test {
16-
include("**/*.class")
13+
14+
test {
15+
include("**/*.class")
16+
}
1717
}

0 commit comments

Comments
 (0)