Skip to content

Commit

Permalink
[#39] Add org.jetbrains.compose into kotlin dependency group (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafaozhan authored Jan 7, 2024
1 parent 48c6094 commit 021c6a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"matchPackagePatterns": [
"^org.jetbrains.kotlin:kotlin",
"^com.google.devtools.ksp",
"^androidx.compose.compiler"
"^androidx.compose.compiler",
"^org.jetbrains.compose"
],
"groupName": "kotlin"
},
Expand Down

0 comments on commit 021c6a6

Please sign in to comment.