co.touchlab.skie.plugin.SkieGradlePlugin.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gradle-plugin Show documentation
Show all versions of gradle-plugin Show documentation
Gradle plugin for configuring SKIE compiler plugin.
The newest version!
package co.touchlab.skie.plugin
import org.gradle.api.Plugin
import org.gradle.api.Project
abstract class SkieGradlePlugin : Plugin {
override fun apply(project: Project) {
SkieGradlePluginApplier.apply(project)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy