diff --git a/docs/modules/kotlin-binding/pages/codegen.adoc b/docs/modules/kotlin-binding/pages/codegen.adoc index 7e23cdee..1dbdb6d5 100644 --- a/docs/modules/kotlin-binding/pages/codegen.adoc +++ b/docs/modules/kotlin-binding/pages/codegen.adoc @@ -33,7 +33,7 @@ Groovy:: [source,groovy,subs="+attributes"] ---- dependencies { - compile "org.pkl-lang:pkl-config-kotlin:{pkl-artifact-version}" + compile "org.pkl-lang:pkl-codegen-kotlin:{pkl-artifact-version}" } ifndef::is-release-build[] @@ -49,7 +49,7 @@ Kotlin:: [source,kotlin,subs="+attributes"] ---- dependencies { - compile("org.pkl-lang:pkl-config-kotlin:{pkl-artifact-version}") + compile("org.pkl-lang:pkl-codegen-kotlin:{pkl-artifact-version}") } ifndef::is-release-build[]