All Downloads are FREE. Search and download functionalities are using the official Maven repository.

netflix.nebula.NebulaKotlinExtension.kt Maven / Gradle / Ivy

Go to download

Provides the Kotlin plugin via the Gradle plugin portal and allows Kotlin library versions to be omitted

There is a newer version: 2.0.2
Show newest version
package netflix.nebula

import org.gradle.api.model.ObjectFactory
import org.gradle.api.provider.Property

open class NebulaKotlinExtension(objects: ObjectFactory) {
    val stdlibConfiguration: Property = objects.property(String::class.java).convention("implementation")
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy