mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 12:57:04 +05:30
Update dependencies
This commit is contained in:
parent
7cc7759205
commit
51f8962623
6 changed files with 15 additions and 15 deletions
|
@ -12,30 +12,30 @@ buildscript {
|
|||
}
|
||||
}
|
||||
dependencies {
|
||||
classpath("com.android.tools:r8:3.2.16-dev")
|
||||
classpath("com.android.tools:r8:3.2.28-dev")
|
||||
classpath(kotlin("gradle-plugin", version = kotlinVersion))
|
||||
classpath(kotlin("serialization", version = kotlinVersion))
|
||||
classpath("com.android.tools.build:gradle:7.0.3")
|
||||
classpath("com.diffplug.spotless:spotless-plugin-gradle:6.0.0")
|
||||
classpath("com.google.dagger:hilt-android-gradle-plugin:2.40.1")
|
||||
classpath("com.google.dagger:hilt-android-gradle-plugin:2.40.2")
|
||||
}
|
||||
}
|
||||
|
||||
plugins { id("com.diffplug.spotless") version "6.0.0" }
|
||||
|
||||
group = "dev.msfjarvis.claw"
|
||||
|
||||
version = "1.0"
|
||||
|
||||
apply(plugin = "com.diffplug.spotless")
|
||||
|
||||
configure<com.diffplug.gradle.spotless.SpotlessExtension> {
|
||||
kotlin {
|
||||
target("**/*.kt")
|
||||
targetExclude("**/build/**")
|
||||
ktfmt("0.29").googleStyle()
|
||||
ktfmt("0.30").googleStyle()
|
||||
}
|
||||
kotlinGradle {
|
||||
target("**/*.gradle.kts")
|
||||
ktfmt("0.29").googleStyle()
|
||||
ktfmt("0.30").googleStyle()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue