mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 18:47:03 +05:30
refactor(build): use a hack to expose catalog type-safe API
This commit is contained in:
parent
8922142ade
commit
fcc20d2f1e
4 changed files with 17 additions and 22 deletions
|
@ -71,4 +71,7 @@ dependencies {
|
|||
implementation(libs.build.spotless)
|
||||
implementation(libs.build.vcu)
|
||||
implementation(libs.build.versions)
|
||||
|
||||
// Expose the generated version catalog API to the plugin.
|
||||
implementation(files(libs::class.java.superclass.protectionDomain.codeSource.location))
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue