JetBrains / Qodana

📝 Source repository of Qodana Help
https://www.jetbrains.com/help/qodana
Apache License 2.0
389 stars 63 forks source link

Kotlin multiplatform projects support #23

Closed Alex009 closed 3 years ago

Alex009 commented 3 years ago

Thanks for cool tool! but for my purposes now it seems bugged.

i got simple multiplatform project - https://github.com/icerockdev/moko-parcelize and run qodana by docker.

git clone https://github.com/icerockdev/moko-parcelize.git
cd moko-parcelize
docker run --rm -it -v $(pwd):/data/project/ -p 8080:8080 jetbrains/qodana --show-report

and after 10 minutes got results: image these errors is invalid - inspections cant see dependencies. Qodana.htm.zip

also for speed up analisis how can we use cache of .gradle dependencies?

a-kuznetsova commented 3 years ago

Hi @Alex009,

Thank you for your question. At the moment Qodana supports only Kotlin for Server Side. I have updated the Qodana documentation to clarify supported languages and technologies.

We plan to support Kotlin Multiplatform in the near future.

a-kuznetsova commented 3 years ago

Please be informed that the Github Issues section in this repository will be disabled as of April 5, 2021. If you would like to be notified about the issue updates, add yourself as a watcher for the issue QD-710: support Kotlin Multiplatform.