blob: cd4435fce4fe6cb7019521b5ede79eaa91a2fa31 [file] [edit]
plugins {
kotlin("jvm")
}
description = "Infrastructure for using real-world libraries in tests"
dependencies {
compileOnly(kotlinStdlib())
}
sourceSets {
"main" { projectDefault() }
}