Slackbot
07/20/2022, 7:47 PMVampire
07/20/2022, 8:50 PMkotlin-dsl applies java-gradle-plugin, kotlin-dsl.base, and kotlin-dsl.precompiled-script-plugins plugins
kotlin-dsl.base plugin applies embedded-kotlin, adds gradleKotlinDsl() to the dependencies of compileOnly and testImplementation configurations, and configures the Kotlin DSL compiler plugins for example for proper SAM conversion for Action and similar.
If that is what you want, it's fine to apply it.Clayton Walker
07/20/2022, 8:52 PMClayton Walker
07/20/2022, 8:52 PMIf that is what you want, it's fine to apply it.Good to hear!