Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
refs/heads/upstream/kt-testing-242.20224
/
.
/
compiler
/
config
/
build.gradle.kts
blob: 113716af20a88b453b88a0c067a975b5fbf1f7d9 [
file
] [
log
] [
blame
] [
edit
]
plugins
{
kotlin
(
"jvm"
)
id
(
"jps-compatible"
)
}
dependencies
{
api
(
project
(
":core:metadata"
))
api
(
project
(
":core:compiler.common"
))
api
(
project
(
":compiler:util"
))
compileOnly
(
intellijCore
())
}
sourceSets
{
"main"
{
projectDefault
()
}
"test"
{}
}