mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-17 23:47:02 +05:30
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:
parent
929816c342
commit
07930d416d
1 changed files with 0 additions and 1 deletions
|
@ -21,7 +21,6 @@ android {
|
|||
buildFeatures.compose = true
|
||||
|
||||
composeOptions {
|
||||
kotlinCompilerVersion = "1.4.21"
|
||||
kotlinCompilerExtensionVersion = Dependencies.COMPOSE_VERSION
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue