Hi,
Could you please shed a light why the application:run task is available in the parent module. I did not declare or enable application plugin, but it is available (at least I see it in the gradle idea tool window). Is this plugin enabled by default?
gradle.build.kts (only the important part shown)
plugins {
base
}
Thank you in advance for your help.
Antonel