I see that there’s a Qodana image for android. I’m...
# multiplatform
l
I see that there’s a Qodana image for android. I’m trying to run it in a KMM project, but it looks like Qodana tries to download the K/N compilers and fails.
Copy code
Caused by: com.intellij.openapi.externalSystem.model.LocationAwareExternalSystemException: Could not find :kotlin-native-prebuilt-linux-aarch64:1.7.0.                     
Searched in the following locations:                                                                                                                                       
  - <https://download.jetbrains.com/kotlin/native/builds/releases/1.7.0/linux-aarch64/kotlin-native-prebuilt-linux-aarch64-1.7.0.tar.gz>
Is there a good way to tell Qodana to ignore K/N, or even better, some way to use Qodana for K/N?