build(app): remove kotlinCompilerVersion

It is deprecated now

'ComposeOptions.kotlinCompilerVersion is deprecated. Compose now uses the kotlin compiler defined in your buildscript.'

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2021-01-28 13:38:30 +05:30
parent 929816c342
commit 07930d416d
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80

View file

@ -21,7 +21,6 @@ android {
buildFeatures.compose = true buildFeatures.compose = true
composeOptions { composeOptions {
kotlinCompilerVersion = "1.4.21"
kotlinCompilerExtensionVersion = Dependencies.COMPOSE_VERSION kotlinCompilerExtensionVersion = Dependencies.COMPOSE_VERSION
} }
} }