mirror of
https://github.com/smyalygames/checklist-tester.git
synced 2025-11-30 01:39:38 +01:00
refactor(connector): make version numbers into variables
This commit is contained in:
@@ -27,7 +27,7 @@ kotlin {
|
||||
implementation("app.cash.sqldelight:coroutines-extensions:$sqlDelightVersion")
|
||||
implementation("org.jetbrains.kotlinx:kotlinx-datetime:$dateTimeVersion")
|
||||
implementation("org.slf4j:slf4j-api:$sl4jVersion")
|
||||
implementation("org.slf4j:slf4j-reload4j:2.0.12")
|
||||
implementation("org.slf4j:slf4j-reload4j:$sl4jVersion")
|
||||
}
|
||||
commonTest.dependencies {
|
||||
implementation(libs.kotlin.test)
|
||||
|
||||
Reference in New Issue
Block a user