Skip to content

Commit f99c0f3

Browse files
jamesarichclaude
andcommitted
fix(deps): correct apple-privacy-manifests plugin id in the catalog
The catalog declared org.jetbrains.kotlin.plugin.apple-privacy-manifests, which does not exist — the real id is org.jetbrains.kotlin.apple-privacy-manifests (no '.plugin'; Portal serves its marker, the typo'd id 404s). Nothing applies the alias yet (parked for App Store ITMS-91053 compliance), so the build never noticed; the only symptom was Renovate's 'Package lookup failures' warning on the Dependency Dashboard, which silently left the entry un-renovated. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
1 parent a1c9741 commit f99c0f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ androidApplication = { id = "com.android.application",
116116
composeMultiplatform = { id = "org.jetbrains.compose", version.ref = "composeMultiplatform" }
117117
kmmBridge = { id = "co.touchlab.kmmbridge", version.ref = "kmmBridge" }
118118
skie = { id = "co.touchlab.skie", version.ref = "skie" }
119-
applePrivacyManifests = { id = "org.jetbrains.kotlin.plugin.apple-privacy-manifests", version.ref = "applePrivacyManifests" }
119+
applePrivacyManifests = { id = "org.jetbrains.kotlin.apple-privacy-manifests", version.ref = "applePrivacyManifests" }
120120
composeCompiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
121121
dokka = { id = "org.jetbrains.dokka", version.ref = "dokka" }
122122
powerAssert = { id = "org.jetbrains.kotlin.plugin.power-assert", version.ref = "kotlin" }

0 commit comments

Comments
 (0)