Skip to content

Commit 3a6a6e8

Browse files
authored
Update index.mdx
1 parent ea02e05 commit 3a6a6e8

File tree

1 file changed

+2
-0
lines changed
  • docs/platforms/kotlin-multiplatform/manual-setup

1 file changed

+2
-0
lines changed

docs/platforms/kotlin-multiplatform/manual-setup/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ kotlin {
4444
}
4545

4646
cocoapods {
47+
version = "1.0"
4748
summary = "Some description for the Shared Module"
4849
homepage = "Link to the Shared Module homepage"
4950
ios.deploymentTarget = "14.1"
@@ -55,6 +56,7 @@ kotlin {
5556
extraOpts += listOf("-compiler-option", "-fmodules")
5657
}
5758
framework {
59+
// Change this accordingly
5860
baseName = "shared"
5961
}
6062
}

0 commit comments

Comments
 (0)