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