Skip to content

Commit

Permalink
Drop Kotlin Compiler to 1.7.0 (from 1.7.10) to support Compose
Browse files Browse the repository at this point in the history
  • Loading branch information
isaac-udy committed Aug 1, 2022
1 parent eec5963 commit 6b4fafd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencyResolutionManagement {
library("compose-materialIcons", "androidx.compose.material:material-icons-core:1.2.0")
library("compose-materialIconsExtended", "androidx.compose.material:material-icons-extended:1.2.0")

library("kotlin-gradle", "org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10")
library("kotlin-gradle", "org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.0")
library("kotlin-stdLib", "org.jetbrains.kotlin:kotlin-stdlib:1.7.10")

library("hilt-gradle", "com.google.dagger:hilt-android-gradle-plugin:2.43")
Expand Down

0 comments on commit 6b4fafd

Please sign in to comment.