// Top-level build for floret-kit. Plugins are declared here (apply false) and // applied per-module. Every module shares the family group + version so the // consuming apps can depend on `de.jeanlucmakiola.floret:` and Gradle's // composite-build substitution maps it to the local source module. plugins { alias(libs.plugins.kotlin.jvm) apply false } subprojects { group = "de.jeanlucmakiola.floret" version = "0.1.0" }