blob: 6b9b86e6b17a2c0f214d9889f7f8e4cc4822675e [file] [log] [blame] [edit]
plugins {
kotlin("jvm")
id("jps-compatible")
}
dependencies {
compileOnly(project(":compiler:frontend"))
compileOnly(project(":compiler:frontend.java"))
compileOnly(intellijCore())
api(project(":native:kotlin-native-utils"))
}
sourceSets {
"main" { projectDefault() }
"test" { none() }
}
standardPublicJars()