This message was deleted.
# community-support
s
This message was deleted.
v
kotlin-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.
c
Right, I did notice it was replacing my its with this when swapping between the two, similarly to how a build.gradle.kts has configurations bound to this.
If that is what you want, it's fine to apply it.
Good to hear!