Sign in
android
/
platform
/
external
/
jetbrains
/
kotlin
/
refs/heads/compose-dev
/
.
/
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"
{}
}