Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
refs/heads/upstream/1.6.0-RC-release
/
.
/
compiler
/
tests-common-jvm6
/
build.gradle.kts
blob: 6e9c9b53d1f13340ca6b9a41b42e6853b676d93f [
file
] [
log
] [
blame
] [
edit
]
plugins
{
kotlin
(
"jvm"
)
id
(
"jps-compatible"
)
}
project
.
updateJvmTarget
(
"1.6"
)
dependencies
{
compile
(
kotlinStdlib
())
testCompile
(
project
(
":kotlin-test:kotlin-test-jvm"
))
}
sourceSets
{
"main"
{
}
"test"
{
projectDefault
()
}
}
testsJar
{}