io.github.turansky.kfc.definitions
Owner: Victor Turansky
Kotlin/JS definitions configuration
https://github.com/turansky/kfc-plugins
Sources: https://github.com/turansky/kfc-plugins
Version 5.124.0 (latest)
5.124.0
Created 15 February 2023.
Kotlin/JS definitions configuration
Using the plugins DSL:
plugins {
id("io.github.turansky.kfc.definitions") version "5.124.0"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org/m2/")
}
}
dependencies {
classpath("io.github.turansky.kfc:kfc-gradle-plugin:5.124.0")
}
}
apply(plugin = "io.github.turansky.kfc.definitions")
Using the plugins DSL:
plugins {
id "io.github.turansky.kfc.definitions" version "5.124.0"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath "io.github.turansky.kfc:kfc-gradle-plugin:5.124.0"
}
}
apply plugin: "io.github.turansky.kfc.definitions"