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