Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
refs/heads/upstream/M7
/
.
/
libraries
/
kunit
/
module.kt
blob: 1e5a6b6154e10b0e9536c9553b9d03a29a510f31 [
file
] [
log
] [
blame
] [
edit
]
import
kotlin
.
modules
.*
fun project
()
{
module
(
"kunit"
)
{
// TODO how to refer to the dir of the module?
classpath
+=
"lib/junit-4.9.jar"
addSourceFiles
(
"src/main/kotlin"
)
}
}