You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor: Move DetailScreen and ViewModel to separate detail package
- Moved `DetailScreen.kt`, `DetailViewModel.kt` and `KotlinTopicDetails.kt` to a new `detail` subpackage within the `ui.screens` and `data` packages respectively.
- Updated package declarations and import statements accordingly.
Copy file name to clipboardExpand all lines: composeApp/src/commonMain/kotlin/com/developersbreach/kotlindictionarymultiplatform/data/detail/KotlinTopicDetails.kt
Copy file name to clipboardExpand all lines: composeApp/src/commonMain/kotlin/com/developersbreach/kotlindictionarymultiplatform/ui/screens/detail/DetailScreen.kt
Copy file name to clipboardExpand all lines: composeApp/src/commonMain/kotlin/com/developersbreach/kotlindictionarymultiplatform/ui/screens/detail/DetailViewModel.kt
0 commit comments