chore: rework dependency declaration

This commit is contained in:
Harsh Shandilya 2023-05-07 02:49:41 +05:30
parent c93d2f73a9
commit 3dfd2d7862
6 changed files with 14 additions and 15 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright © 2022 Harsh Shandilya.
* Copyright © 2022-2023 Harsh Shandilya.
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
@ -7,6 +7,6 @@
plugins { id("dev.msfjarvis.claw.kotlin-jvm") }
dependencies {
api(libs.javax.inject)
api(libs.kotlinx.coroutines.core)
implementation(libs.javax.inject)
}