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

.gradle.kotlin.resources.producer.0.2.0.source-code.ProducerPlugin.kt Maven / Gradle / Ivy

There is a newer version: 0.3.1
Show newest version
package opensavvy.gradle.resources.producer

import org.gradle.api.Plugin
import org.gradle.api.Project

@Suppress("unused")
class ProducerPlugin : Plugin {

	override fun apply(target: Project) {
		target.pluginManager.withPlugin("org.jetbrains.kotlin.multiplatform") {
			target.initializeForKotlin()
		}
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy