Also my IDE seems to not recognize the packages if...
# kotlin-native
c
Also my IDE seems to not recognize the packages if i change it to anything but the default? Despite that, it compiles if I write it manually. Invalidating the cache does not fix the issue.
a
If it compiles but IJ shows red, then try running
./gradlew commonize
and re-syncing
c
Wdym re-syncing?