Open mr3y-the-programmer opened 1 year ago
Given the fact that this break occurred between RC and RC2, I wonder if the bug I submitted is related?
When I changed code and added/changed dependencies in a multi-module project, this error occured. I tried to sync, rebuild the project, invalidate caches, add new modules, but nothing helped. Sometmes I got circular dependencies. Have KSP, Moshi. Then I moved several common classes to another common module, so that a circular dependency didn't appear. Then this error disappeared.
After updating from ksp version
1.9.20-RC-1.0.13
to ksp version1.9.20-RC2-1.0.13
or any later version I'm getting this error when I runkspKotlinDesktop
:This happens due to changes introduced in this commit which was supposed to avoid breaking the new mpp
applyDefaultHierarchyTemplate
.Steps to reproduce:
Clone this repository https://github.com/mr3y-the-programmer/Ludi, checkout
bump_kotlin_version
branch, run.\gradlew :shared:kspKotlinDesktop
and you should see the error.