Skip to content

Commit

Permalink
fix: maven repository 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
anymate98 committed Jan 15, 2024
1 parent 51f413f commit dee8af1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
google()
mavenCentral()
gradlePluginPortal()
maven { setUrl("https://jitpack.io") }
}
dependencies {
classpath("org.jetbrains.kotlin:kotlin-serialization:${Versions.kotlin_stdlib_jdk}")
Expand All @@ -17,6 +20,7 @@ allprojects {
repositories {
google()
mavenCentral()
gradlePluginPortal()
maven { setUrl("https://jitpack.io") }
}
}
Expand Down

0 comments on commit dee8af1

Please sign in to comment.