Skip to content

Commit d186880

Browse files
authored
update: adding Android Studio Meerkat shared module functionality (#312)
1 parent 45c360a commit d186880

17 files changed

+242
-294
lines changed
Loading
34 KB
Loading
16.2 KB
Loading
Loading
3.32 KB
Loading
26.3 KB
Loading
Loading
25 KB
Loading
Loading
Loading
104 KB
Loading
Loading
35.3 KB
Loading

snippets/android-ios-tutorial/ContentView.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import SwiftUI
2-
import shared
2+
import sharedKit
33

44
struct ContentView: View {
55
@State private var username: String = ""

topics/development/multiplatform-project-configuration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ It's possible to consume this framework as a local or remote dependency.
2727
You can add a dependency on a Kotlin Multiplatform module framework to the iOS project in one of the following ways:
2828

2929
* **Direct integration**. You connect the framework directly by adding a new run script phase to the build of the iOS
30-
app. See [Connect the framework to your iOS project](multiplatform-integrate-in-existing-app.md#connect-the-framework-to-your-ios-project)
30+
app. See [Connect the framework to your iOS project](multiplatform-integrate-in-existing-app.md#configure-the-ios-project-to-use-a-kmp-framework)
3131
to learn how to do that in Xcode.
3232

3333
When you create a project with the Android Studio wizard, choose the **Regular framework** option to have this setup generated

topics/multiplatform-integrate-in-existing-app.md

+239-291
Large diffs are not rendered by default.

topics/multiplatform-publish-apps.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ There are two ways you can connect the shared Kotlin module to the iOS project:
4040
* Use the [Kotlin/Native CocoaPods plugin](https://kotlinlang.org/docs/native-cocoapods.html), which allows you to use a multiplatform project with native targets as a CocoaPods dependency in your iOS project.
4141
* Manually configure your Multiplatform project to create an iOS framework and the Xcode project to obtain its latest version.
4242
The Kotlin Multiplatform wizard or Kotlin Multiplatform plugin for Android Studio usually does this configuration.
43-
See [Connect the framework to your iOS project](multiplatform-integrate-in-existing-app.md#connect-the-framework-to-your-ios-project)
43+
See [Connect the framework to your iOS project](multiplatform-integrate-in-existing-app.md#configure-the-ios-project-to-use-a-kmp-framework)
4444
to learn how to add the framework directly in Xcode.
4545

4646
### Configure your iOS application

0 commit comments

Comments
 (0)