https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
a

addamsson

11/24/2018, 7:06 PM
I have installed IDEA 2018.3 and my project is broken ever since. IDEA compalins that
Copy code
Compilation is not supported for following modules: zircon.core_commonMain, zircon.core_commonTest, zircon.core_jvmMain, zircon.core_jvmTest. Unfortunately you can't have non-Gradle Java modules and Android-Gradle modules in one project.
what could be the problem? Gradle build runs fine, the application works, and it worked in the previous IDEA version as well. What do I need to upgrade to get this fixed? I'm not even using Android (have nothing Android-related on my computer). What's really weird is that I have neither non-Gradle Java modules nor Android-Gradle modules!
r

russhwolf

11/24/2018, 7:51 PM
I often find re-importing the project into IDEA fixes this issue
🙏 1
a

addamsson

11/24/2018, 7:52 PM
got it, thanks!
o

orangy

11/24/2018, 9:43 PM
You might check if delegating builds to Gradle setting is still there
👍 1
3 Views