We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fde6e97 commit a2e2acaCopy full SHA for a2e2aca
build.gradle
@@ -26,6 +26,7 @@ jar {
26
dependencies {
27
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
28
testCompile group: 'junit', name: 'junit', version: '4.12'
29
+ implementation 'com.squareup.okhttp3:okhttp:4.7.2'
30
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.7'
31
implementation 'com.microsoft.sqlserver:mssql-jdbc:8.2.2.jre8'
32
implementation 'com.typesafe:config:1.3.3'
0 commit comments