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