dev.icerock.mobile.multiplatform-resources
Owner: Aleksey Mikhailov
Plugin to provide access to the resources on iOS & Android
https://github.com/icerockdev/moko-resources
Sources: https://github.com/icerockdev/moko-resources
Version 0.24.0-alpha-5
0.24.0-alpha-5
Created 25 February 2024.
Plugin to provide access to the resources on iOS & Android
Add this plugin to your build using the plugins DSL:
plugins {
id("dev.icerock.mobile.multiplatform-resources") version "0.24.0-alpha-5"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("dev.icerock.moko:resources-generator:0.24.0-alpha-5") } } apply(plugin = "dev.icerock.mobile.multiplatform-resources")
- Applying plugins to all subprojects .