Is anyone using gradle dependency substitution to replace maven dependencies with local KMP projects?
Used to work with Kotlin 1.4.21 (gradle 6.6). With Kotlin 1.6.21 (gradle 7.4), substitution still works, but the compiler can’t find the dependency symbols. If I avoid this machinery and directly add the project dependency, it also works.