You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The org.jetbrains.kotlin.core.KOTLIN_CONTAINER is not be added to the Eclipse project .classpath files.
We have multi-module Gradle projects with mixed languages. The Java and Groovy source sets cannot "find" the Kotlin classes without adding the KOTLIN_CONTAINER to the .classpath files.
Yes this is because the upstream has removed gradle support if I remember correctly. But if we can fix the issues by enabling the gradle support it should work. Could you look into and provide a PR ? The required code should be inside the gradle sub module
The
org.jetbrains.kotlin.core.KOTLIN_CONTAINER
is not be added to the Eclipse project .classpath files.We have multi-module Gradle projects with mixed languages. The Java and Groovy source sets cannot "find" the Kotlin classes without adding the KOTLIN_CONTAINER to the .classpath files.
Eclipse 2022_09 (v4.25)
Plugin from https://s3.eu-central-1.amazonaws.com/github.bvfalcon/kotlin-eclipse/eclipse-releases/2022-09/
I'm currently using this workaround in my
~\.gradle\init.gradle
file to fixup the .classpath files:which gets me the KOTLIN_CONTAINER in my classpath files:
The text was updated successfully, but these errors were encountered: