Contributing to compose thread (prev)
I cloned the repo, installed the dependencies via apt (I'm on Ubuntu 22), added emsdk to PATH (for Emscripten support) and set JAVA_HOME to jdk 11. I opened the Project (the skiko-all one) in the Android Studio. Immediately, the is a problem with Run/Debug configurations committed to the repository.
.run is not read at all. Only Run/Debug configurations I see are the ones that come from
skiko/.run (even though the root project is open). And they obviously fail because paths are incorrect.
And when I open Project
skiko (instead of
skiko-all) there are no configurations available at all. Am I doing something wrong?
cc
@Ivan Matkov