(minor) Add isAllowCommonizer stub to the PM2.0 project extension

This prevents the IDE from failures during Gradle project sync
This commit is contained in:
Sergey Igushkin
2021-02-16 12:05:27 +03:00
parent 4e0485c523
commit 0bf408e147
@@ -80,6 +80,10 @@ open class KotlinPm20ProjectExtension(project: Project) : KotlinTopLevelExtensio
mutableMapOf()
internal var rootPublication: MavenPublication? = null
@PublishedApi
@JvmName("isAllowCommonizer")
internal fun isAllowCommonizerForIde(project: Project): Boolean = false
}
val KotlinGradleModule.jvm: KotlinJvmVariant