Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Not compatible with Kotlin 1.7.20 #217

Closed
mikehearn opened this issue Oct 1, 2022 · 1 comment
Closed

Not compatible with Kotlin 1.7.20 #217

mikehearn opened this issue Oct 1, 2022 · 1 comment

Comments

@mikehearn
Copy link

Kotlin's Gradle plugin has changed in a backwards incompatible way:

Caused by: java.lang.ClassCastException: Cannot cast org.jetbrains.kotlin.gradle.tasks.KotlinCompile_Decorated to org.gradle.api.tasks.compile.AbstractCompile
	at org.javamodularity.moduleplugin.JavaProjectHelper.findTask(JavaProjectHelper.java:96)
	at org.javamodularity.moduleplugin.tasks.MergeClassesHelper.lambda$otherCompileTaskStream$0(MergeClassesHelper.java:43)
	at org.javamodularity.moduleplugin.tasks.MergeClassesTask.configureMergeClassesAfterEvaluate(MergeClassesTask.java:29)
@TWiStErRob
Copy link

This looks like a duplicate of #212 which was released in 1.8.12.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants