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 20dfb9b commit c0408b7Copy full SHA for c0408b7
android/build.gradle
@@ -1,6 +1,6 @@
1
buildscript {
2
ext {
3
- kotlinVersion = '1.6.0'
+ kotlinVersion = '1.7.20'
4
buildToolsVersion = '29.0.2'
5
compileSdkVersion = 29
6
targetSdkVersion = 29
@@ -20,7 +20,6 @@ buildscript {
20
21
apply plugin: 'com.android.library'
22
apply plugin: 'kotlin-android'
23
-apply plugin: 'kotlin-android-extensions'
24
25
def DEFAULT_COMPILE_SDK_VERSION = 28
26
def DEFAULT_BUILD_TOOLS_VERSION = "28.0.3"
@@ -46,6 +45,9 @@ android {
46
45
lintOptions {
47
abortOnError false
48
}
+ buildFeatures {
49
+ viewBinding true
50
+ }
51
52
53
repositories {
0 commit comments