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