Ivan CLOVIS Canet
11/15/2025, 12:04 PMpluginManager.withPlugin , but I don't know the plugin ID.
⢠I want to supply a configuration option to be executed when the plugin is added
⢠If the plugin is already added, I want it to execute it immediately
However, this plugin doesn't have an ID.
It's https://github.com/JetBrains/kotlin/blob/master/libraries/tools/kotlin-gradle-plug[ā¦]n/org/jetbrains/kotlin/gradle/targets/js/nodejs/NodeJsPlugin.kt (from KGP)Vampire
11/15/2025, 12:14 PMplugins instead of pluginManager.
Alternatively, you could probably also just invent your own id, but whether that would be cleaner, ... š¤·āāļøIvan CLOVIS Canet
11/15/2025, 12:15 PMIvan CLOVIS Canet
11/15/2025, 12:15 PMVampire
11/15/2025, 1:03 PM