Skip to content

Commit

Permalink
build: 불필요한 buildScript 코드 삭제 (#485)
Browse files Browse the repository at this point in the history
  • Loading branch information
murjune authored Dec 18, 2024
1 parent 97e4278 commit ff6de04
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
14 changes: 0 additions & 14 deletions android/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,19 +1,5 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

buildscript {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}

dependencies {
classpath(libs.kotlin.gradleplugin)
classpath(libs.agp)
classpath(libs.ktlint)
}
}

plugins {
alias(libs.plugins.android.application) apply false
alias(libs.plugins.android.library) apply false
Expand Down
3 changes: 0 additions & 3 deletions android/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,10 @@ mockk = "1.13.9"
firebaseCrashlyticsBuildtools = "3.0.2"

[libraries]
agp = { module = "com.android.tools.build:gradle", version.ref = "agp" }

# kotlin
balloon = { module = "com.github.skydoves:balloon", version.ref = "balloon" }
kotlin = { group = "org.jetbrains.kotlin", name = "kotlin-stdlib", version.ref = "kotlin" }
kotlin-gradleplugin = { group = "org.jetbrains.kotlin", name = "kotlin-gradle-plugin", version.ref = "kotlin" }
kotlin-serialization-json = { group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-json", version.ref = "kotlinx-serialization-json" }

# koin
Expand Down Expand Up @@ -127,7 +125,6 @@ mockk = { module = "io.mockk:mockk", version.ref = "mockk" }
mockk-webserver = { module = "com.squareup.okhttp3:mockwebserver", version.ref = "okhttp" }

# third party
ktlint = { module = "org.jlleitschuh.gradle:ktlint-gradle", version.ref = "ktlint" }
okhttp-bom = { module = "com.squareup.okhttp3:okhttp-bom", version.ref = "okhttp" }
okhttp = { module = "com.squareup.okhttp3:okhttp" }
okhttp-logging-interceptor = { module = "com.squareup.okhttp3:logging-interceptor" }
Expand Down

0 comments on commit ff6de04

Please sign in to comment.