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.
Tim McCormack
05/10/2024, 12:57 PM
(The project is documented as being configured for IntelliJ.)
Tim McCormack
05/19/2024, 12:03 AM
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.)