From 604bb83acb08c6d4d6dec40960222160bb16062a Mon Sep 17 00:00:00 2001 From: James Ward Date: Mon, 5 Feb 2024 22:11:06 -0700 Subject: [PATCH] Fix artifact name --- docs/modules/kotlin-binding/pages/codegen.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/modules/kotlin-binding/pages/codegen.adoc b/docs/modules/kotlin-binding/pages/codegen.adoc index a59a7a57..cd44584e 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[]