-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #48 from AdultOfNineteen/chore/issue-47
[Chore] 버전 카탈로그
- Loading branch information
Showing
29 changed files
with
312 additions
and
493 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,20 @@ | ||
@file:Suppress("DSL_SCOPE_VIOLATION") | ||
|
||
buildscript { | ||
dependencies { | ||
classpath(Dependency.HILT_ANDROID_GRADLE_PLUGIN) | ||
classpath(Dependency.KOTLIN_GRADLE_PLUGIN) | ||
classpath(Dependency.TOOLS_BUILD_GRADLE_PULGIN) | ||
classpath(libs.hilt.android.gradle.plugin) | ||
classpath(libs.kotlin.gradle.plugin) | ||
classpath(libs.tools.build.gradle.plugin) | ||
} | ||
} | ||
|
||
// 모든 하위 프로젝트/모듈에 공통적인 구성 옵션을 추가하는 최상위 빌드 | ||
plugins { | ||
with(Plugins) { | ||
id(ANDROID_APPLICATION) version Versions.AGP apply false | ||
id(ANDROID_LIBRARY) version Versions.AGP apply false | ||
id(JETBRAINS_KOTLIN_ANDROID) version Versions.KOTLIN apply false | ||
id(DAGGER_HILT_PLUGIN) version Versions.HILT apply false | ||
id(GOOGLE_SERVICES) version Versions.GOOGLE_SERVICES apply false | ||
id(FIREBASE_CRASHLYTICS) version Versions.FIREBASE_CRASHLYTICS apply false | ||
} | ||
} | ||
alias(libs.plugins.android.application) apply false | ||
alias(libs.plugins.android.library) apply false | ||
alias(libs.plugins.jetbrains.kotlin.android) apply false | ||
alias(libs.plugins.dagger.hilt.android) apply false | ||
alias(libs.plugins.google.services) apply false | ||
alias(libs.plugins.firebase.crashlytics) apply false | ||
} | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.