Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
refs/heads/upstream/1.2.20
/
.
/
compiler
/
tests-common-jvm6
/
build.gradle.kts
blob: c1e74486d51ea0138f480548ecab605fd61a021d [
file
] [
log
] [
blame
] [
edit
]
apply
{
plugin
(
"kotlin"
)
}
jvmTarget
=
"1.6"
dependencies
{
compile
(
project
(
":kotlin-stdlib"
))
testCompile
(
project
(
":kotlin-test:kotlin-test-jvm"
))
}
sourceSets
{
"main"
{
}
"test"
{
projectDefault
()
}
}
testsJar
{}