mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-17 08:37:03 +05:30
12 lines
251 B
Kotlin
12 lines
251 B
Kotlin
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)
|
|
}
|
|
}
|
|
}
|