Approval confirmation
Approval confirmation
Delete plugin confirmation
To confirm the plugin deletion insert pluginId and author name
Victor Turansky
io.github.turansky.kfc.legacy-union
PluginId
Author
io.github.turansky.kfc.legacy-union
Owner: Victor Turansky
Union compatibility plugin for Kotlin/JS legacy compiler
Version 6.15.0 (latest)
6.15.0
Created 25 March 2023.
Union compatibility plugin for Kotlin/JS legacy compiler
Other versions
- 6.14.0
- 6.13.0
- 6.12.3
- 6.12.2
- 6.12.1
- 6.12.0
- 6.11.0
- 6.10.1
- 6.10.0
- 6.9.1
- 6.9.0
- 6.8.3
- 6.8.2
- 6.8.1
- 6.8.0
- 6.7.1
- 6.7.0
- 6.6.1
- 6.6.0
- 6.5.2
- 6.5.1
- 6.5.0
- 6.4.1
- 6.4.0
- 6.3.3
- 6.3.2
- 6.3.1
- 6.3.0
- 6.2.0
- 6.1.1
- 6.0.1
- 6.0.0
- 5.141.0
- 5.140.0
- 5.133.0
- 5.132.0
- 5.131.0
- 5.130.0
- 5.129.0
- 5.128.0
- 5.127.0
- 5.126.0
- 5.125.0
- 5.124.0
- 5.123.0
- 5.122.0
- 5.121.0
- 5.120.0
- 5.115.0
- 5.110.0
- 5.105.0
- 5.101.0
- 5.100.0
- 5.95.0
- 5.92.0
- 5.91.0
- 5.90.0
- 5.88.0
- 5.85.0
- 5.81.0
- 5.80.0
- 5.75.0
- 5.71.0
- 5.70.0
- 5.67.0
- 5.66.0
- 5.65.0
- 5.64.0
- 5.63.0
- 5.62.0
- 5.61.0
- 5.60.0
- 5.59.0
- 5.58.0
- 5.57.0
- 5.56.0
- 5.54.0
- 5.53.0
- 5.52.0
- 5.51.0
- 5.50.0
- 5.45.2
- 5.45.1
- 5.45.0
- 5.44.0
- 5.43.0
- 5.42.0
- 5.41.0
- 5.40.4
- 5.40.3
- 5.40.2
- 5.40.1
- 5.40.0
- 5.37.0
- 5.36.0
- 5.35.0
- 5.34.0
- 5.33.0
- 5.32.0
- 5.31.0
- 5.30.0
- 5.27.0
- 5.26.0
- 5.25.0
- 5.24.0
- 5.23.1
- 5.23.0
- 5.22.0
- 5.21.0
- 5.13.1
- 5.13.0
- 5.12.0
- 5.10.0
- 5.9.1
- 5.9.0
- 5.8.0
- 5.7.0
- 5.6.1
- 5.6.0
- 5.5.0
- 5.4.0
- 5.3.1
- 5.3.0
- 5.2.1
- 5.2.0
- 5.1.1
- 5.1.0
- 5.0.1
- 5.0.0
Using the plugins DSL:
plugins {
id("io.github.turansky.kfc.legacy-union") version "6.15.0"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org/m2/")
}
}
dependencies {
classpath("io.github.turansky.kfc:kfc-gradle-plugin:6.15.0")
}
}
apply(plugin = "io.github.turansky.kfc.legacy-union")
Using the plugins DSL:
plugins {
id "io.github.turansky.kfc.legacy-union" version "6.15.0"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath "io.github.turansky.kfc:kfc-gradle-plugin:6.15.0"
}
}
apply plugin: "io.github.turansky.kfc.legacy-union"