Replies: 2 comments
-
I don't really have an answer for you. I also sometimes have problems with the IDE and the samples even locally which uses the same setup. Sometimes it fixes itself, sometimes it doesn't and I'm stuck in a glorified text editor. Would love a proper fix, but I suspect it's inside the Kotlin plugin / IntelliJ IDEA itself and nothing specific to this project. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Earlier I copy pasted , dependencies.gradle , mosaic/mosaic folder and substituted modules with projects , and all worked fine
now, I wanted to escape from this manual work , So tried to add it as a
git add submodule https://github.com/JakeWharton/mosaic
and It worked and added mosaic project as a submodule , so I did the following in my project's settings.gradle.kts
and added the plugin as following:
then did a gradle sync successfully and app run (used your sample counter app's code) also successfully 😄
BUT IDE doesnt recognise code reference , however builds successfully, any help would be appreciated , If I can provide more info , I would be happy to do that...
Beta Was this translation helpful? Give feedback.
All reactions