6.6.1 - Alpha3 - 修复打包应用可能出现的 DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION 权限冲突

This commit is contained in:
SuperMonster003
2025-01-01 15:17:59 +08:00
parent 559e1cd237
commit 3ac6a643b6
4 changed files with 31 additions and 18 deletions

View File

@@ -234,6 +234,7 @@ pluginManagement {
),
) {
override val weight = 5
override val shouldPrintProgress = false
}
val unknown = object : Platform(
@@ -355,6 +356,7 @@ pluginManagement {
open val gradleSettingsName: String? = null
open val weight: Int = -Int.MAX_VALUE
open var version: String = consts.DEFAULT_VERSION
open val shouldPrintProgress: Boolean = true
open val fullName
get() = uppercaseFirstChar(name)
@@ -626,6 +628,7 @@ pluginManagement {
extensions.extraProperties["kotlinVersion"] = notations.classpath.find {
it.contains("kotlin-gradle-plugin")
}?.substringAfterLast(":") ?: config.fallbackKotlinVersion
extensions.extraProperties["platform"] = platform
}
}