repositories {
gradlePluginPortal()
}
plugins {
`kotlin-dsl`
gradlePlugin {
register("jni-plugin") {
id = "jni"
implementationClass = "JNIPlugin"