File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
22
3+ apply plugin : ' kotlin-android'
4+
5+ apply plugin : ' kotlin-android-extensions'
6+
37android {
48 compileSdkVersion 29
59 buildToolsVersion rootProject. buildToolsVersion
Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
33buildscript {
4- ext. kotlin_version = ' 1.3.10 '
4+ ext. kotlin_version = ' 1.3.72 '
55 repositories {
66 // Insert local test repo here
77 jcenter()
Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
33buildscript {
4- ext. kotlin_version = ' 1.3.21 '
4+ ext. kotlin_version = ' 1.3.72 '
55 repositories {
66 google()
77 jcenter()
You can’t perform that action at this time.
0 commit comments