blob: 002b39763eefca3f67f47dbe1d9c658736878896 [file] [log] [blame] [edit]
plugins {
kotlin("jvm")
id("jps-compatible")
id("gradle-plugin-compiler-dependency-configuration")
}
dependencies {
api(project(":compiler:util"))
}
sourceSets {
"main" {
projectDefault()
}
"test" {}
}