change compile to implementation on groovy side

This commit is contained in:
Fruxz
2024-04-15 00:09:55 +02:00
committed by Philip K.F. Hölzenspies
parent e48256942c
commit 29c3e77e81

View File

@@ -46,7 +46,7 @@ Groovy::
[source,groovy,subs="+attributes"]
----
dependencies {
compile "org.pkl-lang:pkl-config-kotlin:{pkl-artifact-version}"
implementation "org.pkl-lang:pkl-config-kotlin:{pkl-artifact-version}"
}
repositories {