Slackbot
07/05/2023, 12:03 AMChris Lee
07/05/2023, 12:40 AMOmico
07/05/2023, 12:53 AMChris Lee
07/05/2023, 2:20 AMOmico
07/05/2023, 2:36 AMOmico
07/05/2023, 3:26 AMorg.jetbrains.kotlin:kotlin-compiler:1.8.10 via shadow jar. That is the reason why it is working perfectly on Gradle 8.1.1. https://repo1.maven.org/maven2/org/jetbrains/dokka/kotlin-analysis-compiler/1.8.20/kotlin-analysis-compiler-1.8.20.jar (51.8 MB) OMFG.Adam
07/05/2023, 7:01 AMVampire
07/05/2023, 7:43 AMVampire
07/05/2023, 8:27 AMDefaultLanguageSettingsBuilderKt class that references KOTLIN_2_0 from a class in the Kotlin compiler which is not yet found in 1.8.10. ๐Vampire
07/05/2023, 8:29 AMVampire
07/05/2023, 8:35 AMVampire
07/05/2023, 8:49 AMimplementation(enforcedPlatform(kotlin("bom"))) .
Without that, the implementation(embeddedKotlin("compiler-embeddable")) is upgraded to 1.8.20, now it is nailed to 1.8.10 which then breaks it. ๐Omico
07/05/2023, 9:26 PMOmico
07/23/2023, 9:24 AMinitialization module that my Elucidator shows above. Use a GradleRunner to run a JVM application module.Omico
07/23/2023, 9:28 AMOmico
07/30/2023, 6:18 PM