Does wire support Kotlin Multiplatform Mobile? #2742
Unanswered
mahabaleshwarhnr
asked this question in
Q&A
Replies: 2 comments 2 replies
-
Would you have the exact error you're seeing? I've never seen kotlinMultiplatform and android applied at the same time, maybe that's just some missing targets? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I had the same problem as @mahabaleshwarhnr but was able to overcome including the plugin by using the version catalog:
Without the version catalog approach I get the same error. Unfortunately even though the plugin is now successfully included nothing is ever generated when I build the project :/ |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi I am trying to generate model from wire. I am getting below errors. First of all I wanna know wire support multiplatform for mobile.
build.gradle.kts
I followed the documentation but not helping much. I am getting plugin not found error or sometimes plugin cannot be applied
:
project. It would be helpful if you share some examples of multiplatformBeta Was this translation helpful? Give feedback.
All reactions