Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
6330def4271b547b5c7db5f9759e387de2908e94
/
.
/
prepare
/
ide-plugin-dependencies
/
kotlin-compiler-tests-for-ide
/
build.gradle.kts
blob: 43b2bc6f1b27001a667f6fe5fcc2cd52bc1011d0 [
file
] [
log
] [
blame
]
plugins
{
kotlin
(
"jvm"
)
}
publishTestJarsForIde
(
listOf
(
":compiler:test-infrastructure"
,
":compiler:tests-common-new"
,
":compiler:test-infrastructure-utils"
,
":compiler:tests-compiler-utils"
,
":compiler:tests-spec"
)
)