Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Nov 1, 2021. It is now read-only.

Commit 3dc0d67

Browse files
committed
fix: buildscript moved back to gradle
1 parent 18f7365 commit 3dc0d67

File tree

3 files changed

+10
-13
lines changed

3 files changed

+10
-13
lines changed

‎app/build.gradle.kts‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ dependencies {
5656
implementation(codeeCore)
5757
implementation(scriptingDependencies)
5858
implementation(coroutines)
59-
6059
testImplementation(jUnit)
6160
androidTestImplementation(composeJUNIT)
6261
}

‎build.gradle.kts‎

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
defaultBuildScript()
1+
buildscript {
2+
repositories {
3+
google()
4+
mavenCentral()
5+
}
6+
dependencies {
7+
classpath(androidBuildTools)
8+
classpath(kotlinGradlePlugin)
9+
}
10+
}
211

312
tasks.register("clean", Delete::class) {
413
delete(rootProject.buildDir)

‎buildSrc/src/main/kotlin/Projects.kt‎

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,4 @@ fun Project.coreDeploy() {
3535
deployTaskName = "release"
3636
}
3737
}
38-
}
39-
40-
fun Project.defaultBuildScript() = buildscript {
41-
repositories {
42-
google()
43-
mavenCentral()
44-
}
45-
dependencies {
46-
classpath(androidBuildTools)
47-
classpath(kotlinGradlePlugin)
48-
}
4938
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /