KMP

Kotlin SwiftImport

SwiftImport Migration in Kotlin Multiplatform (KMP): Import Swift Packages Directly into Kotlin ๐Ÿš€

One of the long-standing wishes in the Kotlin Multiplatform (KMP) ecosystem has been the ability to directly use Swift Package Manager (SPM) libraries from Kotlin. Until recently, developers often had to create wrappers in Swift or rely on CocoaPods integrations. With the introduction of Swift Package import support, this workflow becomes significantly easier. In this […]

SwiftImport Migration in Kotlin Multiplatform (KMP): Import Swift Packages Directly into Kotlin ๐Ÿš€ Read More ยป

9.0.0 migration

Migrate AGP 8.11.* to AGP 9.0.0 for Kotlin Multiplatform

Step: 1 AGP Assistant Support First, let take a advantage of AGP upgrade Assistant for the migration, which will simply update the correct versions associated with newly available AGPs. Chose the latest version and use wizard to complete the processs In the end, you would expected to see some changes in gradle.properites. We needs to

Migrate AGP 8.11.* to AGP 9.0.0 for Kotlin Multiplatform Read More ยป