Hi guys, I have a KMP library project that makes h...
# intellij
b
Hi guys, I have a KMP library project that makes heavy use of hierarchical sourceSets. Sadly, though, IDE is not able to resolve them in a consumer project even though all the gradle builds go through just fine. Could someone from IJ team have a look to at least confirm that it's not an issue with my setup? 1. checkout https://github.com/mpetuska/klip 2. Import
./klip-sandbox
3. Open
./klip-sandbox/src/commonTest/kotlin/KlipTest.kt
4. Notice how all
klip
functions are unresolved 5. (Optional) you can also comment-out included build and use version 0.4.1 from maven central.
a
This is most likely a bug, can you please report to YouTrack?
👍 1
b