plugins { alias(libs.plugins.kotlin) } kotlin { jvmToolchain(21) explicitApi() }