hfhbd
09/23/2024, 7:51 AMModule was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.1.0, expected version is 1.9.0.
Do I really need to wait for Gradle 9 using Kotlin 2.0 language version (or even 2.1)?Bernd Prünster
09/23/2024, 7:53 AMhfhbd
09/23/2024, 11:08 AMTask :gradle-plugin:compilePluginsBlocks FAILED
task.Anton Mefodichev
09/27/2024, 8:12 AMtapchicoma
09/30/2024, 7:15 PMhfhbd
10/01/2024, 1:55 PMsuresh
10/14/2024, 11:40 PM* What went wrong:
Could not determine the dependencies of task ':check'.
> Could not create task ':test'.
> Could not create task of type 'Test'.
> Could not create an instance of type org.gradle.api.internal.tasks.testing.DefaultTestTaskReports.
> Could not create an instance of type org.gradle.api.reporting.internal.DefaultReportContainer.
> Type T not present
Have you seen any such error? Seems like right now the only option is to wait for the official 8.11 release to use Beta2 with pre-compiled plugins 😐hfhbd
10/15/2024, 6:10 AM