me.nathanfallet.streamdeck
Owner: Nathan Fallet
A Gradle plugin to create and bundle StreamDeck plugins
https://github.com/nathanfallet/streamdeck-kotlin-sdk
Sources: https://github.com/nathanfallet/streamdeck-kotlin-sdk.git
Version 1.2.0 (latest)
1.2.0
Created 23 June 2024.
A Gradle plugin to create and bundle StreamDeck plugins
Add this plugin to your build using the plugins DSL:
plugins {
id("me.nathanfallet.streamdeck") version "1.2.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("me.nathanfallet.streamdeck:streamdeck-gradle-plugin:1.2.0") } } apply(plugin = "me.nathanfallet.streamdeck")
- Applying plugins to all subprojects .