mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 10:37:05 +05:30
paparazzi-tests: workaround incompatible Compose Compiler dependency
This commit is contained in:
parent
aa1f4cb827
commit
f86714ced3
3 changed files with 16 additions and 0 deletions
10
.github/renovate.json
vendored
10
.github/renovate.json
vendored
|
@ -27,6 +27,16 @@
|
|||
],
|
||||
"datasourceTemplate": "maven",
|
||||
"depNameTemplate": "com.facebook:ktfmt"
|
||||
},
|
||||
{
|
||||
"fileMatch": [
|
||||
".toml$"
|
||||
],
|
||||
"matchStrings": [
|
||||
"composeCompiler = \"(?<currentValue>.*)\""
|
||||
],
|
||||
"datasourceTemplate": "maven",
|
||||
"depNameTemplate": "androidx.compose.compiler:compiler"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue