com.strumenta.kolasu.lionwebgen
Owner: Federico Tomassetti
Kolasu LionWeb Gen
https://github.com/strumenta/kolasu
Sources: https://github.com/strumenta/kolasu.git
Version 1.6.0-Alpha1 (latest)
1.6.0-Alpha1
Created 01 August 2024.
Kolasu LionWeb Gen
Add this plugin to your build using the plugins DSL:
plugins {
id("com.strumenta.kolasu.lionwebgen") version "1.6.0-Alpha1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.strumenta.kolasu:lionweb-gen-gradle:1.6.0-Alpha1") } } apply(plugin = "com.strumenta.kolasu.lionwebgen")
- Applying plugins to all subprojects .