KaMPKit icon indicating copy to clipboard operation
KaMPKit copied to clipboard

KaMP Kit by Touchlab. A collection of code & tools designed to get your mobile team started quickly w/Kotlin Multiplatform

Results 17 KaMPKit issues
Sort by recently updated
recently updated
newest added

In Android Gradle Plugin there is BuildConfig (Debug/Release) and BuildFlavor (Production/UAT/SIT/DEV) that helps to change things like API endpoints, logging flags and such configurations. In an ideal production app we...

Add support for Compose Multiplatform - https://blog.jetbrains.com/kotlin/2023/05/compose-multiplatform-for-ios-is-in-alpha/ More details available in the individual commit's message. The gist of changes is that all the UI is now moved from :app to...

Compose multiplatform is now in alpha - https://blog.jetbrains.com/kotlin/2023/05/compose-multiplatform-for-ios-is-in-alpha/ and we can all use it to simplify and reduce the maintenance costs of not just the functionality but also the UI...

Issue: https://github.com/touchlab/Best-Practice-Docs/issues/173 ## Summary Try out new Koin DSL.

In this file: https://github.com/touchlab/KaMPKit/blob/main/docs/APP_BUILD.md The iOS instructions are just slightly outdated. Under section **3) Build iOS**, it references: `KaMPKitiOS.xcworkspace`. This file has now been renamed to: `KaMPKitiOS.xcodeproj`: https://github.com/touchlab/KaMPKit/tree/main/ios/KaMPKitiOS.xcodeproj 🎉 🎉...

Hi Tad! Please, could you update your dependencies and Kotlin version? Your sample is on [our samples page](https://www.jetbrains.com/help/kotlin-multiplatform-dev/multiplatform-samples.html) and we'd love it if you could keep it updated. Thank you...

Hello, I'm a Kotlin technical writer at JetBrains, currently working on updating the [Kotlin Multiplatform samples page](https://www.jetbrains.com/help/kotlin-multiplatform-dev/multiplatform-samples.html). This project is listed there, and as part of the update, I am...