The latest amper (0.6.0-dev-2549) makes my idea re...
# amper
s
The latest amper (0.6.0-dev-2549) makes my idea resolve the project layout wrong. Is this a bug by amper? or amper idea plugin?
k
The IDE uses embedded version of Amper libraries, that can become out-of-sync with the native amper CLI script. Which version of IntelliJ IDEA do you use? Btw, AFAIU it is a Gradle-based Amper project, not a Standalone one, right?
s
I’m using 2024.3.4.1, it is a grade project
k
I suggest to try IntelliJ IDEA 2025 Beta and check if the issue exists there.
s
I’ll have a try
👍 1
k
I’ve checked with a colleague, and it appears to be a known issue in Amper: AMPER-4159. Unfortunately, updating the IDE won’t help. The only options are either to wait for the fix of the issue (hopefully, it should happen soon), or downgrade to Amper 0.5.
🫡 1
s
this bug is a roadblocker for my kmp project
Any updates?
0.5 is also not usable because src@jvm is not supported when there's only jvm target
j
Sorry for the inconvenience, we're actively working on this. It is actually the last thing blocking the release of Amper 0.6
👍 1
This is now fixed, and it was released with Amper 0.6.0 this morning
s
Thanks!