David Herman
07/27/2023, 12:52 AMkotlin-dsl
plugin, so I'm guessing I need to wait for https://docs.gradle.org/current/userguide/compatibility.html#kotlin to get updated?Chris Lee
07/27/2023, 12:54 AMDavid Herman
07/27/2023, 12:54 AMChris Lee
07/27/2023, 12:54 AMDavid Herman
07/27/2023, 12:55 AMkotlin("jvm")
plugins that you pointed out and am only using kotlin-dsl
right now, but I'm still getting the same compile errorkotlin 1.9.0
is leaking in somehowChris Lee
07/27/2023, 12:56 AMDavid Herman
07/27/2023, 12:56 AMThe `embedded-kotlin` and `kotlin-dsl` plugins rely on features of Kotlin `1.8.20` that might work differently than in the requested version `1.9.0`.
Chris Lee
07/27/2023, 12:57 AMDavid Herman
07/27/2023, 12:57 AMChris Lee
07/27/2023, 12:57 AMDavid Herman
07/27/2023, 12:58 AMChris Lee
07/27/2023, 12:58 AMimplementation(kotlin("stdlib"))
implementation(kotlin("gradle-plugin"))
David Herman
07/27/2023, 12:59 AMChris Lee
07/27/2023, 12:59 AMapi(kotlin("compiler-embeddable"))
David Herman
07/27/2023, 12:59 AMChris Lee
07/27/2023, 1:00 AMDavid Herman
07/27/2023, 1:02 AMAdam S
07/27/2023, 7:29 AM