netflix.nebula.NebulaKotlinNodepPlugin.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of nebula-kotlin-plugin Show documentation
Show all versions of nebula-kotlin-plugin Show documentation
Provides the Kotlin plugin via the Gradle plugin portal and allows Kotlin library versions to be omitted
package netflix.nebula
class NebulaKotlinNodepPlugin : NebulaBaseKotlinPlugin() {
override fun isNodepPlugin(): Boolean {
return true
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy