[gradle plugin] adoption 52c22d891f
MPP plugin: add expectedBy deps to api configuration
This commit is contained in:
committed by
Stanislav Erokhin
parent
d8caa2a8b0
commit
09ebfc1b6f
-2
@@ -13,8 +13,6 @@ open class KotlinNativePlatformPlugin: KotlinPlatformImplementationPluginBase("n
|
||||
private val Project.konanMultiplatformTasks: Collection<KonanCompileTask>
|
||||
get() = tasks.withType(KonanCompileTask::class.java).filter { it.enableMultiplatform }
|
||||
|
||||
override fun configurationsForCommonModuleDependency(project: Project) = emptyList<Configuration>()
|
||||
|
||||
open class RequestedCommonSourceSet @Inject constructor(private val name: String): Named {
|
||||
override fun getName() = name
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user