Skip to content

Commit

Permalink
feature: apply squareup Invert
Browse files Browse the repository at this point in the history
  • Loading branch information
kosenda committed Jun 8, 2024
1 parent 0f4f078 commit 0a7c18d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ val ktlint: Configuration by configurations.creating
plugins {
// apply false: only load
jacoco
alias(libs.plugins.squareup.invert)
alias(libs.plugins.android.application) apply false
alias(libs.plugins.kotlin.android) apply false
alias(libs.plugins.compose.compiler) apply false
Expand Down
2 changes: 2 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ mockk = "1.13.11"
roborazzi = "1.20.0"
showkase = "1.0.3"
aboutLibraries = "11.2.1"
squareupInvert = "0.0.1-dev-SNAPSHOT"

# ** I'm using it, so no deletions allowed. **
jacoco = "0.8.10"
Expand Down Expand Up @@ -172,3 +173,4 @@ firebase-appdistribution = { id = "com.google.firebase.appdistribution", version
firebase-perf = { id = "com.google.firebase.firebase-perf", version.ref = "firebasePerfPlugin" }
androidLibrary = { id = "com.android.library", version.ref = "androidGradlePlugin" }
aboutLibraries = { id = "com.mikepenz.aboutlibraries.plugin", version.ref = "aboutLibraries" }
squareup-invert = { id = "com.squareup.invert", version.ref = "squareupInvert" }
1 change: 1 addition & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ pluginManagement {
gradlePluginPortal()
google()
mavenCentral()
maven(url = "https://s01.oss.sonatype.org/content/repositories/snapshots")
}
resolutionStrategy {
eachPlugin {
Expand Down

0 comments on commit 0a7c18d

Please sign in to comment.