mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-17 08:37:03 +05:30
build: force Moshi to latest version
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
fb2005fd83
commit
7e7609ca1f
1 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,12 @@
|
|||
plugins {
|
||||
`lobsters-plugin`
|
||||
}
|
||||
|
||||
subprojects {
|
||||
configurations.configureEach {
|
||||
resolutionStrategy {
|
||||
// Retrofit depends on a very old version of Moshi that causes moshi-ksp to fail
|
||||
force(Dependencies.ThirdParty.Moshi.lib)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue