Piotr Krzemiński
10/31/2023, 2:59 PMigor.wojda
11/04/2023, 5:48 PMtestImplementation("org.jetbrains.kotlin:kotlin-compiler:1.9.20")
dependency.
Branch renovate/kotlin-monorepo branch
File" library/build.gradle.kts
Please verify if this work for youkotlin:kotlin-compiler
dependency is not added correctly to the test source set, however it is provided by Konsist.
This issue is under investigation
https://lemonappdev.atlassian.net/browse/KON-576
I am open for ideas here.Piotr Krzemiński
11/05/2023, 6:38 PMcom.github.tschuchortdev:kotlin-compile-testing:1.5.0
fail which is a separate issue. Looks like depending on libraries that depend on compiler's (internal?) API is problematictestImplementation(kotlin("compiler"))
). After this change, bumping Kotlin to 1.9.20 was simpleigor.wojda
11/06/2023, 1:30 PMPiotr Krzemiński
11/07/2023, 9:27 AMigor.wojda
11/07/2023, 9:28 AMPiotr Krzemiński
11/07/2023, 9:30 AM