Closed Tapchicoma closed 2 months ago
Fixes failure in MR into 2.0.21
branch for https://youtrack.jetbrains.com/issue/KT-70700
can we merge it directly to develop branch?
Yes, we should first merge it into develop and then rebase kotlin-community
@Tapchicoma could you please rebase this commit onto develop? Or should I better do this?
@mvicsokolova I am not sure how changes from kotlin-community/dev
should land in develop
branch. If possible - could you cherry-pick it after the merge?
Actually I've just rebased against develop
Test project was applying Kotlin KMP plugin in subprojects, but not in the root 'build.gradle.kts' which is wrong from KMP point of view as it introduces Gradle classpath isolation problem.