build: update Kotlin and AGP

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-09-11 23:10:40 +05:30
parent 4ec76766d0
commit e3301801b7
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
2 changed files with 3 additions and 4 deletions

View file

@ -20,7 +20,7 @@ android {
}
composeOptions {
kotlinCompilerVersion '1.4.0'
kotlinCompilerVersion "${kotlin_version}"
kotlinCompilerExtensionVersion "${compose_version}"
}
}