You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://androidweekly.net/issues/issue-583)[](https://mailchi.mp/kotlinweekly/kotlin-weekly-378)[](https://mailchi.mp/kotlinweekly/kotlin-weekly-389) <ahref="https://jetc.dev/issues/177.html"><imgsrc="https://img.shields.io/badge/As_Seen_In-jetc.dev_Newsletter_Issue_%23177-blue?logo=Jetpack+Compose&logoColor=white"alt="As Seen In - jetc.dev Newsletter Issue #177"></a> <ahref="https://jetc.dev/issues/188.html"><imgsrc="https://img.shields.io/badge/As_Seen_In-jetc.dev_Newsletter_Issue_%23188-blue?logo=Jetpack+Compose&logoColor=white"alt="As Seen In - jetc.dev Newsletter Issue #188"></a>
12
12
@@ -201,7 +201,7 @@ For a working [sample](sample) open `iosApp/Gradient.xcodeproj` in Xcode and run
201
201
202
202
You'll find three different use cases:
203
203
-`GradientScreenCompose`: A screen rendered entirely in Compose with its state controlled by iOS;
204
-
-`GradientScreenMixed`: A screen rendered in Compose with a Swift UIViewController embedded in it;
204
+
-`GradientScreenMixed`: A screen rendered in Compose with a SwiftUI View embedded in it;
205
205
-`GradientScreenSwift`: A screen rendered entirely in Swift and embedded in Compose.
Copy file name to clipboardExpand all lines: kmp-composeuiviewcontroller-gradle-plugin/src/main/kotlin/com/github/guilhe/kmp/composeuiviewcontroller/gradle/KmpComposeUIViewControllerPlugin.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -313,7 +313,7 @@ public class KmpComposeUIViewControllerPlugin : Plugin<Project> {
Copy file name to clipboardExpand all lines: kmp-composeuiviewcontroller-ksp/src/main/kotlin/com/github/guilhe/kmp/composeuiviewcontroller/ksp/Processor.kt
0 commit comments