diff --git a/docs/what.md b/docs/what.md index db495402..a0ac0338 100644 --- a/docs/what.md +++ b/docs/what.md @@ -221,7 +221,7 @@ For projects using the `org.jetbrains.kotlin.multiplatform` plugin. sourcesJar = true, // configure which Android library variants to publish if this project has an Android target // defaults to "release" when using the main plugin and nothing for the base plugin - androidVariantsToPublish = listOf("debug", release"), + androidVariantsToPublish = listOf("debug", "release"), )) } ```