Skip to content

Commit a90232c

Browse files
committed
Add library method for kotest
1 parent 8093086 commit a90232c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

buildSrc/src/main/kotlin/Constants.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,9 @@ object KoTest {
131131

132132
// for kotest property test
133133
const val property = "io.kotest:kotest-property-jvm:$version"
134+
135+
// any other library
136+
fun library(name: String) = "io.kotest:kotest-$name:$version"
134137
}
135138

136139
object Kotlinx {

0 commit comments

Comments
 (0)