blob: e59a61bb35f933a51983cb273e52f0a909f2a587 [file] [log] [blame]
description = "Kotlin Serialization Compiler Plugin (Common)"
plugins {
kotlin("jvm")
id("jps-compatible")
}
dependencies {
compileOnly(project(":compiler:util"))
compileOnly(project(":core:compiler.common"))
compileOnly(project(":core:deserialization.common.jvm"))
compileOnly(intellijCore())
}
sourceSets {
"main" { projectDefault() }
"test" { none() }
}
runtimeJar()
sourcesJar()
javadocJar()