1
0
mirror of https://github.com/owncloud/android-library.git synced 2026-08-21 21:33:08 +00:00

Convert used classes to Kotlin

This commit is contained in:
davigonz
2019-03-01 12:20:08 +01:00
parent 3c6f476176
commit 91ffc87014
16 changed files with 1555 additions and 1731 deletions
+3 -1
View File
@@ -1,8 +1,10 @@
apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-kapt'
dependencies {
api 'com.squareup.okhttp3:okhttp:3.12.0'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.11"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion"
api 'com.gitlab.ownclouders:dav4android:oc_support_1.0.1'
}