Skip to content
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

Unresolved reference when providing dependency on another MP module #218

Closed
arnis71 opened this issue Jun 15, 2020 · 1 comment
Closed

Comments

@arnis71
Copy link

arnis71 commented Jun 15, 2020

I am trying to make a simple game with Korge but I ran into a problem where I can not build for Android target when my game module game depends on another multiplatform module data. Take a look here https://github.com/arnis71/SpaceGame.

It has one data class that I want to use on the backend and in the game called Projectile. It sees this class in game module in IDE and even runs the jvm target. But when I try to start it on android emulator it fails at :android:compileDebugKotlin and says that it can not find this Projectile class. Am I missing something or is there some issue specifically with android target?

@arnis71
Copy link
Author

arnis71 commented Jun 16, 2020

Moving this issue to korge-plugins

@arnis71 arnis71 closed this as completed Jun 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant