Skip to content

Commit

Permalink
Removed android specific build configs
Browse files Browse the repository at this point in the history
Str3l0k committed May 2, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 5dc72a0 commit 5091415
Showing 5 changed files with 0 additions and 98 deletions.
1 change: 0 additions & 1 deletion build-config/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -9,7 +9,6 @@ repositories {
}

dependencies {
implementation(libs.build.gradle)
implementation(libs.build.kotlin.plugin)
implementation(libs.build.maven.central.publish.plugin)
}
38 changes: 0 additions & 38 deletions build-config/src/main/kotlin/android-application-config.gradle.kts

This file was deleted.

This file was deleted.

40 changes: 0 additions & 40 deletions build-config/src/main/kotlin/android-library-config.gradle.kts

This file was deleted.

1 change: 0 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -26,7 +26,6 @@ kotest-runner = { group = "io.kotest", name = "kotest-runner-junit5", version.re
kotest-datatest = { group = "io.kotest", name = "kotest-framework-datatest", version.ref = "kotest" }

# build-config dependencies
build-gradle = { module = "com.android.tools.build:gradle", version.ref = "agp" }
build-kotlin-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin-lang" }
build-maven-central-publish-plugin = { module = "com.vanniktech:gradle-maven-publish-plugin", version = "0.28.0" }

0 comments on commit 5091415

Please sign in to comment.