What we need with Kotlin Multiplatform for iOS
See original GitHub issueKind (Required)
- Proposal / Discussion
Overview (Required)
- I want to sort out what we need a little.
according to https://github.com/DroidKaigi/conference-app-2021/pull/415#issuecomment-824710629
-
Implement Suspend Wrapper. https://touchlab.co/kotlin-coroutines-rxswift/
-
Implement Authenticator in Swift
Authenticator
package io.github.droidkaigi.feeder
data class User(
val idToken: String?
)
interface Authenticator {
suspend fun currentUser(): User?
suspend fun signInAnonymously(): User?
}
Links
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Kotlin Multiplatform for Cross-Platform Mobile Development
Kotlin Multiplatform Mobile is an SDK for iOS and Android app development. It offers all the combined benefits of creating cross-platform and native...
Read more >We asked an iOS developer his thoughts after working with ...
At Kodein Koders, we think that Kotlin Multiplatform Mobile will only rise with the help and support of iOS developers.
Read more >Building cross-platform mobile apps with Kotlin Multiplatform
First, we need to install Android Studio. If we want to try the iOS side of things, we'll need to install Xcode, too....
Read more >Kotlin Multiplatform for iOS Developers - InfoQ
Kotlin Multiplatform makes it easy to create cross-platform components that you can reuse across iOS and Android projects.
Read more >Kotlin Multiplatform Project for Android and iOS: Getting Started
Kotlin Multiplatform supports more than just Android and iOS. It also supports JavaScript, Windows and other native targets. You'll focus on the ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@takahirom Thank you!
Implement Suspend Wrapper Suspend wrapper has already been implemented. This is a good match with the README described by @ry-itto, and I am aware of no problems.
Implement Authenticator in Swift We need this. I want to do it!!
@watanavex Please use this 🙏 GoogleService-Info-Stating-Debug.plist.zip