[K/JS] Prepare JS Plain Objects plugin to publication
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
plugins {
|
||||
id("gradle-plugin-common-configuration")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
commonApi(platform(project(":kotlin-gradle-plugins-bom")))
|
||||
}
|
||||
|
||||
gradlePlugin {
|
||||
plugins {
|
||||
create("js-plain-objects") {
|
||||
id = "org.jetbrains.kotlin.plugin.js-plain-objects"
|
||||
displayName = "Kotlin compiler plugin for typed JS-objects library"
|
||||
description = displayName
|
||||
implementationClass = "org.jetbrains.kotlinx.jspo.gradle.JsPlainObjectsKotlinGradleSubplugin"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user