mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-11-10 05:53:18 +00:00
Added kotlin support
This commit is contained in:
committed by
John Wu
parent
8d4c407201
commit
888c656aa8
@@ -1,4 +1,16 @@
|
||||
apply plugin: 'com.android.application'
|
||||
apply plugin: 'kotlin-android-extensions'
|
||||
apply plugin: 'kotlin-android'
|
||||
apply plugin: 'kotlin-kapt'
|
||||
|
||||
kapt {
|
||||
correctErrorTypes = true
|
||||
useBuildCache = true
|
||||
mapDiagnosticLocations = true
|
||||
javacOptions {
|
||||
option("-Xmaxerrs", 1000)
|
||||
}
|
||||
}
|
||||
|
||||
android {
|
||||
defaultConfig {
|
||||
|
||||
Reference in New Issue
Block a user