-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependencies and migrate to Material 3
This commit updates various dependencies, including Kotlin, AGP, Compose, and kotlinx libraries. It also migrates the UI from Material Design 2 to Material Design 3, replacing MaterialTheme with MaterialTheme3 and using corresponding components. Specific changes include: - Upgrading Kotlin to 1.9.20 - Upgrading AGP to 8.2.1 - Upgrading Compose to 1 .7.0-alpha01 - Upgrading kotlinx-serialization-json to 1.6.3 - Upgrading kotlinx-datetime to 0.6.0 - Upgrading kotlinx-coroutines-swing to 1.8.1 - Replacing MaterialTheme with MaterialTheme3 - Using Material 3 components like Card, CardDefaults, HorizontalDivider, etc. - Removing unused imports and annotations.
- Loading branch information
1 parent
ca5c029
commit 411b75d
Showing
11 changed files
with
137 additions
and
153 deletions.
There are no files selected for viewing
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
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
17 changes: 2 additions & 15 deletions
17
shared/src/commonMain/kotlin/com/example/travelapp_kmp/MainView.kt
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
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
5 changes: 2 additions & 3 deletions
5
shared/src/commonMain/kotlin/com/example/travelapp_kmp/listing/CountriesList.kt
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
Oops, something went wrong.