|
dependencies {
|
|
implementation(project(":modules:ModuleCore"))
|
|
implementation("org.postgresql:postgresql:42.7.3")
|
|
implementation(libs.bundles.exposed)
|
|
implementation(libs.bundles.kotlinx.test)
|
|
testImplementation("com.appmattus.fixture:fixture:1.2.0")
|
|
}
|