[gradle-plugin] Fix MPP in the new plugin after switching to 1.2.50

This commit is contained in:
Ilya Matveev
2018-06-25 12:43:37 +07:00
committed by ilmat192
parent 5e59045352
commit 750cf2f419
@@ -25,4 +25,6 @@ class KotlinPlatformNativePlugin : KotlinPlatformImplementationPluginBase("nativ
""".trimIndent())
}
}
override fun namedSourceSetsContainer(project: Project) = project.kotlinNativeSourceSets
}