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