Wrapper for https://github.com/cdsap/Talaiot with predefined configuration for IceRock projects analytics
Plugin to codegen for new Units
Plugin to codegen for new Units
Plugin to codegen for new Widgets
Plugin to provide access to the resources on iOS & Android
After enable this plugin you can move AndroidManifest.xml from src/main/AndroidManifest.xml to src/androidMain/AndroidManifest.xml
After enable this plugin you can move android's main source set to androidMain, release to androidRelease, test to androidTest etc.
After enable this plugin while using framework configuration you can add dependencies to export just like in iOS framework.
Setup CocoaPods interop. Path to Pods project and configuration can be set globally into gradle.properties
Plugin will setup sync gradle tasks in group cocoapods for cocoapods integration. Example of podspec for integration here - https://github.com/icerockdev/moko-template/blob/master/mpp-library/MultiPlatformLibrary.podspec
Multiple plugins in one line (deprecated, saved for backward compatibility)
Plugin automatically setup android, ios targets. Android target also automatically configured with dev.icerock.mobile.multiplatform.android-manifest and dev.icerock.mobile.multiplatform.android-sources plugins.
Swift-friendly api generator for Kotlin/Native frameworks
Plugin to provide network components for iOS & Android