Commit e65f9740 authored by Viktor De Pasquale's avatar Viktor De Pasquale

Updated build tools & enabled incremental kapt

parent 7538f89b
...@@ -16,7 +16,7 @@ buildscript { ...@@ -16,7 +16,7 @@ buildscript {
} }
dependencies { dependencies {
classpath 'com.android.tools:r8:1.4.93' classpath 'com.android.tools:r8:1.4.93'
classpath 'com.android.tools.build:gradle:3.5.0-alpha13' classpath 'com.android.tools.build:gradle:3.5.0-beta01'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.31" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.31"
......
...@@ -27,3 +27,4 @@ android.enableJetifier=true ...@@ -27,3 +27,4 @@ android.enableJetifier=true
android.enableR8.fullMode=true android.enableR8.fullMode=true
android.injected.testOnly=false android.injected.testOnly=false
kapt.incremental.apt=true
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment