ch.tutteli.gradle.plugins.kotlin.dsl.extensions
Owner: Robert Stoll
Helps you to deal with gradle when using Kotlin
https://github.com/robstoll/tutteli-gradle-plugins
Sources: https://github.com/robstoll/tutteli-gradle-plugins.git
Version 2.0.0 (latest)
2.0.0
Created 08 August 2021.
Helps you to deal with gradle when using Kotlin
Add this plugin to your build using the plugins DSL:
plugins {
id("ch.tutteli.gradle.plugins.kotlin.dsl.extensions") version "2.0.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("ch.tutteli:tutteli-gradle-kotlin-dsl-extensions:2.0.0") } } apply(plugin = "ch.tutteli.gradle.plugins.kotlin.dsl.extensions")
- Applying plugins to all subprojects .