// Root build script. Registers the Kotlin plugins (versions from the catalog) but // applies none at the root — each module opts in via its own `plugins { }` block. // Kept intentionally thin (KISS); there is no allprojects/subprojects magic. plugins { alias(libs.plugins.kotlin.jvm) apply false alias(libs.plugins.kotlin.serialization) apply false }