I've managed to run the app with `./amper run --pl...
# amper
e
I've managed to run the app with
./amper run --platform android
, but the IDE does not seem to recognize Kotlin code, there's no autocompletion or navigation, even though the project runs via CLI. Is there perhaps something obvious I might be missing? I've installed the Amper plugin, and I'm using IntelliJ IDEA community edition.
a
hi, please make sure you have kotlin multiplatform and android plugins installed
e
I do have both of these plugins installed
🤔 1
so it seems I was able to resolve this by basically deleting anything related to gradle, as well as the iOS package, will need to look into the iOS target later
j
It's possible that the project was linked as a Gradle project, and in that case unlinking and then importing as an Amper project might solve the issue (while keeping Gradle files). But indeed deleting Gradle files altogether is a good option too.