-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support of Android Application gradle module #119
Comments
hello! sorry for late reply. also can you describe why your multiplatform code enabled in application module, not separated library? |
Thanks.
I only have a single app per platform (1x Android, 1x iOS), not multiple apps per platform, so a library module is not required. The application module itself is multiplatform and I don't need an extra library module. |
…le-support #119 android application module support
will be released in 0.14.0 |
Hi, looks like a very useful project, I have been trying to get your project to work in my Kotlin multiplatform (Android & iOS) project. It is a single Gradle project for both apps, using Android Application plugin, not Android Library plugin.
No errors appear, but the
generateMRcommonMain
task is missing, and of course no resources are generated. The line below leads me to believe only library projects are supported. All your sample projects are library projects.moko-resources/plugins/resources-generator/src/main/kotlin/dev/icerock/gradle/MultiplatformResourcesPlugin.kt
Line 46 in e2750b5
Why - can you not also support Android Application projects? Or please have some warning documentation to make this clear for people in the future?
The text was updated successfully, but these errors were encountered: