(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:
+4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user