So how are folks dealing with this when applying M...
# gradle
b
So how are folks dealing with this when applying MPP + Android Lib plugins combo?
Copy code
The following Kotlin source sets were configured but not added to any Kotlin compilation:
 * androidAndroidTestRelease
 * androidTestFixtures
 * androidTestFixturesDebug
 * androidTestFixturesRelease
You can add a source set to a target's compilation by connecting it with the compilation's default source set using 'dependsOn'.
a
Remove them manually.
m
Ignore the warning?
t
@mbonnin do you have repro project for this issue? I am working currently in this part of KGP and would like to check this behavior as well
m
I think this happens with out project, let me check quickly
b
https://github.com/mpetuska/klip/tree/server just sync with IDE and the issues will pop up
🙏 1
Or even juts run
./gradlew clean
b
P.S. the link in the error msg is no longer valid. Might want to look into that as well
👍 1
a
@tapchicoma https://github.com/mxalbert1996/Zoomable/blob/main/zoomable/build.gradle.kts#L58-L65 Here's another repro. Remove these lines and you'll see the message. IIRC this only happens when using AGP 7.1+.