Hey everyone. This is probably a really easy issue...
# multiplatform
m
Hey everyone. This is probably a really easy issue to fix. Simply said, I've had a working multiplatform implementation. Now I was able to get it implemented on iOS too, however, now coming back to my windows laptop which I use for Android, it gives the
Unresolved Reference
error over the multiplatform method I had made. I feel like it has something to do with my gradle, but I am not quite sure how to fix this. Does anyone have some insight on this? I apologize for if this explanation was too unclear| A bit of more information: Trying to run
gradlew build
I get the error
No matching variant of project :shared was found.
Any insight?