mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-15 09:57:04 +05:30
feat(build): add Invert plugin
This commit is contained in:
parent
2e91db6908
commit
d2289da184
3 changed files with 7 additions and 0 deletions
|
@ -9,4 +9,5 @@ plugins {
|
|||
id("dev.msfjarvis.claw.versions")
|
||||
id("dev.msfjarvis.claw.kotlin-common")
|
||||
alias(libs.plugins.dependencyAnalysis)
|
||||
alias(libs.plugins.invert)
|
||||
}
|
||||
|
|
|
@ -122,6 +122,7 @@ android-test = { id = "com.android.test", version.ref = "agp" }
|
|||
anvil = "com.squareup.anvil:2.5.0-beta09"
|
||||
baselineprofile = { id = "androidx.baselineprofile", version.ref = "benchmark" }
|
||||
dependencyAnalysis = "com.autonomousapps.dependency-analysis:1.32.0"
|
||||
invert = "com.squareup.invert:0.0.1-dev-SNAPSHOT"
|
||||
kotlin-composeCompiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
|
||||
kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
|
||||
ksp = "com.google.devtools.ksp:2.0.0-1.0.22"
|
||||
|
|
|
@ -51,6 +51,11 @@ pluginManagement {
|
|||
content { includeGroup("dev.msfjarvis.whetstone") }
|
||||
mavenContent { snapshotsOnly() }
|
||||
}
|
||||
maven("https://s01.oss.sonatype.org/content/repositories/snapshots/") {
|
||||
name = "Sonatype S01 Snapshots"
|
||||
content { includeGroup("com.squareup.invert") }
|
||||
mavenContent { snapshotsOnly() }
|
||||
}
|
||||
mavenCentral { mavenContent { releasesOnly() } }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue