Hey :wave: Any idea why InteliJ IDEA might think p...
# multiplatform
a
Hey 👋 Any idea why InteliJ IDEA might think project doesn't include
kotlin
package in
common
source sets ? 🧵
✅ 1
Screenshot 2024-05-20 at 7.21.04 PM.png
Although, code compiles and runs fine Kotlin:
1.9.22
IDEA:
2023.3.6
Gradle:
8.4
Already did: 1.
Clean
2.
Invalidate cache & restart
Turns out it was a mess between dependencies: Updating
kotlin
to
1.9.23
, jetpack compose to
1.6.2
compose compiler to
1.5.10.1
and Gradle to
8.5
fixed the problem