Files

6 lines
103 B
Kotlin

plugins {
kotlin("jvm")
}
publishTestJarsForIde(listOf(":compiler:incremental-compilation-impl"))