mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 14:07:05 +05:30
Refactor Gradle build away from buildscript dependencies
This commit is contained in:
parent
a7dc3b769c
commit
ec44f8795a
5 changed files with 71 additions and 33 deletions
|
@ -1,21 +1,8 @@
|
|||
@file:Suppress("DSL_SCOPE_VIOLATION", "UnstableApiUsage")
|
||||
|
||||
buildscript {
|
||||
repositories {
|
||||
maven {
|
||||
url = uri("https://storage.googleapis.com/r8-releases/raw")
|
||||
content { includeModule("com.android.tools", "r8") }
|
||||
}
|
||||
}
|
||||
dependencies {
|
||||
classpath(libs.r8)
|
||||
classpath(libs.svg.transcoder)
|
||||
classpath(libs.javapoet)
|
||||
}
|
||||
}
|
||||
@file:Suppress("DSL_SCOPE_VIOLATION")
|
||||
|
||||
plugins {
|
||||
id("dev.msfjarvis.claw.spotless")
|
||||
id("dev.msfjarvis.claw.versions")
|
||||
id("dev.msfjarvis.claw.kotlin-common")
|
||||
alias(libs.plugins.hilt) apply false
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue