12 lines
267 B
Groovy
12 lines
267 B
Groovy
apply plugin: 'kotlin'
|
|
|
|
RepoArtifacts.publish(project)
|
|
|
|
dependencies {
|
|
embedded(project(":kotlinx-serialization-compiler-plugin")) { transitive = false }
|
|
}
|
|
|
|
RepoArtifacts.runtimeJar(project, {})
|
|
RepoArtifacts.sourcesJar(project)
|
|
RepoArtifacts.javadocJar(project)
|