mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-04-23 07:39:11 +00:00
chore(gradle): remove Kotlin plugin warning
This removes the warning `Kotlin plugin should be enabled before 'kotlin-android-extensions'`.
This commit is contained in:
parent
1b2c69fea2
commit
7f5a09a576
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
apply plugin: 'com.android.application'
|
apply plugin: 'com.android.application'
|
||||||
apply plugin: 'kotlin-android-extensions'
|
|
||||||
apply plugin: 'kotlin-android'
|
apply plugin: 'kotlin-android'
|
||||||
|
apply plugin: 'kotlin-android-extensions'
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 29
|
compileSdkVersion 29
|
||||||
|
|
Loading…
Add table
Reference in a new issue