Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
formatter
/
build.gradle.kts
blob: 00b1ab499a2892400a57a4cca0f228519dac08eb [
file
] [
log
] [
blame
]
apply
{
plugin
(
"kotlin"
)
}
dependencies
{
compile
(
project
(
":compiler:util"
))
compile
(
project
(
":compiler:frontend"
))
compile
(
ideaSdkDeps
(
"openapi"
))
}
sourceSets
{
"main"
{
projectDefault
()
}
"test"
{}
}