Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
refs/heads/upstream/1.4-M3
/
.
/
compiler
/
serialization
/
build.gradle.kts
blob: 6fdbea9e069f52fd6755207f9a4e861dba854e63 [
file
] [
log
] [
blame
] [
edit
]
plugins
{
kotlin
(
"jvm"
)
id
(
"jps-compatible"
)
}
dependencies
{
compile
(
project
(
":compiler:resolution"
))
compile
(
project
(
":core:deserialization"
))
}
sourceSets
{
"main"
{
projectDefault
()
}
"test"
{}
}