Skip to content

Commit

Permalink
Remove redundant lib
Browse files Browse the repository at this point in the history
  • Loading branch information
dragneelfps committed Jul 23, 2022
1 parent 05f2313 commit 0e00f78
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ repositories {
}

dependencies {
implementation(Deps.kotlinLib)
implementation(Deps.ktorServerNetty)
implementation(Deps.logback)
implementation(Deps.ktorAuthJwt)
Expand Down
2 changes: 0 additions & 2 deletions buildSrc/src/main/kotlin/Deps.kt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ const val hikariVersion = "5.0.1"
const val koinVersion = "3.1.0"

object Deps {
const val kotlinLib = "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion"

const val ktorServerNetty = "io.ktor:ktor-server-netty:$ktorVersion"
const val ktorAuthJwt = "io.ktor:ktor-auth-jwt:$ktorVersion"
const val ktorJackson = "io.ktor:ktor-jackson:$ktorVersion"
Expand Down

1 comment on commit 0e00f78

@dragneelfps
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

RE: #7

Please sign in to comment.