-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move to Compose Compiler plugin, update compileSdk, Gradle, AGP, Kotl…
…in and dependencies compileSdk: 34 -> 35 Gradle: 8.10 -> 8.10.1 AGP: 8.5.2 -> 8.6.0 Kotlin: 1.9.24 -> 2.0.0 Lifecycle Runtime KTX: 2.8.4 -> 2.8.5 Compose BOM: 2024.08.00 -> 2024.09.01 Activity Compose: 1.9.1 -> 1.9.2 Navigation Compose: 2.7.7 -> 2.8.0
- Loading branch information
1 parent
d41d13b
commit 9632203
Showing
5 changed files
with
34 additions
and
35 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
plugins { | ||
alias(libs.plugins.androidApplication) apply false | ||
alias(libs.plugins.kotlinAndroid) apply false | ||
alias(libs.plugins.android.application) apply false | ||
alias(libs.plugins.kotlin.android) apply false | ||
alias(libs.plugins.compose.compiler) apply false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters