ch.tutteli.kotlin.utils
Owner: Robert Stoll
Provides a few utility functions which makes it easier to manage kotlin projects.
https://github.com/robstoll/tutteli-gradle-plugins
Sources: https://github.com/robstoll/tutteli-gradle-plugins.git
Version 1.0.0 (latest)
1.0.0
Created 17 July 2021.
Provides a few utility functions which makes it easier to manage kotlin projects.
Add this plugin to your build using the plugins DSL:
plugins {
id("ch.tutteli.kotlin.utils") version "1.0.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("ch.tutteli:tutteli-gradle-kotlin-utils:1.0.0") } } apply(plugin = "ch.tutteli.kotlin.utils")
- Applying plugins to all subprojects .