Could someone else on IntelliJ 2024.1.1 CE try loa...
# intellij
t
Could someone else on IntelliJ 2024.1.1 CE try loading the https://github.com/Kotlin/kotlinx.serialization/ project? IntelliJ isn't detecting the source and test folders or the dependencies correctly, although it gets part of the module system correct. For example, try opening Cbor.kt -- there's basic syntax highlighting, but the imports and class/method references are unrecognized.
(The project is documented as being configured for IntelliJ.)
Wow, this was a rollercoaster -- the reason I couldn't load this gradle project is because IntelliJ's
disabled_plugins.txt
contained
org.jetbrains.plugins.gradle
, which doesn't appear in the Plugins UI. (There's a different Gradle plugin that does show up, and that I had enabled.)