-
-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2752c7c
commit 80cfa2e
Showing
51 changed files
with
137 additions
and
310 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
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
6 changes: 3 additions & 3 deletions
6
...s/settings/ktx/GenderStringKtx.android.kt → .../movies/ui/ktx/GenderStringKtx.android.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
package org.michaelbel.movies.settings.ktx | ||
package org.michaelbel.movies.ui.ktx | ||
|
||
import androidx.compose.runtime.Composable | ||
import androidx.compose.ui.res.stringResource | ||
import org.michaelbel.movies.settings_impl.R | ||
import org.michaelbel.movies.ui.R | ||
|
||
internal actual val SettingsGenderText: String | ||
actual val SettingsGenderText: String | ||
@Composable get() = stringResource(R.string.settings_gender) |
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
2 changes: 1 addition & 1 deletion
2
...michaelbel/movies/settings/ktx/TileKtx.kt → ...chaelbel/movies/ui/ktx/TileKtx.android.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
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
3 changes: 3 additions & 0 deletions
3
core/ui/src/commonMain/kotlin/org/michaelbel/movies/ui/ktx/GenderStringKtx.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package org.michaelbel.movies.ui.ktx | ||
|
||
expect val SettingsGenderText: String |
2 changes: 1 addition & 1 deletion
2
...michaelbel/movies/settings/ktx/TileKtx.kt → ...n/org/michaelbel/movies/ui/ktx/TileKtx.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
4 changes: 2 additions & 2 deletions
4
...ovies/settings/ktx/GenderStringKtx.ios.kt → ...lbel/movies/ui/ktx/GenderStringKtx.ios.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
package org.michaelbel.movies.settings.ktx | ||
package org.michaelbel.movies.ui.ktx | ||
|
||
import androidx.compose.runtime.Composable | ||
import org.jetbrains.compose.resources.stringResource | ||
import org.michaelbel.movies.ui.strings.MoviesStrings | ||
|
||
internal actual val SettingsGenderText: String | ||
actual val SettingsGenderText: String | ||
@Composable get() = stringResource(MoviesStrings.settings_gender) |
2 changes: 1 addition & 1 deletion
2
...michaelbel/movies/settings/ktx/TileKtx.kt → ...g/michaelbel/movies/ui/ktx/TileKtx.ios.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
4 changes: 2 additions & 2 deletions
4
...s/settings/ktx/GenderStringKtx.desktop.kt → .../movies/ui/ktx/GenderStringKtx.desktop.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
package org.michaelbel.movies.settings.ktx | ||
package org.michaelbel.movies.ui.ktx | ||
|
||
import androidx.compose.runtime.Composable | ||
import org.jetbrains.compose.resources.stringResource | ||
import org.michaelbel.movies.ui.strings.MoviesStrings | ||
|
||
internal actual val SettingsGenderText: String | ||
actual val SettingsGenderText: String | ||
@Composable get() = stringResource(MoviesStrings.settings_gender) |
2 changes: 1 addition & 1 deletion
2
...michaelbel/movies/settings/ktx/TileKtx.kt → ...chaelbel/movies/ui/ktx/TileKtx.desktop.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
3 changes: 1 addition & 2 deletions
3
...ovies/settings/ktx/AppWidgetManagerKtx.kt → ...widget/ktx/AppWidgetManagerKtx.android.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
2 changes: 1 addition & 1 deletion
2
...ovies/settings/ktx/AppWidgetManagerKtx.kt → .../movies/widget/ktx/AppWidgetManagerKtx.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
2 changes: 1 addition & 1 deletion
2
...ovies/settings/ktx/AppWidgetManagerKtx.kt → ...ies/widget/ktx/AppWidgetManagerKtx.ios.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
2 changes: 1 addition & 1 deletion
2
...ovies/settings/ktx/AppWidgetManagerKtx.kt → ...widget/ktx/AppWidgetManagerKtx.desktop.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
11 changes: 0 additions & 11 deletions
11
...ndroidMain/kotlin/org/michaelbel/movies/settings/gender/di/GrammaticalGenderKoinModule.kt
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.