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

gradle-plugins.kotlin-library.0.1.0-rc.12.source-code.KotlinLibraryAccessors.kt Maven / Gradle / Ivy

There is a newer version: 0.1.0-rc.25
Show newest version
@file:Suppress("FunctionName", "TopLevelPropertyNaming", "ObjectPropertyName")

import org.gradle.plugin.use.PluginDependenciesSpec
import org.gradle.plugin.use.PluginDependencySpec

val PluginDependenciesSpec.`javiersc-kotlin-library`: PluginDependencySpec
    get() = javiersc("kotlin.library")

fun PluginDependenciesSpec.`javiersc-kotlin-library`(
    version: String,
): PluginDependencySpec = javiersc("kotlin.library", version)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy