Skip to content

Commit

Permalink
Update what.md (#739)
Browse files Browse the repository at this point in the history
  • Loading branch information
zt64 committed Mar 14, 2024
1 parent 8ce70cf commit 94269ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/what.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
))
}
```
Expand Down

0 comments on commit 94269ef

Please sign in to comment.