Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
compiler
/
resolution
/
build.gradle.kts
blob: 5b5190e30d68042e2c4ecbc920ee4b8e5dbd6568 [
file
] [
log
] [
blame
]
apply
{
plugin
(
"kotlin"
)
}
jvmTarget
=
"1.6"
dependencies
{
compile
(
project
(
":compiler:util"
))
compile
(
project
(
":core"
))
}
sourceSets
{
"main"
{
projectDefault
()
}
"test"
{}
}