In the multiplatform gradle plugin, is there a rea...
# announcements
m
In the multiplatform gradle plugin, is there a reason why the sourceSets (ie.
commonMain
) dont implement
ExtensionAware
? Im running into compatibility issues with other gradle plugins that expect this functionality. Im guessing this is just a gap in the current plugin? I know these sourceSets are not the same type as the conventional Java sourceSets but actually a kotlin specific implementation. https://github.com/JetBrains/kotlin/blob/c4b3580c31a5290089c397663c834dc629b2ae7f/libraries/tools/kotlin-gradle-plugin-api/src/main/kotlin/org/jetbrains/kotlin/gradle/plugin/KotlinSourceSet.kt