Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
refs/heads/upstream/zharkov-lambda-in-the-air-backup-9
/
.
/
wasm
/
wasm.config
/
build.gradle.kts
blob: d74faed19cc942870af73c1d3fcf2ca8c472ea15 [
file
] [
log
] [
blame
] [
edit
]
plugins
{
kotlin
(
"jvm"
)
id
(
"jps-compatible"
)
id
(
"gradle-plugin-compiler-dependency-configuration"
)
}
dependencies
{
api
(
project
(
":compiler:config"
))
}
sourceSets
{
"main"
{
projectDefault
()
}
}