Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
refs/heads/upstream/1.2.30
/
.
/
compiler
/
resolution
/
build.gradle.kts
blob: 454a37c091a0f2b7d005ac4ca7e035773b8232e9 [
file
] [
log
] [
blame
] [
edit
]
apply
{
plugin
(
"kotlin"
)
}
jvmTarget
=
"1.6"
dependencies
{
compile
(
project
(
":compiler:util"
))
compile
(
project
(
":core:descriptors"
))
}
sourceSets
{
"main"
{
projectDefault
()
}
"test"
{}
}