Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
refs/heads/upstream/yan.archive.kombo
/
.
/
idea
/
idea-git
/
build.gradle.kts
blob: 0a8095440702bc769e266eecde6c701d8a27803e [
file
] [
log
] [
blame
] [
edit
]
plugins
{
kotlin
(
"jvm"
)
id
(
"jps-compatible"
)
}
dependencies
{
compileOnly
(
project
(
":idea"
))
compileOnly
(
intellijDep
())
compileOnly
(
intellijPluginDep
(
"git4idea"
))
}
sourceSets
{
"main"
{
projectDefault
()
}
"test"
{
}
}