update dependencies && gradle scripts
This commit is contained in:
@@ -1,18 +1,8 @@
|
||||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||
buildscript {
|
||||
extra["kotlin_version"] = Version.kotlin
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
//noinspection AndroidGradlePluginVersion,GradleDependency
|
||||
classpath("com.android.tools.build:gradle:7.1.1")
|
||||
classpath(kotlin("gradle-plugin", version = Version.kotlin))
|
||||
classpath("org.jetbrains.compose:compose-gradle-plugin:1.0.0")
|
||||
// NOTE: Do not place your application dependencies here; they belong
|
||||
// in the individual module settings.gradle.kts files
|
||||
}
|
||||
plugins {
|
||||
id("com.android.application") version "7.1.1" apply false
|
||||
id("com.android.library") version "7.1.1" apply false
|
||||
id("org.jetbrains.kotlin.android") version Version.kotlin apply false
|
||||
// id("org.jetbrains.compose") version "1.0.0" apply false
|
||||
}
|
||||
|
||||
tasks.register<Delete>("clean").configure {
|
||||
|
||||
Reference in New Issue
Block a user