Contributing to compose thread (<https://kotlinlan...
# compose
n
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
i
@[JB] Shagen as far as I remember you tried to fix some linux build stuff (unrelated) recently, so maybe you can say something about it based on description above PS I'm on macos, and didn't face with such issues. java in env + open in IJ/AS should just work. but maybe I did some extra step during setup and already forgot about it
n
Moved this into an issue tracker: SKIKO-1018.