From eb32c84b18e7d647e55b62d0b98a6495447ccfc1 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Thu, 22 Aug 2024 22:01:31 +0530 Subject: [PATCH] fix(renovate): update Compose compiler dep name --- .github/renovate.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 1f9ee417..07522d8b 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -26,10 +26,10 @@ }, { "matchDepNames": [ - "androidx.compose.compiler:compiler", "com.google.devtools.ksp", "dev.drewhamilton.poko", "org.jetbrains.kotlin:kotlin-gradle-plugin", + "org.jetbrains.kotlin.plugin.compose", "org.jetbrains.kotlin.plugin.serialization", ], "groupName": "Kotlin and Compose",