1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-08 05:47:05 +09:00

Tech | Remove deprecated Kotlin Android Extensions (#2108)

This commit is contained in:
Evgenii Kozlov 2022-02-15 12:30:48 +03:00 committed by GitHub
parent fa0df5a27f
commit bf0fb77e9e
Signed by: github
GPG key ID: 4AEE18F83AFDEB23
119 changed files with 2262 additions and 2077 deletions

View file

@ -1,6 +1,5 @@
apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
android {
def config = rootProject.extensions.getByName("ext")