1
0
mirror of https://github.com/owncloud/android-library.git synced 2025-06-07 16:06:08 +00:00

Replace kotlin android extensions with kotlin-parcelize

This commit is contained in:
Abel García de Prada 2021-04-28 17:13:03 +02:00 committed by Juan Carlos Garrote
parent 9436fbe16e
commit 2d6c875302

View File

@ -1,7 +1,7 @@
apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-kapt'
apply plugin: 'kotlin-android-extensions'
apply plugin: 'kotlin-parcelize'
dependencies {
api 'com.squareup.okhttp3:okhttp:4.6.0'