Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
refs/heads/upstream/1.9.0
/
.
/
compiler
/
resolution.common
/
build.gradle.kts
blob: a4547cc0d5e95edf093811192652acb351ed2c82 [
file
] [
log
] [
blame
] [
edit
]
plugins
{
kotlin
(
"jvm"
)
id
(
"jps-compatible"
)
}
dependencies
{
api
(
project
(
":core:compiler.common"
))
api
(
project
(
":compiler:util"
))
}
sourceSets
{
"main"
{
projectDefault
()
}
"test"
{}
}