<@UQJ6LQ60L> I was running Gradle 6.3 RC on JDK 14...
# announcements
e
@Janelle Fullen I was running Gradle 6.3 RC on JDK 14, switched to JDK 8, everything works... Like, big wtf
j
hmm, I am running Java 8 as well
e
@Janelle Fullen in my case I've discovered an incompatibility of Java source version between modules. I've solved by aligning it.
Tho the Gradle messages are way off and incomprehensible
j
Hmm, I'm using Kotlin 1.3.7
But according to the compatibility notes, 6.1.1 of gradle only supports up to 1.3.61
not sure if I need a newer version of gradle?
e
Well I would update to the latest 6.3 RC4 and try again.
But for this error:
Copy code
Build file '/Users/janelle.fullen/IdeaProjects/oneplayer/mediapresentation/build.gradle.kts' line: 2

Plugin [id: 'org.jetbrains.kotlin.multiplatform'] was not found in any of the following sources:
I think you're missing a repository in the settings.gradle.kts
Which is in the root folder.
j
I don't think I'm missing a repository, since my individual project compiles fine when run solo (ie not as a composite build being built through inclusion in the other project)
I have all my repositories specified in the root build