blob: 8641f9cd9c6ba3ab5fc55fada8ce507603111493 [file] [log] [blame] [edit]
plugins {
kotlin("jvm")
}
dependencies {
compileOnly(kotlinStdlib())
implementation(project(":compiler:config"))
}