From 35bc91761ad1f8336f331c6b04cff8bf4d9ae064 Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Mon, 24 Aug 2020 14:28:34 -0300 Subject: Upgrade to Kotlin 1.4 --- merchant-lib/build.gradle | 2 -- 1 file changed, 2 deletions(-) (limited to 'merchant-lib/build.gradle') diff --git a/merchant-lib/build.gradle b/merchant-lib/build.gradle index 5082253..9b349ea 100644 --- a/merchant-lib/build.gradle +++ b/merchant-lib/build.gradle @@ -47,8 +47,6 @@ android { dependencies { api project(":taler-kotlin-android") - implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" - api "io.ktor:ktor-client:$ktor_version" api "io.ktor:ktor-client-okhttp:$ktor_version" api "io.ktor:ktor-client-serialization-jvm:$ktor_version" -- cgit v1.2.3