diff --git a/app/src/androidTest/kotlin/ru/pixnews/PixnewsComponentsFactory.kt b/app/src/androidTest/kotlin/PixnewsComponentsFactory.kt similarity index 100% rename from app/src/androidTest/kotlin/ru/pixnews/PixnewsComponentsFactory.kt rename to app/src/androidTest/kotlin/PixnewsComponentsFactory.kt diff --git a/app/src/androidTest/kotlin/ru/pixnews/feature/calendar/ui/CalendarFeedWidthOnMediumSizeTest.kt b/app/src/androidTest/kotlin/feature/calendar/ui/CalendarFeedWidthOnMediumSizeTest.kt similarity index 100% rename from app/src/androidTest/kotlin/ru/pixnews/feature/calendar/ui/CalendarFeedWidthOnMediumSizeTest.kt rename to app/src/androidTest/kotlin/feature/calendar/ui/CalendarFeedWidthOnMediumSizeTest.kt diff --git a/app/src/androidTest/kotlin/ru/pixnews/feature/calendar/ui/CalendarScreenFeedPaddingsTest.kt b/app/src/androidTest/kotlin/feature/calendar/ui/CalendarScreenFeedPaddingsTest.kt similarity index 100% rename from app/src/androidTest/kotlin/ru/pixnews/feature/calendar/ui/CalendarScreenFeedPaddingsTest.kt rename to app/src/androidTest/kotlin/feature/calendar/ui/CalendarScreenFeedPaddingsTest.kt diff --git a/app/src/androidTest/kotlin/ru/pixnews/feature/calendar/ui/CalendarScreenLoadingStatesTest.kt b/app/src/androidTest/kotlin/feature/calendar/ui/CalendarScreenLoadingStatesTest.kt similarity index 100% rename from app/src/androidTest/kotlin/ru/pixnews/feature/calendar/ui/CalendarScreenLoadingStatesTest.kt rename to app/src/androidTest/kotlin/feature/calendar/ui/CalendarScreenLoadingStatesTest.kt diff --git a/app/src/androidTest/kotlin/ru/pixnews/feature/calendar/ui/CalendarScreenVerticalPaddingsTest.kt b/app/src/androidTest/kotlin/feature/calendar/ui/CalendarScreenVerticalPaddingsTest.kt similarity index 100% rename from app/src/androidTest/kotlin/ru/pixnews/feature/calendar/ui/CalendarScreenVerticalPaddingsTest.kt rename to app/src/androidTest/kotlin/feature/calendar/ui/CalendarScreenVerticalPaddingsTest.kt diff --git a/app/src/androidTest/kotlin/ru/pixnews/feature/calendar/ui/header/CalendarHeaderTestFixtures.kt b/app/src/androidTest/kotlin/feature/calendar/ui/header/CalendarHeaderTestFixtures.kt similarity index 100% rename from app/src/androidTest/kotlin/ru/pixnews/feature/calendar/ui/header/CalendarHeaderTestFixtures.kt rename to app/src/androidTest/kotlin/feature/calendar/ui/header/CalendarHeaderTestFixtures.kt diff --git a/app/src/androidTest/kotlin/ru/pixnews/feature/calendar/ui/header/CalendarScreenHeaderPaddingsTest.kt b/app/src/androidTest/kotlin/feature/calendar/ui/header/CalendarScreenHeaderPaddingsTest.kt similarity index 100% rename from app/src/androidTest/kotlin/ru/pixnews/feature/calendar/ui/header/CalendarScreenHeaderPaddingsTest.kt rename to app/src/androidTest/kotlin/feature/calendar/ui/header/CalendarScreenHeaderPaddingsTest.kt diff --git a/app/src/androidTest/kotlin/ru/pixnews/feature/calendar/util/DateLocalizationTest.kt b/app/src/androidTest/kotlin/feature/calendar/util/DateLocalizationTest.kt similarity index 100% rename from app/src/androidTest/kotlin/ru/pixnews/feature/calendar/util/DateLocalizationTest.kt rename to app/src/androidTest/kotlin/feature/calendar/util/DateLocalizationTest.kt diff --git a/app/src/androidTest/kotlin/ru/pixnews/feature/navigation/BottomBarElement.kt b/app/src/androidTest/kotlin/feature/navigation/BottomBarElement.kt similarity index 100% rename from app/src/androidTest/kotlin/ru/pixnews/feature/navigation/BottomBarElement.kt rename to app/src/androidTest/kotlin/feature/navigation/BottomBarElement.kt diff --git a/app/src/androidTest/kotlin/ru/pixnews/feature/navigation/FakeNavHost.kt b/app/src/androidTest/kotlin/feature/navigation/FakeNavHost.kt similarity index 100% rename from app/src/androidTest/kotlin/ru/pixnews/feature/navigation/FakeNavHost.kt rename to app/src/androidTest/kotlin/feature/navigation/FakeNavHost.kt diff --git a/app/src/androidTest/kotlin/ru/pixnews/feature/navigation/NavigationTest.kt b/app/src/androidTest/kotlin/feature/navigation/NavigationTest.kt similarity index 100% rename from app/src/androidTest/kotlin/ru/pixnews/feature/navigation/NavigationTest.kt rename to app/src/androidTest/kotlin/feature/navigation/NavigationTest.kt diff --git a/app/src/androidTest/kotlin/ru/pixnews/feature/root/FirstScreenTest.kt b/app/src/androidTest/kotlin/feature/root/FirstScreenTest.kt similarity index 100% rename from app/src/androidTest/kotlin/ru/pixnews/feature/root/FirstScreenTest.kt rename to app/src/androidTest/kotlin/feature/root/FirstScreenTest.kt diff --git a/app/src/androidTest/kotlin/ru/pixnews/feature/root/SystemBarsTest.kt b/app/src/androidTest/kotlin/feature/root/SystemBarsTest.kt similarity index 100% rename from app/src/androidTest/kotlin/ru/pixnews/feature/root/SystemBarsTest.kt rename to app/src/androidTest/kotlin/feature/root/SystemBarsTest.kt diff --git a/app/src/androidTest/kotlin/ru/pixnews/feature/root/test/PixnewsRootNavigationStateTest.kt b/app/src/androidTest/kotlin/feature/root/test/PixnewsRootNavigationStateTest.kt similarity index 100% rename from app/src/androidTest/kotlin/ru/pixnews/feature/root/test/PixnewsRootNavigationStateTest.kt rename to app/src/androidTest/kotlin/feature/root/test/PixnewsRootNavigationStateTest.kt diff --git a/app/src/androidTest/kotlin/ru/pixnews/foundation/database/migration/DatabaseFixtures.kt b/app/src/androidTest/kotlin/foundation/database/migration/DatabaseFixtures.kt similarity index 100% rename from app/src/androidTest/kotlin/ru/pixnews/foundation/database/migration/DatabaseFixtures.kt rename to app/src/androidTest/kotlin/foundation/database/migration/DatabaseFixtures.kt diff --git a/app/src/androidTest/kotlin/ru/pixnews/foundation/database/migration/PixnewsDatabaseMigrationTest.kt b/app/src/androidTest/kotlin/foundation/database/migration/PixnewsDatabaseMigrationTest.kt similarity index 100% rename from app/src/androidTest/kotlin/ru/pixnews/foundation/database/migration/PixnewsDatabaseMigrationTest.kt rename to app/src/androidTest/kotlin/foundation/database/migration/PixnewsDatabaseMigrationTest.kt diff --git a/app/src/androidTest/kotlin/ru/pixnews/foundation/ui/design/card/PixnewsGameCardGridSmallTest.kt b/app/src/androidTest/kotlin/foundation/ui/design/card/PixnewsGameCardGridSmallTest.kt similarity index 100% rename from app/src/androidTest/kotlin/ru/pixnews/foundation/ui/design/card/PixnewsGameCardGridSmallTest.kt rename to app/src/androidTest/kotlin/foundation/ui/design/card/PixnewsGameCardGridSmallTest.kt diff --git a/app/src/androidTest/kotlin/ru/pixnews/foundation/ui/design/card/PixnewsGameCardTest.kt b/app/src/androidTest/kotlin/foundation/ui/design/card/PixnewsGameCardTest.kt similarity index 100% rename from app/src/androidTest/kotlin/ru/pixnews/foundation/ui/design/card/PixnewsGameCardTest.kt rename to app/src/androidTest/kotlin/foundation/ui/design/card/PixnewsGameCardTest.kt diff --git a/app/src/androidTest/kotlin/ru/pixnews/foundation/ui/design/card/element/GameCardHeadlineElement.kt b/app/src/androidTest/kotlin/foundation/ui/design/card/element/GameCardHeadlineElement.kt similarity index 100% rename from app/src/androidTest/kotlin/ru/pixnews/foundation/ui/design/card/element/GameCardHeadlineElement.kt rename to app/src/androidTest/kotlin/foundation/ui/design/card/element/GameCardHeadlineElement.kt diff --git a/app/src/androidTest/kotlin/ru/pixnews/foundation/ui/design/card/element/PixnewsGameCardElement.kt b/app/src/androidTest/kotlin/foundation/ui/design/card/element/PixnewsGameCardElement.kt similarity index 100% rename from app/src/androidTest/kotlin/ru/pixnews/foundation/ui/design/card/element/PixnewsGameCardElement.kt rename to app/src/androidTest/kotlin/foundation/ui/design/card/element/PixnewsGameCardElement.kt diff --git a/app/src/androidTest/kotlin/ru/pixnews/foundation/ui/design/card/element/PixnewsGameCardGridSmallElement.kt b/app/src/androidTest/kotlin/foundation/ui/design/card/element/PixnewsGameCardGridSmallElement.kt similarity index 100% rename from app/src/androidTest/kotlin/ru/pixnews/foundation/ui/design/card/element/PixnewsGameCardGridSmallElement.kt rename to app/src/androidTest/kotlin/foundation/ui/design/card/element/PixnewsGameCardGridSmallElement.kt diff --git a/app/src/androidTest/kotlin/ru/pixnews/foundation/ui/design/util/UpcomingReleaseDateLocalizationTest.kt b/app/src/androidTest/kotlin/foundation/ui/design/util/UpcomingReleaseDateLocalizationTest.kt similarity index 100% rename from app/src/androidTest/kotlin/ru/pixnews/foundation/ui/design/util/UpcomingReleaseDateLocalizationTest.kt rename to app/src/androidTest/kotlin/foundation/ui/design/util/UpcomingReleaseDateLocalizationTest.kt diff --git a/app/src/androidTest/kotlin/ru/pixnews/foundation/ui/theme/ThemeTest.kt b/app/src/androidTest/kotlin/foundation/ui/theme/ThemeTest.kt similarity index 100% rename from app/src/androidTest/kotlin/ru/pixnews/foundation/ui/theme/ThemeTest.kt rename to app/src/androidTest/kotlin/foundation/ui/theme/ThemeTest.kt diff --git a/app/src/androidTest/kotlin/ru/pixnews/inject/MockResourcesHolder.kt b/app/src/androidTest/kotlin/inject/MockResourcesHolder.kt similarity index 100% rename from app/src/androidTest/kotlin/ru/pixnews/inject/MockResourcesHolder.kt rename to app/src/androidTest/kotlin/inject/MockResourcesHolder.kt diff --git a/app/src/androidTest/kotlin/ru/pixnews/inject/MockWebServerHolder.kt b/app/src/androidTest/kotlin/inject/MockWebServerHolder.kt similarity index 100% rename from app/src/androidTest/kotlin/ru/pixnews/inject/MockWebServerHolder.kt rename to app/src/androidTest/kotlin/inject/MockWebServerHolder.kt diff --git a/app/src/androidTest/kotlin/ru/pixnews/inject/TestAnalyticsModule.kt b/app/src/androidTest/kotlin/inject/TestAnalyticsModule.kt similarity index 100% rename from app/src/androidTest/kotlin/ru/pixnews/inject/TestAnalyticsModule.kt rename to app/src/androidTest/kotlin/inject/TestAnalyticsModule.kt diff --git a/app/src/androidTest/kotlin/ru/pixnews/inject/TestFeatureManagerModule.kt b/app/src/androidTest/kotlin/inject/TestFeatureManagerModule.kt similarity index 100% rename from app/src/androidTest/kotlin/ru/pixnews/inject/TestFeatureManagerModule.kt rename to app/src/androidTest/kotlin/inject/TestFeatureManagerModule.kt diff --git a/app/src/androidTest/kotlin/ru/pixnews/inject/TestFirebaseModule.kt b/app/src/androidTest/kotlin/inject/TestFirebaseModule.kt similarity index 100% rename from app/src/androidTest/kotlin/ru/pixnews/inject/TestFirebaseModule.kt rename to app/src/androidTest/kotlin/inject/TestFirebaseModule.kt diff --git a/app/src/androidTest/kotlin/ru/pixnews/inject/TestLoggingModule.kt b/app/src/androidTest/kotlin/inject/TestLoggingModule.kt similarity index 100% rename from app/src/androidTest/kotlin/ru/pixnews/inject/TestLoggingModule.kt rename to app/src/androidTest/kotlin/inject/TestLoggingModule.kt diff --git a/app/src/androidTest/kotlin/ru/pixnews/inject/TestNetworkModule.kt b/app/src/androidTest/kotlin/inject/TestNetworkModule.kt similarity index 100% rename from app/src/androidTest/kotlin/ru/pixnews/inject/TestNetworkModule.kt rename to app/src/androidTest/kotlin/inject/TestNetworkModule.kt diff --git a/app/src/androidTest/kotlin/ru/pixnews/inject/TestPixnewsAppComponent.kt b/app/src/androidTest/kotlin/inject/TestPixnewsAppComponent.kt similarity index 100% rename from app/src/androidTest/kotlin/ru/pixnews/inject/TestPixnewsAppComponent.kt rename to app/src/androidTest/kotlin/inject/TestPixnewsAppComponent.kt diff --git a/app/src/androidTest/kotlin/ru/pixnews/inject/TestPixnewsAppConfig.kt b/app/src/androidTest/kotlin/inject/TestPixnewsAppConfig.kt similarity index 100% rename from app/src/androidTest/kotlin/ru/pixnews/inject/TestPixnewsAppConfig.kt rename to app/src/androidTest/kotlin/inject/TestPixnewsAppConfig.kt diff --git a/app/src/androidTest/kotlin/ru/pixnews/inject/data/MockObserveUpcomingReleasesByDateUseCase.kt b/app/src/androidTest/kotlin/inject/data/MockObserveUpcomingReleasesByDateUseCase.kt similarity index 96% rename from app/src/androidTest/kotlin/ru/pixnews/inject/data/MockObserveUpcomingReleasesByDateUseCase.kt rename to app/src/androidTest/kotlin/inject/data/MockObserveUpcomingReleasesByDateUseCase.kt index 4510de7e..74470c14 100644 --- a/app/src/androidTest/kotlin/ru/pixnews/inject/data/MockObserveUpcomingReleasesByDateUseCase.kt +++ b/app/src/androidTest/kotlin/inject/data/MockObserveUpcomingReleasesByDateUseCase.kt @@ -16,7 +16,7 @@ import kotlinx.coroutines.flow.flow import ru.pixnews.domain.model.game.GameField import ru.pixnews.feature.calendar.data.domain.upcoming.ObserveUpcomingReleasesByDateUseCase import ru.pixnews.feature.calendar.data.domain.upcoming.ObserveUpcomingReleasesByDateUseCase.UpcomingRelease -import ru.pixnews.feature.calendar.domain.upcoming.DefaultObserveUpcomingReleasesByDateUseCase +import ru.pixnews.feature.calendar.data.subdomain.upcoming.DefaultObserveUpcomingReleasesByDateUseCase import ru.pixnews.foundation.di.base.scopes.AppScope import javax.inject.Inject diff --git a/app/src/androidTest/kotlin/ru/pixnews/inject/initializer/StartMockServerInitializer.kt b/app/src/androidTest/kotlin/inject/initializer/StartMockServerInitializer.kt similarity index 100% rename from app/src/androidTest/kotlin/ru/pixnews/inject/initializer/StartMockServerInitializer.kt rename to app/src/androidTest/kotlin/inject/initializer/StartMockServerInitializer.kt diff --git a/app/src/androidTest/kotlin/ru/pixnews/inject/initializer/TestFirebaseInitializer.kt b/app/src/androidTest/kotlin/inject/initializer/TestFirebaseInitializer.kt similarity index 100% rename from app/src/androidTest/kotlin/ru/pixnews/inject/initializer/TestFirebaseInitializer.kt rename to app/src/androidTest/kotlin/inject/initializer/TestFirebaseInitializer.kt diff --git a/app/src/androidTest/kotlin/ru/pixnews/inject/initializer/TestPixnewsAppInitializerComponent.kt b/app/src/androidTest/kotlin/inject/initializer/TestPixnewsAppInitializerComponent.kt similarity index 100% rename from app/src/androidTest/kotlin/ru/pixnews/inject/initializer/TestPixnewsAppInitializerComponent.kt rename to app/src/androidTest/kotlin/inject/initializer/TestPixnewsAppInitializerComponent.kt diff --git a/app/src/androidTest/kotlin/ru/pixnews/inject/initializer/TestStrictModeInitializer.kt b/app/src/androidTest/kotlin/inject/initializer/TestStrictModeInitializer.kt similarity index 100% rename from app/src/androidTest/kotlin/ru/pixnews/inject/initializer/TestStrictModeInitializer.kt rename to app/src/androidTest/kotlin/inject/initializer/TestStrictModeInitializer.kt diff --git a/app/src/androidTest/kotlin/ru/pixnews/library/compose/utils/placeholder/PlaceholderTest.kt b/app/src/androidTest/kotlin/library/compose/utils/placeholder/PlaceholderTest.kt similarity index 100% rename from app/src/androidTest/kotlin/ru/pixnews/library/compose/utils/placeholder/PlaceholderTest.kt rename to app/src/androidTest/kotlin/library/compose/utils/placeholder/PlaceholderTest.kt diff --git a/app/src/androidTest/kotlin/ru/pixnews/test/assumption/NetworkAssumptions.kt b/app/src/androidTest/kotlin/test/assumption/NetworkAssumptions.kt similarity index 100% rename from app/src/androidTest/kotlin/ru/pixnews/test/assumption/NetworkAssumptions.kt rename to app/src/androidTest/kotlin/test/assumption/NetworkAssumptions.kt diff --git a/app/src/androidTest/kotlin/ru/pixnews/test/assumption/UpcomingReleaseUseCaseAssumptions.kt b/app/src/androidTest/kotlin/test/assumption/UpcomingReleaseUseCaseAssumptions.kt similarity index 100% rename from app/src/androidTest/kotlin/ru/pixnews/test/assumption/UpcomingReleaseUseCaseAssumptions.kt rename to app/src/androidTest/kotlin/test/assumption/UpcomingReleaseUseCaseAssumptions.kt diff --git a/app/src/benchmark/kotlin/ru/pixnews/inject/LoggingModule.kt b/app/src/benchmark/kotlin/inject/LoggingModule.kt similarity index 100% rename from app/src/benchmark/kotlin/ru/pixnews/inject/LoggingModule.kt rename to app/src/benchmark/kotlin/inject/LoggingModule.kt diff --git a/app/src/benchmark/kotlin/ru/pixnews/inject/NoOpAnalyticsModule.kt b/app/src/benchmark/kotlin/inject/NoOpAnalyticsModule.kt similarity index 100% rename from app/src/benchmark/kotlin/ru/pixnews/inject/NoOpAnalyticsModule.kt rename to app/src/benchmark/kotlin/inject/NoOpAnalyticsModule.kt diff --git a/app/src/debug/kotlin/ru/pixnews/inject/DebugStrictModeInitializerModule.kt b/app/src/debug/kotlin/inject/DebugStrictModeInitializerModule.kt similarity index 100% rename from app/src/debug/kotlin/ru/pixnews/inject/DebugStrictModeInitializerModule.kt rename to app/src/debug/kotlin/inject/DebugStrictModeInitializerModule.kt diff --git a/app/src/debug/kotlin/ru/pixnews/inject/LoggingModule.kt b/app/src/debug/kotlin/inject/LoggingModule.kt similarity index 100% rename from app/src/debug/kotlin/ru/pixnews/inject/LoggingModule.kt rename to app/src/debug/kotlin/inject/LoggingModule.kt diff --git a/app/src/main/kotlin/ru/pixnews/MainActivity.kt b/app/src/main/kotlin/MainActivity.kt similarity index 100% rename from app/src/main/kotlin/ru/pixnews/MainActivity.kt rename to app/src/main/kotlin/MainActivity.kt diff --git a/app/src/main/kotlin/ru/pixnews/PixnewsAppInitializer.kt b/app/src/main/kotlin/PixnewsAppInitializer.kt similarity index 100% rename from app/src/main/kotlin/ru/pixnews/PixnewsAppInitializer.kt rename to app/src/main/kotlin/PixnewsAppInitializer.kt diff --git a/app/src/main/kotlin/ru/pixnews/PixnewsApplication.kt b/app/src/main/kotlin/PixnewsApplication.kt similarity index 100% rename from app/src/main/kotlin/ru/pixnews/PixnewsApplication.kt rename to app/src/main/kotlin/PixnewsApplication.kt diff --git a/app/src/main/kotlin/ru/pixnews/PixnewsComponentsFactory.kt b/app/src/main/kotlin/PixnewsComponentsFactory.kt similarity index 100% rename from app/src/main/kotlin/ru/pixnews/PixnewsComponentsFactory.kt rename to app/src/main/kotlin/PixnewsComponentsFactory.kt diff --git a/app/src/main/kotlin/ru/pixnews/coroutines/DefaultRootCoroutineScope.kt b/app/src/main/kotlin/coroutines/DefaultRootCoroutineScope.kt similarity index 100% rename from app/src/main/kotlin/ru/pixnews/coroutines/DefaultRootCoroutineScope.kt rename to app/src/main/kotlin/coroutines/DefaultRootCoroutineScope.kt diff --git a/app/src/main/kotlin/ru/pixnews/initializers/DebugStrictModeInitializer.kt b/app/src/main/kotlin/initializers/DebugStrictModeInitializer.kt similarity index 100% rename from app/src/main/kotlin/ru/pixnews/initializers/DebugStrictModeInitializer.kt rename to app/src/main/kotlin/initializers/DebugStrictModeInitializer.kt diff --git a/app/src/main/kotlin/ru/pixnews/initializers/FirebaseInitializer.kt b/app/src/main/kotlin/initializers/FirebaseInitializer.kt similarity index 100% rename from app/src/main/kotlin/ru/pixnews/initializers/FirebaseInitializer.kt rename to app/src/main/kotlin/initializers/FirebaseInitializer.kt diff --git a/app/src/main/kotlin/ru/pixnews/initializers/GlobalLoggerInitializer.kt b/app/src/main/kotlin/initializers/GlobalLoggerInitializer.kt similarity index 100% rename from app/src/main/kotlin/ru/pixnews/initializers/GlobalLoggerInitializer.kt rename to app/src/main/kotlin/initializers/GlobalLoggerInitializer.kt diff --git a/app/src/main/kotlin/ru/pixnews/inject/AnalyticsModule.kt b/app/src/main/kotlin/inject/AnalyticsModule.kt similarity index 100% rename from app/src/main/kotlin/ru/pixnews/inject/AnalyticsModule.kt rename to app/src/main/kotlin/inject/AnalyticsModule.kt diff --git a/app/src/main/kotlin/ru/pixnews/inject/CoroutinesModule.kt b/app/src/main/kotlin/inject/CoroutinesModule.kt similarity index 100% rename from app/src/main/kotlin/ru/pixnews/inject/CoroutinesModule.kt rename to app/src/main/kotlin/inject/CoroutinesModule.kt diff --git a/app/src/main/kotlin/ru/pixnews/inject/DevelopmentExceptionHandlersModule.kt b/app/src/main/kotlin/inject/DevelopmentExceptionHandlersModule.kt similarity index 100% rename from app/src/main/kotlin/ru/pixnews/inject/DevelopmentExceptionHandlersModule.kt rename to app/src/main/kotlin/inject/DevelopmentExceptionHandlersModule.kt diff --git a/app/src/main/kotlin/ru/pixnews/inject/FeatureManagerModule.kt b/app/src/main/kotlin/inject/FeatureManagerModule.kt similarity index 100% rename from app/src/main/kotlin/ru/pixnews/inject/FeatureManagerModule.kt rename to app/src/main/kotlin/inject/FeatureManagerModule.kt diff --git a/app/src/main/kotlin/ru/pixnews/inject/FirebaseModule.kt b/app/src/main/kotlin/inject/FirebaseModule.kt similarity index 100% rename from app/src/main/kotlin/ru/pixnews/inject/FirebaseModule.kt rename to app/src/main/kotlin/inject/FirebaseModule.kt diff --git a/app/src/main/kotlin/ru/pixnews/inject/MainPixnewsAppComponent.kt b/app/src/main/kotlin/inject/MainPixnewsAppComponent.kt similarity index 100% rename from app/src/main/kotlin/ru/pixnews/inject/MainPixnewsAppComponent.kt rename to app/src/main/kotlin/inject/MainPixnewsAppComponent.kt diff --git a/app/src/main/kotlin/ru/pixnews/inject/PixnewsAppConfig.kt b/app/src/main/kotlin/inject/PixnewsAppConfig.kt similarity index 100% rename from app/src/main/kotlin/ru/pixnews/inject/PixnewsAppConfig.kt rename to app/src/main/kotlin/inject/PixnewsAppConfig.kt diff --git a/app/src/main/kotlin/ru/pixnews/inject/SystemTimeModule.kt b/app/src/main/kotlin/inject/SystemTimeModule.kt similarity index 100% rename from app/src/main/kotlin/ru/pixnews/inject/SystemTimeModule.kt rename to app/src/main/kotlin/inject/SystemTimeModule.kt diff --git a/app/src/main/kotlin/ru/pixnews/inject/analytics/FirebaseAnalytics.kt b/app/src/main/kotlin/inject/analytics/FirebaseAnalytics.kt similarity index 100% rename from app/src/main/kotlin/ru/pixnews/inject/analytics/FirebaseAnalytics.kt rename to app/src/main/kotlin/inject/analytics/FirebaseAnalytics.kt diff --git a/app/src/main/kotlin/ru/pixnews/inject/analytics/LoggingAnalytics.kt b/app/src/main/kotlin/inject/analytics/LoggingAnalytics.kt similarity index 100% rename from app/src/main/kotlin/ru/pixnews/inject/analytics/LoggingAnalytics.kt rename to app/src/main/kotlin/inject/analytics/LoggingAnalytics.kt diff --git a/app/src/main/kotlin/ru/pixnews/inject/experiments/ExperimentsComponent.kt b/app/src/main/kotlin/inject/experiments/ExperimentsComponent.kt similarity index 100% rename from app/src/main/kotlin/ru/pixnews/inject/experiments/ExperimentsComponent.kt rename to app/src/main/kotlin/inject/experiments/ExperimentsComponent.kt diff --git a/app/src/main/kotlin/ru/pixnews/inject/experiments/ExperimentsModule.kt b/app/src/main/kotlin/inject/experiments/ExperimentsModule.kt similarity index 100% rename from app/src/main/kotlin/ru/pixnews/inject/experiments/ExperimentsModule.kt rename to app/src/main/kotlin/inject/experiments/ExperimentsModule.kt diff --git a/app/src/main/kotlin/ru/pixnews/inject/initializer/MainPixnewsAppInitializerComponent.kt b/app/src/main/kotlin/inject/initializer/MainPixnewsAppInitializerComponent.kt similarity index 100% rename from app/src/main/kotlin/ru/pixnews/inject/initializer/MainPixnewsAppInitializerComponent.kt rename to app/src/main/kotlin/inject/initializer/MainPixnewsAppInitializerComponent.kt diff --git a/app/src/main/kotlin/ru/pixnews/inject/initializer/PixnewsAppInitializerComponent.kt b/app/src/main/kotlin/inject/initializer/PixnewsAppInitializerComponent.kt similarity index 100% rename from app/src/main/kotlin/ru/pixnews/inject/initializer/PixnewsAppInitializerComponent.kt rename to app/src/main/kotlin/inject/initializer/PixnewsAppInitializerComponent.kt diff --git a/app/src/main/kotlin/ru/pixnews/inject/initializer/PixnewsInitializersModule.kt b/app/src/main/kotlin/inject/initializer/PixnewsInitializersModule.kt similarity index 100% rename from app/src/main/kotlin/ru/pixnews/inject/initializer/PixnewsInitializersModule.kt rename to app/src/main/kotlin/inject/initializer/PixnewsInitializersModule.kt diff --git a/app/src/main/kotlin/ru/pixnews/inject/ui/MainActivityModule.kt b/app/src/main/kotlin/inject/ui/MainActivityModule.kt similarity index 100% rename from app/src/main/kotlin/ru/pixnews/inject/ui/MainActivityModule.kt rename to app/src/main/kotlin/inject/ui/MainActivityModule.kt diff --git a/app/src/main/kotlin/ru/pixnews/loadingstatus/AppLoadingStatus.kt b/app/src/main/kotlin/loadingstatus/AppLoadingStatus.kt similarity index 100% rename from app/src/main/kotlin/ru/pixnews/loadingstatus/AppLoadingStatus.kt rename to app/src/main/kotlin/loadingstatus/AppLoadingStatus.kt diff --git a/app/src/main/kotlin/ru/pixnews/loadingstatus/DefaultAppLoadingStatus.kt b/app/src/main/kotlin/loadingstatus/DefaultAppLoadingStatus.kt similarity index 100% rename from app/src/main/kotlin/ru/pixnews/loadingstatus/DefaultAppLoadingStatus.kt rename to app/src/main/kotlin/loadingstatus/DefaultAppLoadingStatus.kt diff --git a/app/src/main/kotlin/ru/pixnews/logging/CrashlyticsLogWriter.kt b/app/src/main/kotlin/logging/CrashlyticsLogWriter.kt similarity index 100% rename from app/src/main/kotlin/ru/pixnews/logging/CrashlyticsLogWriter.kt rename to app/src/main/kotlin/logging/CrashlyticsLogWriter.kt diff --git a/app/src/main/kotlin/ru/pixnews/util/strictmode/IgnoredViolation.kt b/app/src/main/kotlin/util/strictmode/IgnoredViolation.kt similarity index 100% rename from app/src/main/kotlin/ru/pixnews/util/strictmode/IgnoredViolation.kt rename to app/src/main/kotlin/util/strictmode/IgnoredViolation.kt diff --git a/app/src/main/kotlin/ru/pixnews/util/strictmode/StrictModeViolationException.kt b/app/src/main/kotlin/util/strictmode/StrictModeViolationException.kt similarity index 100% rename from app/src/main/kotlin/ru/pixnews/util/strictmode/StrictModeViolationException.kt rename to app/src/main/kotlin/util/strictmode/StrictModeViolationException.kt diff --git a/app/src/main/kotlin/ru/pixnews/util/strictmode/ViolationExt.kt b/app/src/main/kotlin/util/strictmode/ViolationExt.kt similarity index 100% rename from app/src/main/kotlin/ru/pixnews/util/strictmode/ViolationExt.kt rename to app/src/main/kotlin/util/strictmode/ViolationExt.kt diff --git a/app/src/main/kotlin/ru/pixnews/util/strictmode/ViolationListener.kt b/app/src/main/kotlin/util/strictmode/ViolationListener.kt similarity index 100% rename from app/src/main/kotlin/ru/pixnews/util/strictmode/ViolationListener.kt rename to app/src/main/kotlin/util/strictmode/ViolationListener.kt diff --git a/app/src/main/kotlin/ru/pixnews/util/strictmode/ViolationPolicy.kt b/app/src/main/kotlin/util/strictmode/ViolationPolicy.kt similarity index 100% rename from app/src/main/kotlin/ru/pixnews/util/strictmode/ViolationPolicy.kt rename to app/src/main/kotlin/util/strictmode/ViolationPolicy.kt diff --git a/app/src/release/kotlin/ru/pixnews/app/inject/FirebaseAnalyticsModule.kt b/app/src/release/kotlin/app/inject/FirebaseAnalyticsModule.kt similarity index 100% rename from app/src/release/kotlin/ru/pixnews/app/inject/FirebaseAnalyticsModule.kt rename to app/src/release/kotlin/app/inject/FirebaseAnalyticsModule.kt diff --git a/app/src/release/kotlin/ru/pixnews/app/inject/LoggingModule.kt b/app/src/release/kotlin/app/inject/LoggingModule.kt similarity index 100% rename from app/src/release/kotlin/ru/pixnews/app/inject/LoggingModule.kt rename to app/src/release/kotlin/app/inject/LoggingModule.kt diff --git a/app/src/release/kotlin/ru/pixnews/app/inject/ReleaseExceptionHandlerModule.kt b/app/src/release/kotlin/app/inject/ReleaseExceptionHandlerModule.kt similarity index 100% rename from app/src/release/kotlin/ru/pixnews/app/inject/ReleaseExceptionHandlerModule.kt rename to app/src/release/kotlin/app/inject/ReleaseExceptionHandlerModule.kt diff --git a/app/src/testRelease/kotlin/ru/pixnews/app/logging/CrashlyticsLogWriterTest.kt b/app/src/testRelease/kotlin/app/logging/CrashlyticsLogWriterTest.kt similarity index 100% rename from app/src/testRelease/kotlin/ru/pixnews/app/logging/CrashlyticsLogWriterTest.kt rename to app/src/testRelease/kotlin/app/logging/CrashlyticsLogWriterTest.kt diff --git a/feature/calendar/data-public/main/ru/pixnews/feature/calendar/data/IgdbDataSource.kt b/feature/calendar/data-public/main/IgdbDataSource.kt similarity index 100% rename from feature/calendar/data-public/main/ru/pixnews/feature/calendar/data/IgdbDataSource.kt rename to feature/calendar/data-public/main/IgdbDataSource.kt diff --git a/feature/calendar/data-public/main/ru/pixnews/feature/calendar/data/domain/upcoming/ObserveUpcomingReleasesByDateUseCase.kt b/feature/calendar/data-public/main/domain/upcoming/ObserveUpcomingReleasesByDateUseCase.kt similarity index 100% rename from feature/calendar/data-public/main/ru/pixnews/feature/calendar/data/domain/upcoming/ObserveUpcomingReleasesByDateUseCase.kt rename to feature/calendar/data-public/main/domain/upcoming/ObserveUpcomingReleasesByDateUseCase.kt diff --git a/feature/calendar/data-public/main/ru/pixnews/feature/calendar/data/model/GameModeIgdbDto.kt b/feature/calendar/data-public/main/model/GameModeIgdbDto.kt similarity index 100% rename from feature/calendar/data-public/main/ru/pixnews/feature/calendar/data/model/GameModeIgdbDto.kt rename to feature/calendar/data-public/main/model/GameModeIgdbDto.kt diff --git a/feature/calendar/data/src/main/kotlin/ru/pixnews/feature/calendar/data/DefaultRemoteMediator.kt b/feature/calendar/data/src/main/kotlin/DefaultRemoteMediator.kt similarity index 100% rename from feature/calendar/data/src/main/kotlin/ru/pixnews/feature/calendar/data/DefaultRemoteMediator.kt rename to feature/calendar/data/src/main/kotlin/DefaultRemoteMediator.kt diff --git a/feature/calendar/data/src/main/kotlin/ru/pixnews/feature/calendar/data/repository/status/DefaultIgdbSyncStatusRepository.kt b/feature/calendar/data/src/main/kotlin/repository/status/DefaultIgdbSyncStatusRepository.kt similarity index 100% rename from feature/calendar/data/src/main/kotlin/ru/pixnews/feature/calendar/data/repository/status/DefaultIgdbSyncStatusRepository.kt rename to feature/calendar/data/src/main/kotlin/repository/status/DefaultIgdbSyncStatusRepository.kt diff --git a/feature/calendar/data/src/main/kotlin/ru/pixnews/feature/calendar/data/repository/status/IgdbSyncStatusRepository.kt b/feature/calendar/data/src/main/kotlin/repository/status/IgdbSyncStatusRepository.kt similarity index 100% rename from feature/calendar/data/src/main/kotlin/ru/pixnews/feature/calendar/data/repository/status/IgdbSyncStatusRepository.kt rename to feature/calendar/data/src/main/kotlin/repository/status/IgdbSyncStatusRepository.kt diff --git a/feature/calendar/data/src/main/kotlin/ru/pixnews/feature/calendar/data/repository/upcoming/DefaultUpcomingReleaseRepository.kt b/feature/calendar/data/src/main/kotlin/repository/upcoming/DefaultUpcomingReleaseRepository.kt similarity index 100% rename from feature/calendar/data/src/main/kotlin/ru/pixnews/feature/calendar/data/repository/upcoming/DefaultUpcomingReleaseRepository.kt rename to feature/calendar/data/src/main/kotlin/repository/upcoming/DefaultUpcomingReleaseRepository.kt diff --git a/feature/calendar/data/src/main/kotlin/ru/pixnews/feature/calendar/data/repository/upcoming/IgdbPagingSourceKey.kt b/feature/calendar/data/src/main/kotlin/repository/upcoming/IgdbPagingSourceKey.kt similarity index 100% rename from feature/calendar/data/src/main/kotlin/ru/pixnews/feature/calendar/data/repository/upcoming/IgdbPagingSourceKey.kt rename to feature/calendar/data/src/main/kotlin/repository/upcoming/IgdbPagingSourceKey.kt diff --git a/feature/calendar/data/src/main/kotlin/ru/pixnews/feature/calendar/data/repository/upcoming/UpcomingReleaseRepository.kt b/feature/calendar/data/src/main/kotlin/repository/upcoming/UpcomingReleaseRepository.kt similarity index 100% rename from feature/calendar/data/src/main/kotlin/ru/pixnews/feature/calendar/data/repository/upcoming/UpcomingReleaseRepository.kt rename to feature/calendar/data/src/main/kotlin/repository/upcoming/UpcomingReleaseRepository.kt diff --git a/feature/calendar/data/src/main/kotlin/ru/pixnews/feature/calendar/data/repository/upcoming/UpcomingReleasesPagingSource.kt b/feature/calendar/data/src/main/kotlin/repository/upcoming/UpcomingReleasesPagingSource.kt similarity index 100% rename from feature/calendar/data/src/main/kotlin/ru/pixnews/feature/calendar/data/repository/upcoming/UpcomingReleasesPagingSource.kt rename to feature/calendar/data/src/main/kotlin/repository/upcoming/UpcomingReleasesPagingSource.kt diff --git a/feature/calendar/data/src/main/kotlin/ru/pixnews/feature/calendar/domain/upcoming/DefaultObserveUpcomingReleasesByDateUseCase.kt b/feature/calendar/data/src/main/kotlin/subdomain/upcoming/DefaultObserveUpcomingReleasesByDateUseCase.kt similarity index 97% rename from feature/calendar/data/src/main/kotlin/ru/pixnews/feature/calendar/domain/upcoming/DefaultObserveUpcomingReleasesByDateUseCase.kt rename to feature/calendar/data/src/main/kotlin/subdomain/upcoming/DefaultObserveUpcomingReleasesByDateUseCase.kt index 91d601d7..aa05b95a 100644 --- a/feature/calendar/data/src/main/kotlin/ru/pixnews/feature/calendar/domain/upcoming/DefaultObserveUpcomingReleasesByDateUseCase.kt +++ b/feature/calendar/data/src/main/kotlin/subdomain/upcoming/DefaultObserveUpcomingReleasesByDateUseCase.kt @@ -3,7 +3,7 @@ * Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. */ -package ru.pixnews.feature.calendar.domain.upcoming +package ru.pixnews.feature.calendar.data.subdomain.upcoming import androidx.paging.ExperimentalPagingApi import androidx.paging.Pager @@ -32,6 +32,7 @@ import ru.pixnews.feature.calendar.data.sync.SyncService import ru.pixnews.foundation.di.base.scopes.AppScope import javax.inject.Inject +// TODO: move to domain? @ContributesBinding( boundType = ObserveUpcomingReleasesByDateUseCase::class, scope = AppScope::class, diff --git a/feature/calendar/data/src/main/kotlin/ru/pixnews/feature/calendar/data/sync/IgdbGameModeSyncService.kt b/feature/calendar/data/src/main/kotlin/sync/IgdbGameModeSyncService.kt similarity index 100% rename from feature/calendar/data/src/main/kotlin/ru/pixnews/feature/calendar/data/sync/IgdbGameModeSyncService.kt rename to feature/calendar/data/src/main/kotlin/sync/IgdbGameModeSyncService.kt diff --git a/feature/calendar/data/src/main/kotlin/ru/pixnews/feature/calendar/data/sync/SyncService.kt b/feature/calendar/data/src/main/kotlin/sync/SyncService.kt similarity index 100% rename from feature/calendar/data/src/main/kotlin/ru/pixnews/feature/calendar/data/sync/SyncService.kt rename to feature/calendar/data/src/main/kotlin/sync/SyncService.kt diff --git a/feature/calendar/data/src/main/kotlin/ru/pixnews/feature/calendar/data/sync/policy/SyncPolicy.kt b/feature/calendar/data/src/main/kotlin/sync/policy/SyncPolicy.kt similarity index 100% rename from feature/calendar/data/src/main/kotlin/ru/pixnews/feature/calendar/data/sync/policy/SyncPolicy.kt rename to feature/calendar/data/src/main/kotlin/sync/policy/SyncPolicy.kt diff --git a/feature/calendar/data/src/main/kotlin/ru/pixnews/feature/calendar/data/sync/policy/SyncPolicyExt.kt b/feature/calendar/data/src/main/kotlin/sync/policy/SyncPolicyExt.kt similarity index 100% rename from feature/calendar/data/src/main/kotlin/ru/pixnews/feature/calendar/data/sync/policy/SyncPolicyExt.kt rename to feature/calendar/data/src/main/kotlin/sync/policy/SyncPolicyExt.kt diff --git a/feature/calendar/data/src/test/kotlin/Dummy.kt b/feature/calendar/data/src/test/kotlin/Dummy.kt new file mode 100644 index 00000000..23de42b1 --- /dev/null +++ b/feature/calendar/data/src/test/kotlin/Dummy.kt @@ -0,0 +1,9 @@ +/* + * Copyright (c) 2024, the Pixnews project authors and contributors. Please see the AUTHORS file for details. + * Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. + */ + +@file:Suppress("FILE_CONTAINS_ONLY_COMMENTS", "FILE_NO_BLANK_LINE_BETWEEN_BLOCKS") + +// Workaround for https://youtrack.jetbrains.com/issue/KTIJ-27842 +package ru.pixnews.feature.calendar.data diff --git a/feature/calendar/data/src/test/kotlin/ru/pixnews/feature/calendar/data/repository/upcoming/DefaultUpcomingReleaseRepositoryTest.kt b/feature/calendar/data/src/test/kotlin/repository/upcoming/DefaultUpcomingReleaseRepositoryTest.kt similarity index 100% rename from feature/calendar/data/src/test/kotlin/ru/pixnews/feature/calendar/data/repository/upcoming/DefaultUpcomingReleaseRepositoryTest.kt rename to feature/calendar/data/src/test/kotlin/repository/upcoming/DefaultUpcomingReleaseRepositoryTest.kt diff --git a/feature/calendar/data/src/test/kotlin/ru/pixnews/feature/calendar/data/sync/IgdbGameModeSyncServiceTest.kt b/feature/calendar/data/src/test/kotlin/sync/IgdbGameModeSyncServiceTest.kt similarity index 100% rename from feature/calendar/data/src/test/kotlin/ru/pixnews/feature/calendar/data/sync/IgdbGameModeSyncServiceTest.kt rename to feature/calendar/data/src/test/kotlin/sync/IgdbGameModeSyncServiceTest.kt diff --git a/feature/calendar/data/src/test/kotlin/ru/pixnews/feature/calendar/data/sync/SqliteLogger.kt b/feature/calendar/data/src/test/kotlin/sync/SqliteLogger.kt similarity index 100% rename from feature/calendar/data/src/test/kotlin/ru/pixnews/feature/calendar/data/sync/SqliteLogger.kt rename to feature/calendar/data/src/test/kotlin/sync/SqliteLogger.kt diff --git a/feature/calendar/data/src/test/kotlin/ru/pixnews/feature/calendar/data/sync/policy/SyncPolicyEvaluatorTest.kt b/feature/calendar/data/src/test/kotlin/sync/policy/SyncPolicyEvaluatorTest.kt similarity index 100% rename from feature/calendar/data/src/test/kotlin/ru/pixnews/feature/calendar/data/sync/policy/SyncPolicyEvaluatorTest.kt rename to feature/calendar/data/src/test/kotlin/sync/policy/SyncPolicyEvaluatorTest.kt diff --git a/feature/calendar/datasource-igdb/src/main/kotlin/ru/pixnews/feature/calendar/datasource/igdb/DefaultIgdbDataSource.kt b/feature/calendar/datasource-igdb/src/main/kotlin/DefaultIgdbDataSource.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/main/kotlin/ru/pixnews/feature/calendar/datasource/igdb/DefaultIgdbDataSource.kt rename to feature/calendar/datasource-igdb/src/main/kotlin/DefaultIgdbDataSource.kt diff --git a/feature/calendar/datasource-igdb/src/main/kotlin/ru/pixnews/feature/calendar/datasource/igdb/LazyIgdbClient.kt b/feature/calendar/datasource-igdb/src/main/kotlin/LazyIgdbClient.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/main/kotlin/ru/pixnews/feature/calendar/datasource/igdb/LazyIgdbClient.kt rename to feature/calendar/datasource-igdb/src/main/kotlin/LazyIgdbClient.kt diff --git a/feature/calendar/datasource-igdb/src/main/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/IgdbResultConverter.kt b/feature/calendar/datasource-igdb/src/main/kotlin/converter/IgdbResultConverter.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/main/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/IgdbResultConverter.kt rename to feature/calendar/datasource-igdb/src/main/kotlin/converter/IgdbResultConverter.kt diff --git a/feature/calendar/datasource-igdb/src/main/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/IgdbWebsiteCategoryEnumConverter.kt b/feature/calendar/datasource-igdb/src/main/kotlin/converter/IgdbWebsiteCategoryEnumConverter.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/main/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/IgdbWebsiteCategoryEnumConverter.kt rename to feature/calendar/datasource-igdb/src/main/kotlin/converter/IgdbWebsiteCategoryEnumConverter.kt diff --git a/feature/calendar/datasource-igdb/src/main/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/company/IgdbCompanyConverter.kt b/feature/calendar/datasource-igdb/src/main/kotlin/converter/company/IgdbCompanyConverter.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/main/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/company/IgdbCompanyConverter.kt rename to feature/calendar/datasource-igdb/src/main/kotlin/converter/company/IgdbCompanyConverter.kt diff --git a/feature/calendar/datasource-igdb/src/main/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/company/IgdbCompanyLogoConverter.kt b/feature/calendar/datasource-igdb/src/main/kotlin/converter/company/IgdbCompanyLogoConverter.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/main/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/company/IgdbCompanyLogoConverter.kt rename to feature/calendar/datasource-igdb/src/main/kotlin/converter/company/IgdbCompanyLogoConverter.kt diff --git a/feature/calendar/datasource-igdb/src/main/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/game/GameFieldCoverters.kt b/feature/calendar/datasource-igdb/src/main/kotlin/converter/game/GameFieldCoverters.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/main/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/game/GameFieldCoverters.kt rename to feature/calendar/datasource-igdb/src/main/kotlin/converter/game/GameFieldCoverters.kt diff --git a/feature/calendar/datasource-igdb/src/main/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/game/IgdbGameAgeRatingConverter.kt b/feature/calendar/datasource-igdb/src/main/kotlin/converter/game/IgdbGameAgeRatingConverter.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/main/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/game/IgdbGameAgeRatingConverter.kt rename to feature/calendar/datasource-igdb/src/main/kotlin/converter/game/IgdbGameAgeRatingConverter.kt diff --git a/feature/calendar/datasource-igdb/src/main/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/game/IgdbGameCategoryConverter.kt b/feature/calendar/datasource-igdb/src/main/kotlin/converter/game/IgdbGameCategoryConverter.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/main/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/game/IgdbGameCategoryConverter.kt rename to feature/calendar/datasource-igdb/src/main/kotlin/converter/game/IgdbGameCategoryConverter.kt diff --git a/feature/calendar/datasource-igdb/src/main/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/game/IgdbGameConverter.kt b/feature/calendar/datasource-igdb/src/main/kotlin/converter/game/IgdbGameConverter.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/main/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/game/IgdbGameConverter.kt rename to feature/calendar/datasource-igdb/src/main/kotlin/converter/game/IgdbGameConverter.kt diff --git a/feature/calendar/datasource-igdb/src/main/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/game/IgdbGameDescriptionConverter.kt b/feature/calendar/datasource-igdb/src/main/kotlin/converter/game/IgdbGameDescriptionConverter.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/main/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/game/IgdbGameDescriptionConverter.kt rename to feature/calendar/datasource-igdb/src/main/kotlin/converter/game/IgdbGameDescriptionConverter.kt diff --git a/feature/calendar/datasource-igdb/src/main/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/game/IgdbGameDeveloperConverter.kt b/feature/calendar/datasource-igdb/src/main/kotlin/converter/game/IgdbGameDeveloperConverter.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/main/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/game/IgdbGameDeveloperConverter.kt rename to feature/calendar/datasource-igdb/src/main/kotlin/converter/game/IgdbGameDeveloperConverter.kt diff --git a/feature/calendar/datasource-igdb/src/main/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/game/IgdbGameFieldConverter.kt b/feature/calendar/datasource-igdb/src/main/kotlin/converter/game/IgdbGameFieldConverter.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/main/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/game/IgdbGameFieldConverter.kt rename to feature/calendar/datasource-igdb/src/main/kotlin/converter/game/IgdbGameFieldConverter.kt diff --git a/feature/calendar/datasource-igdb/src/main/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/game/IgdbGameGameModeConverter.kt b/feature/calendar/datasource-igdb/src/main/kotlin/converter/game/IgdbGameGameModeConverter.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/main/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/game/IgdbGameGameModeConverter.kt rename to feature/calendar/datasource-igdb/src/main/kotlin/converter/game/IgdbGameGameModeConverter.kt diff --git a/feature/calendar/datasource-igdb/src/main/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/game/IgdbGameGenresConverter.kt b/feature/calendar/datasource-igdb/src/main/kotlin/converter/game/IgdbGameGenresConverter.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/main/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/game/IgdbGameGenresConverter.kt rename to feature/calendar/datasource-igdb/src/main/kotlin/converter/game/IgdbGameGenresConverter.kt diff --git a/feature/calendar/datasource-igdb/src/main/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/game/IgdbGameIdConverter.kt b/feature/calendar/datasource-igdb/src/main/kotlin/converter/game/IgdbGameIdConverter.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/main/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/game/IgdbGameIdConverter.kt rename to feature/calendar/datasource-igdb/src/main/kotlin/converter/game/IgdbGameIdConverter.kt diff --git a/feature/calendar/datasource-igdb/src/main/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/game/IgdbGameLinksConverter.kt b/feature/calendar/datasource-igdb/src/main/kotlin/converter/game/IgdbGameLinksConverter.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/main/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/game/IgdbGameLinksConverter.kt rename to feature/calendar/datasource-igdb/src/main/kotlin/converter/game/IgdbGameLinksConverter.kt diff --git a/feature/calendar/datasource-igdb/src/main/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/game/IgdbGameLocalizationsConverter.kt b/feature/calendar/datasource-igdb/src/main/kotlin/converter/game/IgdbGameLocalizationsConverter.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/main/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/game/IgdbGameLocalizationsConverter.kt rename to feature/calendar/datasource-igdb/src/main/kotlin/converter/game/IgdbGameLocalizationsConverter.kt diff --git a/feature/calendar/datasource-igdb/src/main/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/game/IgdbGameNameConverter.kt b/feature/calendar/datasource-igdb/src/main/kotlin/converter/game/IgdbGameNameConverter.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/main/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/game/IgdbGameNameConverter.kt rename to feature/calendar/datasource-igdb/src/main/kotlin/converter/game/IgdbGameNameConverter.kt diff --git a/feature/calendar/datasource-igdb/src/main/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/game/IgdbGameParentGameConverter.kt b/feature/calendar/datasource-igdb/src/main/kotlin/converter/game/IgdbGameParentGameConverter.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/main/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/game/IgdbGameParentGameConverter.kt rename to feature/calendar/datasource-igdb/src/main/kotlin/converter/game/IgdbGameParentGameConverter.kt diff --git a/feature/calendar/datasource-igdb/src/main/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/game/IgdbGamePlatformsConverter.kt b/feature/calendar/datasource-igdb/src/main/kotlin/converter/game/IgdbGamePlatformsConverter.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/main/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/game/IgdbGamePlatformsConverter.kt rename to feature/calendar/datasource-igdb/src/main/kotlin/converter/game/IgdbGamePlatformsConverter.kt diff --git a/feature/calendar/datasource-igdb/src/main/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/game/IgdbGamePlayerPerspectivesConverter.kt b/feature/calendar/datasource-igdb/src/main/kotlin/converter/game/IgdbGamePlayerPerspectivesConverter.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/main/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/game/IgdbGamePlayerPerspectivesConverter.kt rename to feature/calendar/datasource-igdb/src/main/kotlin/converter/game/IgdbGamePlayerPerspectivesConverter.kt diff --git a/feature/calendar/datasource-igdb/src/main/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/game/IgdbGamePublisherConverter.kt b/feature/calendar/datasource-igdb/src/main/kotlin/converter/game/IgdbGamePublisherConverter.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/main/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/game/IgdbGamePublisherConverter.kt rename to feature/calendar/datasource-igdb/src/main/kotlin/converter/game/IgdbGamePublisherConverter.kt diff --git a/feature/calendar/datasource-igdb/src/main/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/game/IgdbGameRatingsConverter.kt b/feature/calendar/datasource-igdb/src/main/kotlin/converter/game/IgdbGameRatingsConverter.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/main/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/game/IgdbGameRatingsConverter.kt rename to feature/calendar/datasource-igdb/src/main/kotlin/converter/game/IgdbGameRatingsConverter.kt diff --git a/feature/calendar/datasource-igdb/src/main/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/game/IgdbGameReleaseDateConverter.kt b/feature/calendar/datasource-igdb/src/main/kotlin/converter/game/IgdbGameReleaseDateConverter.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/main/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/game/IgdbGameReleaseDateConverter.kt rename to feature/calendar/datasource-igdb/src/main/kotlin/converter/game/IgdbGameReleaseDateConverter.kt diff --git a/feature/calendar/datasource-igdb/src/main/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/game/IgdbGameReleaseStatusConverter.kt b/feature/calendar/datasource-igdb/src/main/kotlin/converter/game/IgdbGameReleaseStatusConverter.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/main/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/game/IgdbGameReleaseStatusConverter.kt rename to feature/calendar/datasource-igdb/src/main/kotlin/converter/game/IgdbGameReleaseStatusConverter.kt diff --git a/feature/calendar/datasource-igdb/src/main/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/game/IgdbGameScreenshotsConverter.kt b/feature/calendar/datasource-igdb/src/main/kotlin/converter/game/IgdbGameScreenshotsConverter.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/main/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/game/IgdbGameScreenshotsConverter.kt rename to feature/calendar/datasource-igdb/src/main/kotlin/converter/game/IgdbGameScreenshotsConverter.kt diff --git a/feature/calendar/datasource-igdb/src/main/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/game/IgdbGameSeriesConverter.kt b/feature/calendar/datasource-igdb/src/main/kotlin/converter/game/IgdbGameSeriesConverter.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/main/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/game/IgdbGameSeriesConverter.kt rename to feature/calendar/datasource-igdb/src/main/kotlin/converter/game/IgdbGameSeriesConverter.kt diff --git a/feature/calendar/datasource-igdb/src/main/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/game/IgdbGameSummaryConverter.kt b/feature/calendar/datasource-igdb/src/main/kotlin/converter/game/IgdbGameSummaryConverter.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/main/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/game/IgdbGameSummaryConverter.kt rename to feature/calendar/datasource-igdb/src/main/kotlin/converter/game/IgdbGameSummaryConverter.kt diff --git a/feature/calendar/datasource-igdb/src/main/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/game/IgdbGameTagsConverter.kt b/feature/calendar/datasource-igdb/src/main/kotlin/converter/game/IgdbGameTagsConverter.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/main/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/game/IgdbGameTagsConverter.kt rename to feature/calendar/datasource-igdb/src/main/kotlin/converter/game/IgdbGameTagsConverter.kt diff --git a/feature/calendar/datasource-igdb/src/main/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/game/IgdbGameVideoUrlsConverter.kt b/feature/calendar/datasource-igdb/src/main/kotlin/converter/game/IgdbGameVideoUrlsConverter.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/main/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/game/IgdbGameVideoUrlsConverter.kt rename to feature/calendar/datasource-igdb/src/main/kotlin/converter/game/IgdbGameVideoUrlsConverter.kt diff --git a/feature/calendar/datasource-igdb/src/main/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/util/ConverterPreconditions.kt b/feature/calendar/datasource-igdb/src/main/kotlin/converter/util/ConverterPreconditions.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/main/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/util/ConverterPreconditions.kt rename to feature/calendar/datasource-igdb/src/main/kotlin/converter/util/ConverterPreconditions.kt diff --git a/feature/calendar/datasource-igdb/src/main/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/util/IgdbDateExt.kt b/feature/calendar/datasource-igdb/src/main/kotlin/converter/util/IgdbDateExt.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/main/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/util/IgdbDateExt.kt rename to feature/calendar/datasource-igdb/src/main/kotlin/converter/util/IgdbDateExt.kt diff --git a/feature/calendar/datasource-igdb/src/main/kotlin/ru/pixnews/feature/calendar/datasource/igdb/inject/IgdbClientModule.kt b/feature/calendar/datasource-igdb/src/main/kotlin/inject/IgdbClientModule.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/main/kotlin/ru/pixnews/feature/calendar/datasource/igdb/inject/IgdbClientModule.kt rename to feature/calendar/datasource-igdb/src/main/kotlin/inject/IgdbClientModule.kt diff --git a/feature/calendar/datasource-igdb/src/main/kotlin/ru/pixnews/feature/calendar/datasource/igdb/model/IgdbDataSourceAttribution.kt b/feature/calendar/datasource-igdb/src/main/kotlin/model/IgdbDataSourceAttribution.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/main/kotlin/ru/pixnews/feature/calendar/datasource/igdb/model/IgdbDataSourceAttribution.kt rename to feature/calendar/datasource-igdb/src/main/kotlin/model/IgdbDataSourceAttribution.kt diff --git a/feature/calendar/datasource-igdb/src/main/kotlin/ru/pixnews/feature/calendar/datasource/igdb/model/id/IgdbCompanyId.kt b/feature/calendar/datasource-igdb/src/main/kotlin/model/id/IgdbCompanyId.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/main/kotlin/ru/pixnews/feature/calendar/datasource/igdb/model/id/IgdbCompanyId.kt rename to feature/calendar/datasource-igdb/src/main/kotlin/model/id/IgdbCompanyId.kt diff --git a/feature/calendar/datasource-igdb/src/main/kotlin/ru/pixnews/feature/calendar/datasource/igdb/model/id/IgdbGameId.kt b/feature/calendar/datasource-igdb/src/main/kotlin/model/id/IgdbGameId.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/main/kotlin/ru/pixnews/feature/calendar/datasource/igdb/model/id/IgdbGameId.kt rename to feature/calendar/datasource-igdb/src/main/kotlin/model/id/IgdbGameId.kt diff --git a/feature/calendar/datasource-igdb/src/main/kotlin/ru/pixnews/feature/calendar/datasource/igdb/model/id/IgdbGameModeId.kt b/feature/calendar/datasource-igdb/src/main/kotlin/model/id/IgdbGameModeId.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/main/kotlin/ru/pixnews/feature/calendar/datasource/igdb/model/id/IgdbGameModeId.kt rename to feature/calendar/datasource-igdb/src/main/kotlin/model/id/IgdbGameModeId.kt diff --git a/feature/calendar/datasource-igdb/src/main/kotlin/ru/pixnews/feature/calendar/datasource/igdb/model/id/IgdbGamePlatformId.kt b/feature/calendar/datasource-igdb/src/main/kotlin/model/id/IgdbGamePlatformId.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/main/kotlin/ru/pixnews/feature/calendar/datasource/igdb/model/id/IgdbGamePlatformId.kt rename to feature/calendar/datasource-igdb/src/main/kotlin/model/id/IgdbGamePlatformId.kt diff --git a/feature/calendar/datasource-igdb/src/main/kotlin/ru/pixnews/feature/calendar/datasource/igdb/model/id/IgdbGameSeriesSummaryId.kt b/feature/calendar/datasource-igdb/src/main/kotlin/model/id/IgdbGameSeriesSummaryId.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/main/kotlin/ru/pixnews/feature/calendar/datasource/igdb/model/id/IgdbGameSeriesSummaryId.kt rename to feature/calendar/datasource-igdb/src/main/kotlin/model/id/IgdbGameSeriesSummaryId.kt diff --git a/feature/calendar/datasource-igdb/src/main/kotlin/ru/pixnews/feature/calendar/datasource/igdb/model/id/IgdbPlayerPerspectiveId.kt b/feature/calendar/datasource-igdb/src/main/kotlin/model/id/IgdbPlayerPerspectiveId.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/main/kotlin/ru/pixnews/feature/calendar/datasource/igdb/model/id/IgdbPlayerPerspectiveId.kt rename to feature/calendar/datasource-igdb/src/main/kotlin/model/id/IgdbPlayerPerspectiveId.kt diff --git a/feature/calendar/datasource-igdb/src/main/kotlin/ru/pixnews/feature/calendar/datasource/igdb/model/url/IgdbImageUrl.kt b/feature/calendar/datasource-igdb/src/main/kotlin/model/url/IgdbImageUrl.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/main/kotlin/ru/pixnews/feature/calendar/datasource/igdb/model/url/IgdbImageUrl.kt rename to feature/calendar/datasource-igdb/src/main/kotlin/model/url/IgdbImageUrl.kt diff --git a/feature/calendar/datasource-igdb/src/main/kotlin/ru/pixnews/feature/calendar/datasource/igdb/model/url/IgdbVideoUrl.kt b/feature/calendar/datasource-igdb/src/main/kotlin/model/url/IgdbVideoUrl.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/main/kotlin/ru/pixnews/feature/calendar/datasource/igdb/model/url/IgdbVideoUrl.kt rename to feature/calendar/datasource-igdb/src/main/kotlin/model/url/IgdbVideoUrl.kt diff --git a/feature/calendar/datasource-igdb/src/test/kotlin/Dummy.kt b/feature/calendar/datasource-igdb/src/test/kotlin/Dummy.kt new file mode 100644 index 00000000..b291203b --- /dev/null +++ b/feature/calendar/datasource-igdb/src/test/kotlin/Dummy.kt @@ -0,0 +1,9 @@ +/* + * Copyright (c) 2024, the Pixnews project authors and contributors. Please see the AUTHORS file for details. + * Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. + */ + +@file:Suppress("FILE_CONTAINS_ONLY_COMMENTS", "FILE_NO_BLANK_LINE_BETWEEN_BLOCKS") + +// Workaround for https://youtrack.jetbrains.com/issue/KTIJ-27842 +package ru.pixnews.feature.calendar.datasource.igdb diff --git a/feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/company/IgdbCompanyConverterTest.kt b/feature/calendar/datasource-igdb/src/test/kotlin/converter/company/IgdbCompanyConverterTest.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/company/IgdbCompanyConverterTest.kt rename to feature/calendar/datasource-igdb/src/test/kotlin/converter/company/IgdbCompanyConverterTest.kt diff --git a/feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/game/IgdbGameAgeRatingConverterTest.kt b/feature/calendar/datasource-igdb/src/test/kotlin/converter/game/IgdbGameAgeRatingConverterTest.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/game/IgdbGameAgeRatingConverterTest.kt rename to feature/calendar/datasource-igdb/src/test/kotlin/converter/game/IgdbGameAgeRatingConverterTest.kt diff --git a/feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/game/IgdbGameConverterTest.kt b/feature/calendar/datasource-igdb/src/test/kotlin/converter/game/IgdbGameConverterTest.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/game/IgdbGameConverterTest.kt rename to feature/calendar/datasource-igdb/src/test/kotlin/converter/game/IgdbGameConverterTest.kt diff --git a/feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/game/IgdbGameGameModeConverterTest.kt b/feature/calendar/datasource-igdb/src/test/kotlin/converter/game/IgdbGameGameModeConverterTest.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/game/IgdbGameGameModeConverterTest.kt rename to feature/calendar/datasource-igdb/src/test/kotlin/converter/game/IgdbGameGameModeConverterTest.kt diff --git a/feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/game/IgdbGameGenresConverterTest.kt b/feature/calendar/datasource-igdb/src/test/kotlin/converter/game/IgdbGameGenresConverterTest.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/game/IgdbGameGenresConverterTest.kt rename to feature/calendar/datasource-igdb/src/test/kotlin/converter/game/IgdbGameGenresConverterTest.kt diff --git a/feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/game/IgdbGameLinksConverterTest.kt b/feature/calendar/datasource-igdb/src/test/kotlin/converter/game/IgdbGameLinksConverterTest.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/game/IgdbGameLinksConverterTest.kt rename to feature/calendar/datasource-igdb/src/test/kotlin/converter/game/IgdbGameLinksConverterTest.kt diff --git a/feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/game/IgdbGameLocalizationsConverterTest.kt b/feature/calendar/datasource-igdb/src/test/kotlin/converter/game/IgdbGameLocalizationsConverterTest.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/game/IgdbGameLocalizationsConverterTest.kt rename to feature/calendar/datasource-igdb/src/test/kotlin/converter/game/IgdbGameLocalizationsConverterTest.kt diff --git a/feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/game/IgdbGamePlatformsConverterTest.kt b/feature/calendar/datasource-igdb/src/test/kotlin/converter/game/IgdbGamePlatformsConverterTest.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/game/IgdbGamePlatformsConverterTest.kt rename to feature/calendar/datasource-igdb/src/test/kotlin/converter/game/IgdbGamePlatformsConverterTest.kt diff --git a/feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/game/IgdbGamePlayerPerspectivesConverterTest.kt b/feature/calendar/datasource-igdb/src/test/kotlin/converter/game/IgdbGamePlayerPerspectivesConverterTest.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/game/IgdbGamePlayerPerspectivesConverterTest.kt rename to feature/calendar/datasource-igdb/src/test/kotlin/converter/game/IgdbGamePlayerPerspectivesConverterTest.kt diff --git a/feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/game/IgdbGameReleaseDateConverterTest.kt b/feature/calendar/datasource-igdb/src/test/kotlin/converter/game/IgdbGameReleaseDateConverterTest.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/game/IgdbGameReleaseDateConverterTest.kt rename to feature/calendar/datasource-igdb/src/test/kotlin/converter/game/IgdbGameReleaseDateConverterTest.kt diff --git a/feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/game/IgdbGameScreenshotsConverterTest.kt b/feature/calendar/datasource-igdb/src/test/kotlin/converter/game/IgdbGameScreenshotsConverterTest.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/game/IgdbGameScreenshotsConverterTest.kt rename to feature/calendar/datasource-igdb/src/test/kotlin/converter/game/IgdbGameScreenshotsConverterTest.kt diff --git a/feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/game/IgdbGameSeriesConverterTest.kt b/feature/calendar/datasource-igdb/src/test/kotlin/converter/game/IgdbGameSeriesConverterTest.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/game/IgdbGameSeriesConverterTest.kt rename to feature/calendar/datasource-igdb/src/test/kotlin/converter/game/IgdbGameSeriesConverterTest.kt diff --git a/feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/game/IgdbGameTagsConverterTest.kt b/feature/calendar/datasource-igdb/src/test/kotlin/converter/game/IgdbGameTagsConverterTest.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/game/IgdbGameTagsConverterTest.kt rename to feature/calendar/datasource-igdb/src/test/kotlin/converter/game/IgdbGameTagsConverterTest.kt diff --git a/feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/game/IgdbGameVideoUrlsConverterTest.kt b/feature/calendar/datasource-igdb/src/test/kotlin/converter/game/IgdbGameVideoUrlsConverterTest.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/converter/game/IgdbGameVideoUrlsConverterTest.kt rename to feature/calendar/datasource-igdb/src/test/kotlin/converter/game/IgdbGameVideoUrlsConverterTest.kt diff --git a/feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/fixtures/IgdbAgeRatingFixtures.kt b/feature/calendar/datasource-igdb/src/test/kotlin/fixtures/IgdbAgeRatingFixtures.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/fixtures/IgdbAgeRatingFixtures.kt rename to feature/calendar/datasource-igdb/src/test/kotlin/fixtures/IgdbAgeRatingFixtures.kt diff --git a/feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/fixtures/IgdbCollectionFixtures.kt b/feature/calendar/datasource-igdb/src/test/kotlin/fixtures/IgdbCollectionFixtures.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/fixtures/IgdbCollectionFixtures.kt rename to feature/calendar/datasource-igdb/src/test/kotlin/fixtures/IgdbCollectionFixtures.kt diff --git a/feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/fixtures/IgdbCompanyFixtures.kt b/feature/calendar/datasource-igdb/src/test/kotlin/fixtures/IgdbCompanyFixtures.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/fixtures/IgdbCompanyFixtures.kt rename to feature/calendar/datasource-igdb/src/test/kotlin/fixtures/IgdbCompanyFixtures.kt diff --git a/feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/fixtures/IgdbCoverFixtures.kt b/feature/calendar/datasource-igdb/src/test/kotlin/fixtures/IgdbCoverFixtures.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/fixtures/IgdbCoverFixtures.kt rename to feature/calendar/datasource-igdb/src/test/kotlin/fixtures/IgdbCoverFixtures.kt diff --git a/feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/fixtures/IgdbGameFixtures.kt b/feature/calendar/datasource-igdb/src/test/kotlin/fixtures/IgdbGameFixtures.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/fixtures/IgdbGameFixtures.kt rename to feature/calendar/datasource-igdb/src/test/kotlin/fixtures/IgdbGameFixtures.kt diff --git a/feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/fixtures/IgdbGameModeFixtures.kt b/feature/calendar/datasource-igdb/src/test/kotlin/fixtures/IgdbGameModeFixtures.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/fixtures/IgdbGameModeFixtures.kt rename to feature/calendar/datasource-igdb/src/test/kotlin/fixtures/IgdbGameModeFixtures.kt diff --git a/feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/fixtures/IgdbGameVideoFixtures.kt b/feature/calendar/datasource-igdb/src/test/kotlin/fixtures/IgdbGameVideoFixtures.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/fixtures/IgdbGameVideoFixtures.kt rename to feature/calendar/datasource-igdb/src/test/kotlin/fixtures/IgdbGameVideoFixtures.kt diff --git a/feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/fixtures/IgdbGenreFixtures.kt b/feature/calendar/datasource-igdb/src/test/kotlin/fixtures/IgdbGenreFixtures.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/fixtures/IgdbGenreFixtures.kt rename to feature/calendar/datasource-igdb/src/test/kotlin/fixtures/IgdbGenreFixtures.kt diff --git a/feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/fixtures/IgdbLanguageFixtures.kt b/feature/calendar/datasource-igdb/src/test/kotlin/fixtures/IgdbLanguageFixtures.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/fixtures/IgdbLanguageFixtures.kt rename to feature/calendar/datasource-igdb/src/test/kotlin/fixtures/IgdbLanguageFixtures.kt diff --git a/feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/fixtures/IgdbLanguageSupportFixtures.kt b/feature/calendar/datasource-igdb/src/test/kotlin/fixtures/IgdbLanguageSupportFixtures.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/fixtures/IgdbLanguageSupportFixtures.kt rename to feature/calendar/datasource-igdb/src/test/kotlin/fixtures/IgdbLanguageSupportFixtures.kt diff --git a/feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/fixtures/IgdbPlatformFixtures.kt b/feature/calendar/datasource-igdb/src/test/kotlin/fixtures/IgdbPlatformFixtures.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/fixtures/IgdbPlatformFixtures.kt rename to feature/calendar/datasource-igdb/src/test/kotlin/fixtures/IgdbPlatformFixtures.kt diff --git a/feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/fixtures/IgdbPlayerPerspectiveFixtures.kt b/feature/calendar/datasource-igdb/src/test/kotlin/fixtures/IgdbPlayerPerspectiveFixtures.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/fixtures/IgdbPlayerPerspectiveFixtures.kt rename to feature/calendar/datasource-igdb/src/test/kotlin/fixtures/IgdbPlayerPerspectiveFixtures.kt diff --git a/feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/fixtures/IgdbReleaseDateFixtures.kt b/feature/calendar/datasource-igdb/src/test/kotlin/fixtures/IgdbReleaseDateFixtures.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/fixtures/IgdbReleaseDateFixtures.kt rename to feature/calendar/datasource-igdb/src/test/kotlin/fixtures/IgdbReleaseDateFixtures.kt diff --git a/feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/fixtures/IgdbScreenshotFixtures.kt b/feature/calendar/datasource-igdb/src/test/kotlin/fixtures/IgdbScreenshotFixtures.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/fixtures/IgdbScreenshotFixtures.kt rename to feature/calendar/datasource-igdb/src/test/kotlin/fixtures/IgdbScreenshotFixtures.kt diff --git a/feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/fixtures/IgdbThemeFixtures.kt b/feature/calendar/datasource-igdb/src/test/kotlin/fixtures/IgdbThemeFixtures.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/fixtures/IgdbThemeFixtures.kt rename to feature/calendar/datasource-igdb/src/test/kotlin/fixtures/IgdbThemeFixtures.kt diff --git a/feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/fixtures/IgdbWebsiteFixtures.kt b/feature/calendar/datasource-igdb/src/test/kotlin/fixtures/IgdbWebsiteFixtures.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/fixtures/IgdbWebsiteFixtures.kt rename to feature/calendar/datasource-igdb/src/test/kotlin/fixtures/IgdbWebsiteFixtures.kt diff --git a/feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/fixtures/agerating/Ratings.kt b/feature/calendar/datasource-igdb/src/test/kotlin/fixtures/agerating/Ratings.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/fixtures/agerating/Ratings.kt rename to feature/calendar/datasource-igdb/src/test/kotlin/fixtures/agerating/Ratings.kt diff --git a/feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/fixtures/collection/FinalFantasyCollection.kt b/feature/calendar/datasource-igdb/src/test/kotlin/fixtures/collection/FinalFantasyCollection.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/fixtures/collection/FinalFantasyCollection.kt rename to feature/calendar/datasource-igdb/src/test/kotlin/fixtures/collection/FinalFantasyCollection.kt diff --git a/feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/fixtures/company/LarianStudios.kt b/feature/calendar/datasource-igdb/src/test/kotlin/fixtures/company/LarianStudios.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/fixtures/company/LarianStudios.kt rename to feature/calendar/datasource-igdb/src/test/kotlin/fixtures/company/LarianStudios.kt diff --git a/feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/fixtures/company/WushuStudios.kt b/feature/calendar/datasource-igdb/src/test/kotlin/fixtures/company/WushuStudios.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/fixtures/company/WushuStudios.kt rename to feature/calendar/datasource-igdb/src/test/kotlin/fixtures/company/WushuStudios.kt diff --git a/feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/fixtures/cover/ImmortalsOfAveumCover.kt b/feature/calendar/datasource-igdb/src/test/kotlin/fixtures/cover/ImmortalsOfAveumCover.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/fixtures/cover/ImmortalsOfAveumCover.kt rename to feature/calendar/datasource-igdb/src/test/kotlin/fixtures/cover/ImmortalsOfAveumCover.kt diff --git a/feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/fixtures/game/BaldursGate3.kt b/feature/calendar/datasource-igdb/src/test/kotlin/fixtures/game/BaldursGate3.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/fixtures/game/BaldursGate3.kt rename to feature/calendar/datasource-igdb/src/test/kotlin/fixtures/game/BaldursGate3.kt diff --git a/feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/fixtures/gamemode/GameModes.kt b/feature/calendar/datasource-igdb/src/test/kotlin/fixtures/gamemode/GameModes.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/fixtures/gamemode/GameModes.kt rename to feature/calendar/datasource-igdb/src/test/kotlin/fixtures/gamemode/GameModes.kt diff --git a/feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/fixtures/gamevideo/ImmortalsOfAvenumGameVideos.kt b/feature/calendar/datasource-igdb/src/test/kotlin/fixtures/gamevideo/ImmortalsOfAvenumGameVideos.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/fixtures/gamevideo/ImmortalsOfAvenumGameVideos.kt rename to feature/calendar/datasource-igdb/src/test/kotlin/fixtures/gamevideo/ImmortalsOfAvenumGameVideos.kt diff --git a/feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/fixtures/genre/Genres.kt b/feature/calendar/datasource-igdb/src/test/kotlin/fixtures/genre/Genres.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/fixtures/genre/Genres.kt rename to feature/calendar/datasource-igdb/src/test/kotlin/fixtures/genre/Genres.kt diff --git a/feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/fixtures/language/Languages.kt b/feature/calendar/datasource-igdb/src/test/kotlin/fixtures/language/Languages.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/fixtures/language/Languages.kt rename to feature/calendar/datasource-igdb/src/test/kotlin/fixtures/language/Languages.kt diff --git a/feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/fixtures/languagesupport/LanguageSupports.kt b/feature/calendar/datasource-igdb/src/test/kotlin/fixtures/languagesupport/LanguageSupports.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/fixtures/languagesupport/LanguageSupports.kt rename to feature/calendar/datasource-igdb/src/test/kotlin/fixtures/languagesupport/LanguageSupports.kt diff --git a/feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/fixtures/platform/Platforms.kt b/feature/calendar/datasource-igdb/src/test/kotlin/fixtures/platform/Platforms.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/fixtures/platform/Platforms.kt rename to feature/calendar/datasource-igdb/src/test/kotlin/fixtures/platform/Platforms.kt diff --git a/feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/fixtures/playerperspective/PlayerPerspectives.kt b/feature/calendar/datasource-igdb/src/test/kotlin/fixtures/playerperspective/PlayerPerspectives.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/fixtures/playerperspective/PlayerPerspectives.kt rename to feature/calendar/datasource-igdb/src/test/kotlin/fixtures/playerperspective/PlayerPerspectives.kt diff --git a/feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/fixtures/releasedate/ReleaseDates.kt b/feature/calendar/datasource-igdb/src/test/kotlin/fixtures/releasedate/ReleaseDates.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/fixtures/releasedate/ReleaseDates.kt rename to feature/calendar/datasource-igdb/src/test/kotlin/fixtures/releasedate/ReleaseDates.kt diff --git a/feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/fixtures/screenshot/Gta1Full.kt b/feature/calendar/datasource-igdb/src/test/kotlin/fixtures/screenshot/Gta1Full.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/fixtures/screenshot/Gta1Full.kt rename to feature/calendar/datasource-igdb/src/test/kotlin/fixtures/screenshot/Gta1Full.kt diff --git a/feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/fixtures/theme/Themes.kt b/feature/calendar/datasource-igdb/src/test/kotlin/fixtures/theme/Themes.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/fixtures/theme/Themes.kt rename to feature/calendar/datasource-igdb/src/test/kotlin/fixtures/theme/Themes.kt diff --git a/feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/fixtures/website/Websites.kt b/feature/calendar/datasource-igdb/src/test/kotlin/fixtures/website/Websites.kt similarity index 100% rename from feature/calendar/datasource-igdb/src/test/kotlin/ru/pixnews/feature/calendar/datasource/igdb/fixtures/website/Websites.kt rename to feature/calendar/datasource-igdb/src/test/kotlin/fixtures/website/Websites.kt diff --git a/feature/calendar/public/src/main/kotlin/ru/pixnews/feature/calendar/CalendarViewModel.kt b/feature/calendar/public/src/main/kotlin/CalendarViewModel.kt similarity index 100% rename from feature/calendar/public/src/main/kotlin/ru/pixnews/feature/calendar/CalendarViewModel.kt rename to feature/calendar/public/src/main/kotlin/CalendarViewModel.kt diff --git a/feature/calendar/public/src/main/kotlin/ru/pixnews/feature/calendar/PreviewFixtures.kt b/feature/calendar/public/src/main/kotlin/PreviewFixtures.kt similarity index 100% rename from feature/calendar/public/src/main/kotlin/ru/pixnews/feature/calendar/PreviewFixtures.kt rename to feature/calendar/public/src/main/kotlin/PreviewFixtures.kt diff --git a/feature/calendar/public/src/main/kotlin/ru/pixnews/feature/calendar/converter/CalendarWithPagingStateReducer.kt b/feature/calendar/public/src/main/kotlin/converter/CalendarWithPagingStateReducer.kt similarity index 100% rename from feature/calendar/public/src/main/kotlin/ru/pixnews/feature/calendar/converter/CalendarWithPagingStateReducer.kt rename to feature/calendar/public/src/main/kotlin/converter/CalendarWithPagingStateReducer.kt diff --git a/feature/calendar/public/src/main/kotlin/ru/pixnews/feature/calendar/converter/UpcomingGameListConverter.kt b/feature/calendar/public/src/main/kotlin/converter/UpcomingGameListConverter.kt similarity index 100% rename from feature/calendar/public/src/main/kotlin/ru/pixnews/feature/calendar/converter/UpcomingGameListConverter.kt rename to feature/calendar/public/src/main/kotlin/converter/UpcomingGameListConverter.kt diff --git a/feature/calendar/public/src/main/kotlin/ru/pixnews/feature/calendar/model/CalendarListItem.kt b/feature/calendar/public/src/main/kotlin/model/CalendarListItem.kt similarity index 100% rename from feature/calendar/public/src/main/kotlin/ru/pixnews/feature/calendar/model/CalendarListItem.kt rename to feature/calendar/public/src/main/kotlin/model/CalendarListItem.kt diff --git a/feature/calendar/public/src/main/kotlin/ru/pixnews/feature/calendar/model/CalendarScreenState.kt b/feature/calendar/public/src/main/kotlin/model/CalendarScreenState.kt similarity index 100% rename from feature/calendar/public/src/main/kotlin/ru/pixnews/feature/calendar/model/CalendarScreenState.kt rename to feature/calendar/public/src/main/kotlin/model/CalendarScreenState.kt diff --git a/feature/calendar/public/src/main/kotlin/ru/pixnews/feature/calendar/model/CalendarScreenStateWithPagingState.kt b/feature/calendar/public/src/main/kotlin/model/CalendarScreenStateWithPagingState.kt similarity index 100% rename from feature/calendar/public/src/main/kotlin/ru/pixnews/feature/calendar/model/CalendarScreenStateWithPagingState.kt rename to feature/calendar/public/src/main/kotlin/model/CalendarScreenStateWithPagingState.kt diff --git a/feature/calendar/public/src/main/kotlin/ru/pixnews/feature/calendar/model/GameListFilterChip.kt b/feature/calendar/public/src/main/kotlin/model/GameListFilterChip.kt similarity index 100% rename from feature/calendar/public/src/main/kotlin/ru/pixnews/feature/calendar/model/GameListFilterChip.kt rename to feature/calendar/public/src/main/kotlin/model/GameListFilterChip.kt diff --git a/feature/calendar/public/src/main/kotlin/ru/pixnews/feature/calendar/model/GameListViewMode.kt b/feature/calendar/public/src/main/kotlin/model/GameListViewMode.kt similarity index 100% rename from feature/calendar/public/src/main/kotlin/ru/pixnews/feature/calendar/model/GameListViewMode.kt rename to feature/calendar/public/src/main/kotlin/model/GameListViewMode.kt diff --git a/feature/calendar/public/src/main/kotlin/ru/pixnews/feature/calendar/model/GamesOnDay.kt b/feature/calendar/public/src/main/kotlin/model/GamesOnDay.kt similarity index 100% rename from feature/calendar/public/src/main/kotlin/ru/pixnews/feature/calendar/model/GamesOnDay.kt rename to feature/calendar/public/src/main/kotlin/model/GamesOnDay.kt diff --git a/feature/calendar/public/src/main/kotlin/ru/pixnews/feature/calendar/model/MajorReleaseCarouselItemUiModel.kt b/feature/calendar/public/src/main/kotlin/model/MajorReleaseCarouselItemUiModel.kt similarity index 100% rename from feature/calendar/public/src/main/kotlin/ru/pixnews/feature/calendar/model/MajorReleaseCarouselItemUiModel.kt rename to feature/calendar/public/src/main/kotlin/model/MajorReleaseCarouselItemUiModel.kt diff --git a/feature/calendar/public/src/main/kotlin/ru/pixnews/feature/calendar/navigation/CalendarNavigation.kt b/feature/calendar/public/src/main/kotlin/navigation/CalendarNavigation.kt similarity index 100% rename from feature/calendar/public/src/main/kotlin/ru/pixnews/feature/calendar/navigation/CalendarNavigation.kt rename to feature/calendar/public/src/main/kotlin/navigation/CalendarNavigation.kt diff --git a/feature/calendar/public/src/main/kotlin/ru/pixnews/feature/calendar/ui/CalendarScreen.kt b/feature/calendar/public/src/main/kotlin/ui/CalendarScreen.kt similarity index 100% rename from feature/calendar/public/src/main/kotlin/ru/pixnews/feature/calendar/ui/CalendarScreen.kt rename to feature/calendar/public/src/main/kotlin/ui/CalendarScreen.kt diff --git a/feature/calendar/public/src/main/kotlin/ru/pixnews/feature/calendar/ui/InitialLoadingPlaceholder.kt b/feature/calendar/public/src/main/kotlin/ui/InitialLoadingPlaceholder.kt similarity index 100% rename from feature/calendar/public/src/main/kotlin/ru/pixnews/feature/calendar/ui/InitialLoadingPlaceholder.kt rename to feature/calendar/public/src/main/kotlin/ui/InitialLoadingPlaceholder.kt diff --git a/feature/calendar/public/src/main/kotlin/ru/pixnews/feature/calendar/ui/failure/NoInternet.kt b/feature/calendar/public/src/main/kotlin/ui/failure/NoInternet.kt similarity index 100% rename from feature/calendar/public/src/main/kotlin/ru/pixnews/feature/calendar/ui/failure/NoInternet.kt rename to feature/calendar/public/src/main/kotlin/ui/failure/NoInternet.kt diff --git a/feature/calendar/public/src/main/kotlin/ru/pixnews/feature/calendar/ui/failure/OtherNetworkError.kt b/feature/calendar/public/src/main/kotlin/ui/failure/OtherNetworkError.kt similarity index 100% rename from feature/calendar/public/src/main/kotlin/ru/pixnews/feature/calendar/ui/failure/OtherNetworkError.kt rename to feature/calendar/public/src/main/kotlin/ui/failure/OtherNetworkError.kt diff --git a/feature/calendar/public/src/main/kotlin/ru/pixnews/feature/calendar/ui/failure/SignalWifi0BarIcon.kt b/feature/calendar/public/src/main/kotlin/ui/failure/SignalWifi0BarIcon.kt similarity index 100% rename from feature/calendar/public/src/main/kotlin/ru/pixnews/feature/calendar/ui/failure/SignalWifi0BarIcon.kt rename to feature/calendar/public/src/main/kotlin/ui/failure/SignalWifi0BarIcon.kt diff --git a/feature/calendar/public/src/main/kotlin/ru/pixnews/feature/calendar/ui/header/CalendarScreenHeader.kt b/feature/calendar/public/src/main/kotlin/ui/header/CalendarScreenHeader.kt similarity index 100% rename from feature/calendar/public/src/main/kotlin/ru/pixnews/feature/calendar/ui/header/CalendarScreenHeader.kt rename to feature/calendar/public/src/main/kotlin/ui/header/CalendarScreenHeader.kt diff --git a/feature/calendar/public/src/main/kotlin/ru/pixnews/feature/calendar/ui/header/ChipsRow.kt b/feature/calendar/public/src/main/kotlin/ui/header/ChipsRow.kt similarity index 100% rename from feature/calendar/public/src/main/kotlin/ru/pixnews/feature/calendar/ui/header/ChipsRow.kt rename to feature/calendar/public/src/main/kotlin/ui/header/ChipsRow.kt diff --git a/feature/calendar/public/src/main/kotlin/ru/pixnews/feature/calendar/ui/header/DateSelectionHeader.kt b/feature/calendar/public/src/main/kotlin/ui/header/DateSelectionHeader.kt similarity index 100% rename from feature/calendar/public/src/main/kotlin/ru/pixnews/feature/calendar/ui/header/DateSelectionHeader.kt rename to feature/calendar/public/src/main/kotlin/ui/header/DateSelectionHeader.kt diff --git a/feature/calendar/public/src/main/kotlin/ru/pixnews/feature/calendar/ui/header/SearchBox.kt b/feature/calendar/public/src/main/kotlin/ui/header/SearchBox.kt similarity index 100% rename from feature/calendar/public/src/main/kotlin/ru/pixnews/feature/calendar/ui/header/SearchBox.kt rename to feature/calendar/public/src/main/kotlin/ui/header/SearchBox.kt diff --git a/feature/calendar/public/src/main/kotlin/ru/pixnews/feature/calendar/ui/success/GameList.kt b/feature/calendar/public/src/main/kotlin/ui/success/GameList.kt similarity index 100% rename from feature/calendar/public/src/main/kotlin/ru/pixnews/feature/calendar/ui/success/GameList.kt rename to feature/calendar/public/src/main/kotlin/ui/success/GameList.kt diff --git a/feature/calendar/public/src/main/kotlin/ru/pixnews/feature/calendar/ui/success/MajorReleasesCarousel.kt b/feature/calendar/public/src/main/kotlin/ui/success/MajorReleasesCarousel.kt similarity index 100% rename from feature/calendar/public/src/main/kotlin/ru/pixnews/feature/calendar/ui/success/MajorReleasesCarousel.kt rename to feature/calendar/public/src/main/kotlin/ui/success/MajorReleasesCarousel.kt diff --git a/feature/calendar/public/src/main/kotlin/ru/pixnews/feature/calendar/util/CalendarUtils.kt b/feature/calendar/public/src/main/kotlin/util/CalendarUtils.kt similarity index 100% rename from feature/calendar/public/src/main/kotlin/ru/pixnews/feature/calendar/util/CalendarUtils.kt rename to feature/calendar/public/src/main/kotlin/util/CalendarUtils.kt diff --git a/feature/calendar/public/src/main/kotlin/ru/pixnews/feature/calendar/util/DateLocalization.kt b/feature/calendar/public/src/main/kotlin/util/DateLocalization.kt similarity index 100% rename from feature/calendar/public/src/main/kotlin/ru/pixnews/feature/calendar/util/DateLocalization.kt rename to feature/calendar/public/src/main/kotlin/util/DateLocalization.kt diff --git a/feature/calendar/public/src/test/kotlin/ru/pixnews/feature/calendar/CalendarUtilsTest.kt b/feature/calendar/public/src/test/kotlin/CalendarUtilsTest.kt similarity index 100% rename from feature/calendar/public/src/test/kotlin/ru/pixnews/feature/calendar/CalendarUtilsTest.kt rename to feature/calendar/public/src/test/kotlin/CalendarUtilsTest.kt diff --git a/feature/calendar/public/src/test/kotlin/ru/pixnews/feature/calendar/CalendarViewModelTest.kt b/feature/calendar/public/src/test/kotlin/CalendarViewModelTest.kt similarity index 96% rename from feature/calendar/public/src/test/kotlin/ru/pixnews/feature/calendar/CalendarViewModelTest.kt rename to feature/calendar/public/src/test/kotlin/CalendarViewModelTest.kt index 64a9d8a5..1f54541b 100644 --- a/feature/calendar/public/src/test/kotlin/ru/pixnews/feature/calendar/CalendarViewModelTest.kt +++ b/feature/calendar/public/src/test/kotlin/CalendarViewModelTest.kt @@ -21,7 +21,7 @@ import org.junit.jupiter.api.extension.RegisterExtension import ru.pixnews.domain.model.game.GameField import ru.pixnews.feature.calendar.data.domain.upcoming.ObserveUpcomingReleasesByDateUseCase import ru.pixnews.feature.calendar.data.domain.upcoming.ObserveUpcomingReleasesByDateUseCase.UpcomingRelease -import ru.pixnews.feature.calendar.domain.upcoming.DefaultObserveUpcomingReleasesByDateUseCase +import ru.pixnews.feature.calendar.data.subdomain.upcoming.DefaultObserveUpcomingReleasesByDateUseCase import ru.pixnews.feature.calendar.model.InitialLoad import ru.pixnews.foundation.featuretoggles.ExperimentKey import ru.pixnews.foundation.featuretoggles.FeatureManager diff --git a/feature/calendar/public/src/test/kotlin/ru/pixnews/feature/calendar/converter/ListOrderTestExpectedItem.kt b/feature/calendar/public/src/test/kotlin/converter/ListOrderTestExpectedItem.kt similarity index 100% rename from feature/calendar/public/src/test/kotlin/ru/pixnews/feature/calendar/converter/ListOrderTestExpectedItem.kt rename to feature/calendar/public/src/test/kotlin/converter/ListOrderTestExpectedItem.kt diff --git a/feature/calendar/public/src/test/kotlin/ru/pixnews/feature/calendar/converter/UpcomingGameListConverterTest.kt b/feature/calendar/public/src/test/kotlin/converter/UpcomingGameListConverterTest.kt similarity index 100% rename from feature/calendar/public/src/test/kotlin/ru/pixnews/feature/calendar/converter/UpcomingGameListConverterTest.kt rename to feature/calendar/public/src/test/kotlin/converter/UpcomingGameListConverterTest.kt diff --git a/feature/calendar/public/src/test/kotlin/ru/pixnews/feature/calendar/fixture/UpcomingReleaseDateFixtures.kt b/feature/calendar/public/src/test/kotlin/fixture/UpcomingReleaseDateFixtures.kt similarity index 100% rename from feature/calendar/public/src/test/kotlin/ru/pixnews/feature/calendar/fixture/UpcomingReleaseDateFixtures.kt rename to feature/calendar/public/src/test/kotlin/fixture/UpcomingReleaseDateFixtures.kt diff --git a/feature/calendar/public/src/test/kotlin/ru/pixnews/feature/calendar/fixture/UpcomingReleasesFixtures.kt b/feature/calendar/public/src/test/kotlin/fixture/UpcomingReleasesFixtures.kt similarity index 100% rename from feature/calendar/public/src/test/kotlin/ru/pixnews/feature/calendar/fixture/UpcomingReleasesFixtures.kt rename to feature/calendar/public/src/test/kotlin/fixture/UpcomingReleasesFixtures.kt diff --git a/feature/calendar/test-constants/src/main/kotlin/ru/pixnews/feature/calendar/test/constants/CalendarSemanticProperties.kt b/feature/calendar/test-constants/src/main/kotlin/CalendarSemanticProperties.kt similarity index 100% rename from feature/calendar/test-constants/src/main/kotlin/ru/pixnews/feature/calendar/test/constants/CalendarSemanticProperties.kt rename to feature/calendar/test-constants/src/main/kotlin/CalendarSemanticProperties.kt diff --git a/feature/calendar/test-constants/src/main/kotlin/ru/pixnews/feature/calendar/test/constants/CalendarTestTag.kt b/feature/calendar/test-constants/src/main/kotlin/CalendarTestTag.kt similarity index 100% rename from feature/calendar/test-constants/src/main/kotlin/ru/pixnews/feature/calendar/test/constants/CalendarTestTag.kt rename to feature/calendar/test-constants/src/main/kotlin/CalendarTestTag.kt diff --git a/feature/calendar/test-constants/src/main/kotlin/ru/pixnews/feature/calendar/test/constants/UpcomingReleaseGroupId.kt b/feature/calendar/test-constants/src/main/kotlin/UpcomingReleaseGroupId.kt similarity index 100% rename from feature/calendar/test-constants/src/main/kotlin/ru/pixnews/feature/calendar/test/constants/UpcomingReleaseGroupId.kt rename to feature/calendar/test-constants/src/main/kotlin/UpcomingReleaseGroupId.kt diff --git a/feature/calendar/test/src/main/kotlin/Dummy.kt b/feature/calendar/test/src/main/kotlin/Dummy.kt new file mode 100644 index 00000000..22413180 --- /dev/null +++ b/feature/calendar/test/src/main/kotlin/Dummy.kt @@ -0,0 +1,9 @@ +/* + * Copyright (c) 2024, the Pixnews project authors and contributors. Please see the AUTHORS file for details. + * Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. + */ + +@file:Suppress("FILE_CONTAINS_ONLY_COMMENTS", "FILE_NO_BLANK_LINE_BETWEEN_BLOCKS") + +// Workaround for https://youtrack.jetbrains.com/issue/KTIJ-27842 +package ru.pixnews.feature.calendar.test diff --git a/feature/calendar/test/src/main/kotlin/ru/pixnews/feature/calendar/test/element/CalendarHeaderElement.kt b/feature/calendar/test/src/main/kotlin/element/CalendarHeaderElement.kt similarity index 100% rename from feature/calendar/test/src/main/kotlin/ru/pixnews/feature/calendar/test/element/CalendarHeaderElement.kt rename to feature/calendar/test/src/main/kotlin/element/CalendarHeaderElement.kt diff --git a/feature/calendar/test/src/main/kotlin/ru/pixnews/feature/calendar/test/element/ChipsRowElement.kt b/feature/calendar/test/src/main/kotlin/element/ChipsRowElement.kt similarity index 100% rename from feature/calendar/test/src/main/kotlin/ru/pixnews/feature/calendar/test/element/ChipsRowElement.kt rename to feature/calendar/test/src/main/kotlin/element/ChipsRowElement.kt diff --git a/feature/calendar/test/src/main/kotlin/ru/pixnews/feature/calendar/test/element/DateSelectionHeaderElement.kt b/feature/calendar/test/src/main/kotlin/element/DateSelectionHeaderElement.kt similarity index 100% rename from feature/calendar/test/src/main/kotlin/ru/pixnews/feature/calendar/test/element/DateSelectionHeaderElement.kt rename to feature/calendar/test/src/main/kotlin/element/DateSelectionHeaderElement.kt diff --git a/feature/calendar/test/src/main/kotlin/ru/pixnews/feature/calendar/test/element/GameFeedElement.kt b/feature/calendar/test/src/main/kotlin/element/GameFeedElement.kt similarity index 100% rename from feature/calendar/test/src/main/kotlin/ru/pixnews/feature/calendar/test/element/GameFeedElement.kt rename to feature/calendar/test/src/main/kotlin/element/GameFeedElement.kt diff --git a/feature/calendar/test/src/main/kotlin/ru/pixnews/feature/calendar/test/element/util/SemanticMatchers.kt b/feature/calendar/test/src/main/kotlin/element/util/SemanticMatchers.kt similarity index 100% rename from feature/calendar/test/src/main/kotlin/ru/pixnews/feature/calendar/test/element/util/SemanticMatchers.kt rename to feature/calendar/test/src/main/kotlin/element/util/SemanticMatchers.kt diff --git a/feature/collections/public/src/main/kotlin/ru/pixnews/feature/collections/CollectionsScreen.kt b/feature/collections/public/src/main/kotlin/CollectionsScreen.kt similarity index 100% rename from feature/collections/public/src/main/kotlin/ru/pixnews/feature/collections/CollectionsScreen.kt rename to feature/collections/public/src/main/kotlin/CollectionsScreen.kt diff --git a/feature/collections/public/src/main/kotlin/ru/pixnews/feature/collections/navigation/CollectionsNavigation.kt b/feature/collections/public/src/main/kotlin/navigation/CollectionsNavigation.kt similarity index 100% rename from feature/collections/public/src/main/kotlin/ru/pixnews/feature/collections/navigation/CollectionsNavigation.kt rename to feature/collections/public/src/main/kotlin/navigation/CollectionsNavigation.kt diff --git a/feature/collections/test-constants/main/ru/pixnews/feature/collections/test/constants/CollectionsTestTags.kt b/feature/collections/test-constants/main/CollectionsTestTags.kt similarity index 100% rename from feature/collections/test-constants/main/ru/pixnews/feature/collections/test/constants/CollectionsTestTags.kt rename to feature/collections/test-constants/main/CollectionsTestTags.kt diff --git a/feature/featuretoggles/public/src/main/kotlin/ru/pixnews/feature/featuretoggles/FeatureToggleListActivity.kt b/feature/featuretoggles/public/src/main/kotlin/FeatureToggleListActivity.kt similarity index 100% rename from feature/featuretoggles/public/src/main/kotlin/ru/pixnews/feature/featuretoggles/FeatureToggleListActivity.kt rename to feature/featuretoggles/public/src/main/kotlin/FeatureToggleListActivity.kt diff --git a/feature/featuretoggles/public/src/main/kotlin/ru/pixnews/feature/featuretoggles/FeatureToggleListViewModel.kt b/feature/featuretoggles/public/src/main/kotlin/FeatureToggleListViewModel.kt similarity index 100% rename from feature/featuretoggles/public/src/main/kotlin/ru/pixnews/feature/featuretoggles/FeatureToggleListViewModel.kt rename to feature/featuretoggles/public/src/main/kotlin/FeatureToggleListViewModel.kt diff --git a/feature/featuretoggles/public/src/main/kotlin/ru/pixnews/feature/featuretoggles/FeatureTogglePreviewParameterProvider.kt b/feature/featuretoggles/public/src/main/kotlin/FeatureTogglePreviewParameterProvider.kt similarity index 100% rename from feature/featuretoggles/public/src/main/kotlin/ru/pixnews/feature/featuretoggles/FeatureTogglePreviewParameterProvider.kt rename to feature/featuretoggles/public/src/main/kotlin/FeatureTogglePreviewParameterProvider.kt diff --git a/feature/featuretoggles/public/src/main/kotlin/ru/pixnews/feature/featuretoggles/inject/ToggleListViewModelModule.kt b/feature/featuretoggles/public/src/main/kotlin/inject/ToggleListViewModelModule.kt similarity index 100% rename from feature/featuretoggles/public/src/main/kotlin/ru/pixnews/feature/featuretoggles/inject/ToggleListViewModelModule.kt rename to feature/featuretoggles/public/src/main/kotlin/inject/ToggleListViewModelModule.kt diff --git a/feature/featuretoggles/public/src/main/kotlin/ru/pixnews/feature/featuretoggles/model/FeatureToggleUiModel.kt b/feature/featuretoggles/public/src/main/kotlin/model/FeatureToggleUiModel.kt similarity index 100% rename from feature/featuretoggles/public/src/main/kotlin/ru/pixnews/feature/featuretoggles/model/FeatureToggleUiModel.kt rename to feature/featuretoggles/public/src/main/kotlin/model/FeatureToggleUiModel.kt diff --git a/feature/featuretoggles/public/src/main/kotlin/ru/pixnews/feature/featuretoggles/model/FeatureTogglesScreenState.kt b/feature/featuretoggles/public/src/main/kotlin/model/FeatureTogglesScreenState.kt similarity index 100% rename from feature/featuretoggles/public/src/main/kotlin/ru/pixnews/feature/featuretoggles/model/FeatureTogglesScreenState.kt rename to feature/featuretoggles/public/src/main/kotlin/model/FeatureTogglesScreenState.kt diff --git a/feature/featuretoggles/public/src/main/kotlin/ru/pixnews/feature/featuretoggles/model/PermanentErrorMessage.kt b/feature/featuretoggles/public/src/main/kotlin/model/PermanentErrorMessage.kt similarity index 100% rename from feature/featuretoggles/public/src/main/kotlin/ru/pixnews/feature/featuretoggles/model/PermanentErrorMessage.kt rename to feature/featuretoggles/public/src/main/kotlin/model/PermanentErrorMessage.kt diff --git a/feature/featuretoggles/public/src/main/kotlin/ru/pixnews/feature/featuretoggles/model/VariantUiModel.kt b/feature/featuretoggles/public/src/main/kotlin/model/VariantUiModel.kt similarity index 100% rename from feature/featuretoggles/public/src/main/kotlin/ru/pixnews/feature/featuretoggles/model/VariantUiModel.kt rename to feature/featuretoggles/public/src/main/kotlin/model/VariantUiModel.kt diff --git a/feature/featuretoggles/public/src/main/kotlin/ru/pixnews/feature/featuretoggles/ui/FeatureToggleListPopulated.kt b/feature/featuretoggles/public/src/main/kotlin/ui/FeatureToggleListPopulated.kt similarity index 100% rename from feature/featuretoggles/public/src/main/kotlin/ru/pixnews/feature/featuretoggles/ui/FeatureToggleListPopulated.kt rename to feature/featuretoggles/public/src/main/kotlin/ui/FeatureToggleListPopulated.kt diff --git a/feature/featuretoggles/public/src/main/kotlin/ru/pixnews/feature/featuretoggles/ui/FeatureToggleListScreen.kt b/feature/featuretoggles/public/src/main/kotlin/ui/FeatureToggleListScreen.kt similarity index 100% rename from feature/featuretoggles/public/src/main/kotlin/ru/pixnews/feature/featuretoggles/ui/FeatureToggleListScreen.kt rename to feature/featuretoggles/public/src/main/kotlin/ui/FeatureToggleListScreen.kt diff --git a/feature/featuretoggles/public/src/main/kotlin/ru/pixnews/feature/featuretoggles/ui/LoadingScreen.kt b/feature/featuretoggles/public/src/main/kotlin/ui/LoadingScreen.kt similarity index 100% rename from feature/featuretoggles/public/src/main/kotlin/ru/pixnews/feature/featuretoggles/ui/LoadingScreen.kt rename to feature/featuretoggles/public/src/main/kotlin/ui/LoadingScreen.kt diff --git a/feature/featuretoggles/public/src/main/kotlin/ru/pixnews/feature/featuretoggles/ui/PermanentErrorScreen.kt b/feature/featuretoggles/public/src/main/kotlin/ui/PermanentErrorScreen.kt similarity index 100% rename from feature/featuretoggles/public/src/main/kotlin/ru/pixnews/feature/featuretoggles/ui/PermanentErrorScreen.kt rename to feature/featuretoggles/public/src/main/kotlin/ui/PermanentErrorScreen.kt diff --git a/feature/featuretoggles/public/src/main/kotlin/ru/pixnews/feature/featuretoggles/ui/ToggleScreenTopAppBar.kt b/feature/featuretoggles/public/src/main/kotlin/ui/ToggleScreenTopAppBar.kt similarity index 100% rename from feature/featuretoggles/public/src/main/kotlin/ru/pixnews/feature/featuretoggles/ui/ToggleScreenTopAppBar.kt rename to feature/featuretoggles/public/src/main/kotlin/ui/ToggleScreenTopAppBar.kt diff --git a/feature/profile/public/src/main/kotlin/ru/pixnews/feature/profile/ProfileScreen.kt b/feature/profile/public/src/main/kotlin/ProfileScreen.kt similarity index 100% rename from feature/profile/public/src/main/kotlin/ru/pixnews/feature/profile/ProfileScreen.kt rename to feature/profile/public/src/main/kotlin/ProfileScreen.kt diff --git a/feature/profile/public/src/main/kotlin/ru/pixnews/feature/profile/navigation/ProfileNavigation.kt b/feature/profile/public/src/main/kotlin/navigation/ProfileNavigation.kt similarity index 100% rename from feature/profile/public/src/main/kotlin/ru/pixnews/feature/profile/navigation/ProfileNavigation.kt rename to feature/profile/public/src/main/kotlin/navigation/ProfileNavigation.kt diff --git a/feature/profile/test-constants/main/ru/pixnews/feature/profile/test/constants/ProfileTestTags.kt b/feature/profile/test-constants/main/ProfileTestTags.kt similarity index 100% rename from feature/profile/test-constants/main/ru/pixnews/feature/profile/test/constants/ProfileTestTags.kt rename to feature/profile/test-constants/main/ProfileTestTags.kt diff --git a/feature/root/public/src/main/kotlin/ru/pixnews/feature/root/BottomNavigationBar.kt b/feature/root/public/src/main/kotlin/BottomNavigationBar.kt similarity index 100% rename from feature/root/public/src/main/kotlin/ru/pixnews/feature/root/BottomNavigationBar.kt rename to feature/root/public/src/main/kotlin/BottomNavigationBar.kt diff --git a/feature/root/public/src/main/kotlin/ru/pixnews/feature/root/NavHost.kt b/feature/root/public/src/main/kotlin/NavHost.kt similarity index 100% rename from feature/root/public/src/main/kotlin/ru/pixnews/feature/root/NavHost.kt rename to feature/root/public/src/main/kotlin/NavHost.kt diff --git a/feature/root/public/src/main/kotlin/ru/pixnews/feature/root/PixnewsApp.kt b/feature/root/public/src/main/kotlin/PixnewsApp.kt similarity index 100% rename from feature/root/public/src/main/kotlin/ru/pixnews/feature/root/PixnewsApp.kt rename to feature/root/public/src/main/kotlin/PixnewsApp.kt diff --git a/feature/root/public/src/main/kotlin/ru/pixnews/feature/root/PixnewsRootContent.kt b/feature/root/public/src/main/kotlin/PixnewsRootContent.kt similarity index 100% rename from feature/root/public/src/main/kotlin/ru/pixnews/feature/root/PixnewsRootContent.kt rename to feature/root/public/src/main/kotlin/PixnewsRootContent.kt diff --git a/feature/root/public/src/main/kotlin/ru/pixnews/feature/root/PixnewsRootNavigationState.kt b/feature/root/public/src/main/kotlin/PixnewsRootNavigationState.kt similarity index 100% rename from feature/root/public/src/main/kotlin/ru/pixnews/feature/root/PixnewsRootNavigationState.kt rename to feature/root/public/src/main/kotlin/PixnewsRootNavigationState.kt diff --git a/feature/root/public/src/main/kotlin/ru/pixnews/feature/root/TopLevelDestination.kt b/feature/root/public/src/main/kotlin/TopLevelDestination.kt similarity index 100% rename from feature/root/public/src/main/kotlin/ru/pixnews/feature/root/TopLevelDestination.kt rename to feature/root/public/src/main/kotlin/TopLevelDestination.kt diff --git a/feature/root/public/src/screenshotTest/kotlin/ru/pixnews/feature/root/BottomNavigationBarScreenshots.kt b/feature/root/public/src/screenshotTest/kotlin/BottomNavigationBarScreenshots.kt similarity index 100% rename from feature/root/public/src/screenshotTest/kotlin/ru/pixnews/feature/root/BottomNavigationBarScreenshots.kt rename to feature/root/public/src/screenshotTest/kotlin/BottomNavigationBarScreenshots.kt diff --git a/feature/root/test-constants/main/ru/pixnews/feature/root/test/constants/BottomBarTestTags.kt b/feature/root/test-constants/main/BottomBarTestTags.kt similarity index 100% rename from feature/root/test-constants/main/ru/pixnews/feature/root/test/constants/BottomBarTestTags.kt rename to feature/root/test-constants/main/BottomBarTestTags.kt diff --git a/foundation/analytics/main/ru/pixnews/foundation/analytics/Analytics.kt b/foundation/analytics/main/Analytics.kt similarity index 100% rename from foundation/analytics/main/ru/pixnews/foundation/analytics/Analytics.kt rename to foundation/analytics/main/Analytics.kt diff --git a/foundation/analytics/main/ru/pixnews/foundation/analytics/NoOpAnalytics.kt b/foundation/analytics/main/NoOpAnalytics.kt similarity index 100% rename from foundation/analytics/main/ru/pixnews/foundation/analytics/NoOpAnalytics.kt rename to foundation/analytics/main/NoOpAnalytics.kt diff --git a/foundation/appconfig/main/ru/pixnews/foundation/appconfig/AppConfig.kt b/foundation/appconfig/main/AppConfig.kt similarity index 100% rename from foundation/appconfig/main/ru/pixnews/foundation/appconfig/AppConfig.kt rename to foundation/appconfig/main/AppConfig.kt diff --git a/foundation/appconfig/main/ru/pixnews/foundation/appconfig/AppConfigExt.kt b/foundation/appconfig/main/AppConfigExt.kt similarity index 100% rename from foundation/appconfig/main/ru/pixnews/foundation/appconfig/AppConfigExt.kt rename to foundation/appconfig/main/AppConfigExt.kt diff --git a/foundation/coroutines/main/ru/pixnews/foundation/coroutines/ComputationCoroutineDispatcherProvider.kt b/foundation/coroutines/main/ComputationCoroutineDispatcherProvider.kt similarity index 100% rename from foundation/coroutines/main/ru/pixnews/foundation/coroutines/ComputationCoroutineDispatcherProvider.kt rename to foundation/coroutines/main/ComputationCoroutineDispatcherProvider.kt diff --git a/foundation/coroutines/main/ru/pixnews/foundation/coroutines/GlobalExceptionHandler.kt b/foundation/coroutines/main/GlobalExceptionHandler.kt similarity index 100% rename from foundation/coroutines/main/ru/pixnews/foundation/coroutines/GlobalExceptionHandler.kt rename to foundation/coroutines/main/GlobalExceptionHandler.kt diff --git a/foundation/coroutines/main/ru/pixnews/foundation/coroutines/IoCoroutineDispatcherProvider.kt b/foundation/coroutines/main/IoCoroutineDispatcherProvider.kt similarity index 100% rename from foundation/coroutines/main/ru/pixnews/foundation/coroutines/IoCoroutineDispatcherProvider.kt rename to foundation/coroutines/main/IoCoroutineDispatcherProvider.kt diff --git a/foundation/coroutines/main/ru/pixnews/foundation/coroutines/MainCoroutineDispatcherProvider.kt b/foundation/coroutines/main/MainCoroutineDispatcherProvider.kt similarity index 100% rename from foundation/coroutines/main/ru/pixnews/foundation/coroutines/MainCoroutineDispatcherProvider.kt rename to foundation/coroutines/main/MainCoroutineDispatcherProvider.kt diff --git a/foundation/coroutines/main/ru/pixnews/foundation/coroutines/RootCoroutineScope.kt b/foundation/coroutines/main/RootCoroutineScope.kt similarity index 100% rename from foundation/coroutines/main/ru/pixnews/foundation/coroutines/RootCoroutineScope.kt rename to foundation/coroutines/main/RootCoroutineScope.kt diff --git a/foundation/database/src/main/kotlin/ru/pixnews/foundation/database/PixnewsDatabase.kt b/foundation/database/src/main/kotlin/PixnewsDatabase.kt similarity index 100% rename from foundation/database/src/main/kotlin/ru/pixnews/foundation/database/PixnewsDatabase.kt rename to foundation/database/src/main/kotlin/PixnewsDatabase.kt diff --git a/foundation/database/src/main/kotlin/ru/pixnews/foundation/database/converter/ByteStringConverter.kt b/foundation/database/src/main/kotlin/converter/ByteStringConverter.kt similarity index 100% rename from foundation/database/src/main/kotlin/ru/pixnews/foundation/database/converter/ByteStringConverter.kt rename to foundation/database/src/main/kotlin/converter/ByteStringConverter.kt diff --git a/foundation/database/src/main/kotlin/ru/pixnews/foundation/database/converter/ColorConverter.kt b/foundation/database/src/main/kotlin/converter/ColorConverter.kt similarity index 100% rename from foundation/database/src/main/kotlin/ru/pixnews/foundation/database/converter/ColorConverter.kt rename to foundation/database/src/main/kotlin/converter/ColorConverter.kt diff --git a/foundation/database/src/main/kotlin/ru/pixnews/foundation/database/converter/CountryCodeConverter.kt b/foundation/database/src/main/kotlin/converter/CountryCodeConverter.kt similarity index 100% rename from foundation/database/src/main/kotlin/ru/pixnews/foundation/database/converter/CountryCodeConverter.kt rename to foundation/database/src/main/kotlin/converter/CountryCodeConverter.kt diff --git a/foundation/database/src/main/kotlin/ru/pixnews/foundation/database/converter/EsrbRatingConverter.kt b/foundation/database/src/main/kotlin/converter/EsrbRatingConverter.kt similarity index 100% rename from foundation/database/src/main/kotlin/ru/pixnews/foundation/database/converter/EsrbRatingConverter.kt rename to foundation/database/src/main/kotlin/converter/EsrbRatingConverter.kt diff --git a/foundation/database/src/main/kotlin/ru/pixnews/foundation/database/converter/ExternalDataSourceTypeConverter.kt b/foundation/database/src/main/kotlin/converter/ExternalDataSourceTypeConverter.kt similarity index 100% rename from foundation/database/src/main/kotlin/ru/pixnews/foundation/database/converter/ExternalDataSourceTypeConverter.kt rename to foundation/database/src/main/kotlin/converter/ExternalDataSourceTypeConverter.kt diff --git a/foundation/database/src/main/kotlin/ru/pixnews/foundation/database/converter/ExternalLinkTypeConverter.kt b/foundation/database/src/main/kotlin/converter/ExternalLinkTypeConverter.kt similarity index 100% rename from foundation/database/src/main/kotlin/ru/pixnews/foundation/database/converter/ExternalLinkTypeConverter.kt rename to foundation/database/src/main/kotlin/converter/ExternalLinkTypeConverter.kt diff --git a/foundation/database/src/main/kotlin/ru/pixnews/foundation/database/converter/GameCompanyEntityTypeConverter.kt b/foundation/database/src/main/kotlin/converter/GameCompanyEntityTypeConverter.kt similarity index 100% rename from foundation/database/src/main/kotlin/ru/pixnews/foundation/database/converter/GameCompanyEntityTypeConverter.kt rename to foundation/database/src/main/kotlin/converter/GameCompanyEntityTypeConverter.kt diff --git a/foundation/database/src/main/kotlin/ru/pixnews/foundation/database/converter/GameLocalizationEntityTypeConverter.kt b/foundation/database/src/main/kotlin/converter/GameLocalizationEntityTypeConverter.kt similarity index 100% rename from foundation/database/src/main/kotlin/ru/pixnews/foundation/database/converter/GameLocalizationEntityTypeConverter.kt rename to foundation/database/src/main/kotlin/converter/GameLocalizationEntityTypeConverter.kt diff --git a/foundation/database/src/main/kotlin/ru/pixnews/foundation/database/converter/GameReleaseCategoryTypeConverter.kt b/foundation/database/src/main/kotlin/converter/GameReleaseCategoryTypeConverter.kt similarity index 100% rename from foundation/database/src/main/kotlin/ru/pixnews/foundation/database/converter/GameReleaseCategoryTypeConverter.kt rename to foundation/database/src/main/kotlin/converter/GameReleaseCategoryTypeConverter.kt diff --git a/foundation/database/src/main/kotlin/ru/pixnews/foundation/database/converter/GameReleaseDateEntityTypeConverter.kt b/foundation/database/src/main/kotlin/converter/GameReleaseDateEntityTypeConverter.kt similarity index 100% rename from foundation/database/src/main/kotlin/ru/pixnews/foundation/database/converter/GameReleaseDateEntityTypeConverter.kt rename to foundation/database/src/main/kotlin/converter/GameReleaseDateEntityTypeConverter.kt diff --git a/foundation/database/src/main/kotlin/ru/pixnews/foundation/database/converter/GameReleaseStatusTypeConverter.kt b/foundation/database/src/main/kotlin/converter/GameReleaseStatusTypeConverter.kt similarity index 100% rename from foundation/database/src/main/kotlin/ru/pixnews/foundation/database/converter/GameReleaseStatusTypeConverter.kt rename to foundation/database/src/main/kotlin/converter/GameReleaseStatusTypeConverter.kt diff --git a/foundation/database/src/main/kotlin/ru/pixnews/foundation/database/converter/GameTextInfoEntityTypeConverter.kt b/foundation/database/src/main/kotlin/converter/GameTextInfoEntityTypeConverter.kt similarity index 100% rename from foundation/database/src/main/kotlin/ru/pixnews/foundation/database/converter/GameTextInfoEntityTypeConverter.kt rename to foundation/database/src/main/kotlin/converter/GameTextInfoEntityTypeConverter.kt diff --git a/foundation/database/src/main/kotlin/ru/pixnews/foundation/database/converter/InstantConverter.kt b/foundation/database/src/main/kotlin/converter/InstantConverter.kt similarity index 100% rename from foundation/database/src/main/kotlin/ru/pixnews/foundation/database/converter/InstantConverter.kt rename to foundation/database/src/main/kotlin/converter/InstantConverter.kt diff --git a/foundation/database/src/main/kotlin/ru/pixnews/foundation/database/converter/LanguageCodeConverter.kt b/foundation/database/src/main/kotlin/converter/LanguageCodeConverter.kt similarity index 100% rename from foundation/database/src/main/kotlin/ru/pixnews/foundation/database/converter/LanguageCodeConverter.kt rename to foundation/database/src/main/kotlin/converter/LanguageCodeConverter.kt diff --git a/foundation/database/src/main/kotlin/ru/pixnews/foundation/database/converter/PegiRatingConverter.kt b/foundation/database/src/main/kotlin/converter/PegiRatingConverter.kt similarity index 100% rename from foundation/database/src/main/kotlin/ru/pixnews/foundation/database/converter/PegiRatingConverter.kt rename to foundation/database/src/main/kotlin/converter/PegiRatingConverter.kt diff --git a/foundation/database/src/main/kotlin/ru/pixnews/foundation/database/converter/VotesDistributionConverter.kt b/foundation/database/src/main/kotlin/converter/VotesDistributionConverter.kt similarity index 100% rename from foundation/database/src/main/kotlin/ru/pixnews/foundation/database/converter/VotesDistributionConverter.kt rename to foundation/database/src/main/kotlin/converter/VotesDistributionConverter.kt diff --git a/foundation/database/src/main/kotlin/ru/pixnews/foundation/database/dao/GameDao.kt b/foundation/database/src/main/kotlin/dao/GameDao.kt similarity index 100% rename from foundation/database/src/main/kotlin/ru/pixnews/foundation/database/dao/GameDao.kt rename to foundation/database/src/main/kotlin/dao/GameDao.kt diff --git a/foundation/database/src/main/kotlin/ru/pixnews/foundation/database/dao/GameModeDao.kt b/foundation/database/src/main/kotlin/dao/GameModeDao.kt similarity index 100% rename from foundation/database/src/main/kotlin/ru/pixnews/foundation/database/dao/GameModeDao.kt rename to foundation/database/src/main/kotlin/dao/GameModeDao.kt diff --git a/foundation/database/src/main/kotlin/ru/pixnews/foundation/database/dao/GameModeNameDao.kt b/foundation/database/src/main/kotlin/dao/GameModeNameDao.kt similarity index 100% rename from foundation/database/src/main/kotlin/ru/pixnews/foundation/database/dao/GameModeNameDao.kt rename to foundation/database/src/main/kotlin/dao/GameModeNameDao.kt diff --git a/foundation/database/src/main/kotlin/ru/pixnews/foundation/database/dao/IgdbSyncStatusDao.kt b/foundation/database/src/main/kotlin/dao/IgdbSyncStatusDao.kt similarity index 100% rename from foundation/database/src/main/kotlin/ru/pixnews/foundation/database/dao/IgdbSyncStatusDao.kt rename to foundation/database/src/main/kotlin/dao/IgdbSyncStatusDao.kt diff --git a/foundation/database/src/main/kotlin/ru/pixnews/foundation/database/entity/GameCompanyEntity.kt b/foundation/database/src/main/kotlin/entity/GameCompanyEntity.kt similarity index 100% rename from foundation/database/src/main/kotlin/ru/pixnews/foundation/database/entity/GameCompanyEntity.kt rename to foundation/database/src/main/kotlin/entity/GameCompanyEntity.kt diff --git a/foundation/database/src/main/kotlin/ru/pixnews/foundation/database/entity/GameGameModeEntity.kt b/foundation/database/src/main/kotlin/entity/GameGameModeEntity.kt similarity index 100% rename from foundation/database/src/main/kotlin/ru/pixnews/foundation/database/entity/GameGameModeEntity.kt rename to foundation/database/src/main/kotlin/entity/GameGameModeEntity.kt diff --git a/foundation/database/src/main/kotlin/ru/pixnews/foundation/database/entity/GameGameSeriesEntity.kt b/foundation/database/src/main/kotlin/entity/GameGameSeriesEntity.kt similarity index 100% rename from foundation/database/src/main/kotlin/ru/pixnews/foundation/database/entity/GameGameSeriesEntity.kt rename to foundation/database/src/main/kotlin/entity/GameGameSeriesEntity.kt diff --git a/foundation/database/src/main/kotlin/ru/pixnews/foundation/database/entity/GameGenreEntity.kt b/foundation/database/src/main/kotlin/entity/GameGenreEntity.kt similarity index 100% rename from foundation/database/src/main/kotlin/ru/pixnews/foundation/database/entity/GameGenreEntity.kt rename to foundation/database/src/main/kotlin/entity/GameGenreEntity.kt diff --git a/foundation/database/src/main/kotlin/ru/pixnews/foundation/database/entity/GamePlatformEntity.kt b/foundation/database/src/main/kotlin/entity/GamePlatformEntity.kt similarity index 100% rename from foundation/database/src/main/kotlin/ru/pixnews/foundation/database/entity/GamePlatformEntity.kt rename to foundation/database/src/main/kotlin/entity/GamePlatformEntity.kt diff --git a/foundation/database/src/main/kotlin/ru/pixnews/foundation/database/entity/GamePlayerPerspectiveEntity.kt b/foundation/database/src/main/kotlin/entity/GamePlayerPerspectiveEntity.kt similarity index 100% rename from foundation/database/src/main/kotlin/ru/pixnews/foundation/database/entity/GamePlayerPerspectiveEntity.kt rename to foundation/database/src/main/kotlin/entity/GamePlayerPerspectiveEntity.kt diff --git a/foundation/database/src/main/kotlin/ru/pixnews/foundation/database/entity/company/CompanyDescriptionEntity.kt b/foundation/database/src/main/kotlin/entity/company/CompanyDescriptionEntity.kt similarity index 100% rename from foundation/database/src/main/kotlin/ru/pixnews/foundation/database/entity/company/CompanyDescriptionEntity.kt rename to foundation/database/src/main/kotlin/entity/company/CompanyDescriptionEntity.kt diff --git a/foundation/database/src/main/kotlin/ru/pixnews/foundation/database/entity/company/CompanyEntity.kt b/foundation/database/src/main/kotlin/entity/company/CompanyEntity.kt similarity index 100% rename from foundation/database/src/main/kotlin/ru/pixnews/foundation/database/entity/company/CompanyEntity.kt rename to foundation/database/src/main/kotlin/entity/company/CompanyEntity.kt diff --git a/foundation/database/src/main/kotlin/ru/pixnews/foundation/database/entity/company/CompanyExternalLinkEntity.kt b/foundation/database/src/main/kotlin/entity/company/CompanyExternalLinkEntity.kt similarity index 100% rename from foundation/database/src/main/kotlin/ru/pixnews/foundation/database/entity/company/CompanyExternalLinkEntity.kt rename to foundation/database/src/main/kotlin/entity/company/CompanyExternalLinkEntity.kt diff --git a/foundation/database/src/main/kotlin/ru/pixnews/foundation/database/entity/company/CompanyScreenshotEntity.kt b/foundation/database/src/main/kotlin/entity/company/CompanyScreenshotEntity.kt similarity index 100% rename from foundation/database/src/main/kotlin/ru/pixnews/foundation/database/entity/company/CompanyScreenshotEntity.kt rename to foundation/database/src/main/kotlin/entity/company/CompanyScreenshotEntity.kt diff --git a/foundation/database/src/main/kotlin/ru/pixnews/foundation/database/entity/embedded/AgeRankingEntity.kt b/foundation/database/src/main/kotlin/entity/embedded/AgeRankingEntity.kt similarity index 100% rename from foundation/database/src/main/kotlin/ru/pixnews/foundation/database/entity/embedded/AgeRankingEntity.kt rename to foundation/database/src/main/kotlin/entity/embedded/AgeRankingEntity.kt diff --git a/foundation/database/src/main/kotlin/ru/pixnews/foundation/database/entity/embedded/DataSourceMetadataEntity.kt b/foundation/database/src/main/kotlin/entity/embedded/DataSourceMetadataEntity.kt similarity index 100% rename from foundation/database/src/main/kotlin/ru/pixnews/foundation/database/entity/embedded/DataSourceMetadataEntity.kt rename to foundation/database/src/main/kotlin/entity/embedded/DataSourceMetadataEntity.kt diff --git a/foundation/database/src/main/kotlin/ru/pixnews/foundation/database/entity/embedded/GameReleaseCategoryEntity.kt b/foundation/database/src/main/kotlin/entity/embedded/GameReleaseCategoryEntity.kt similarity index 100% rename from foundation/database/src/main/kotlin/ru/pixnews/foundation/database/entity/embedded/GameReleaseCategoryEntity.kt rename to foundation/database/src/main/kotlin/entity/embedded/GameReleaseCategoryEntity.kt diff --git a/foundation/database/src/main/kotlin/ru/pixnews/foundation/database/entity/embedded/GameReleaseDateEntity.kt b/foundation/database/src/main/kotlin/entity/embedded/GameReleaseDateEntity.kt similarity index 100% rename from foundation/database/src/main/kotlin/ru/pixnews/foundation/database/entity/embedded/GameReleaseDateEntity.kt rename to foundation/database/src/main/kotlin/entity/embedded/GameReleaseDateEntity.kt diff --git a/foundation/database/src/main/kotlin/ru/pixnews/foundation/database/entity/embedded/ScreenshotEntity.kt b/foundation/database/src/main/kotlin/entity/embedded/ScreenshotEntity.kt similarity index 100% rename from foundation/database/src/main/kotlin/ru/pixnews/foundation/database/entity/embedded/ScreenshotEntity.kt rename to foundation/database/src/main/kotlin/entity/embedded/ScreenshotEntity.kt diff --git a/foundation/database/src/main/kotlin/ru/pixnews/foundation/database/entity/game/ExternalGameIdEntity.kt b/foundation/database/src/main/kotlin/entity/game/ExternalGameIdEntity.kt similarity index 100% rename from foundation/database/src/main/kotlin/ru/pixnews/foundation/database/entity/game/ExternalGameIdEntity.kt rename to foundation/database/src/main/kotlin/entity/game/ExternalGameIdEntity.kt diff --git a/foundation/database/src/main/kotlin/ru/pixnews/foundation/database/entity/game/FavoriteGameEntity.kt b/foundation/database/src/main/kotlin/entity/game/FavoriteGameEntity.kt similarity index 100% rename from foundation/database/src/main/kotlin/ru/pixnews/foundation/database/entity/game/FavoriteGameEntity.kt rename to foundation/database/src/main/kotlin/entity/game/FavoriteGameEntity.kt diff --git a/foundation/database/src/main/kotlin/ru/pixnews/foundation/database/entity/game/GameEntity.kt b/foundation/database/src/main/kotlin/entity/game/GameEntity.kt similarity index 100% rename from foundation/database/src/main/kotlin/ru/pixnews/foundation/database/entity/game/GameEntity.kt rename to foundation/database/src/main/kotlin/entity/game/GameEntity.kt diff --git a/foundation/database/src/main/kotlin/ru/pixnews/foundation/database/entity/game/GameExternalLinkEntity.kt b/foundation/database/src/main/kotlin/entity/game/GameExternalLinkEntity.kt similarity index 100% rename from foundation/database/src/main/kotlin/ru/pixnews/foundation/database/entity/game/GameExternalLinkEntity.kt rename to foundation/database/src/main/kotlin/entity/game/GameExternalLinkEntity.kt diff --git a/foundation/database/src/main/kotlin/ru/pixnews/foundation/database/entity/game/GameLocalizationEntity.kt b/foundation/database/src/main/kotlin/entity/game/GameLocalizationEntity.kt similarity index 100% rename from foundation/database/src/main/kotlin/ru/pixnews/foundation/database/entity/game/GameLocalizationEntity.kt rename to foundation/database/src/main/kotlin/entity/game/GameLocalizationEntity.kt diff --git a/foundation/database/src/main/kotlin/ru/pixnews/foundation/database/entity/game/GameNameEntity.kt b/foundation/database/src/main/kotlin/entity/game/GameNameEntity.kt similarity index 100% rename from foundation/database/src/main/kotlin/ru/pixnews/foundation/database/entity/game/GameNameEntity.kt rename to foundation/database/src/main/kotlin/entity/game/GameNameEntity.kt diff --git a/foundation/database/src/main/kotlin/ru/pixnews/foundation/database/entity/game/GameRatingSummaryEntity.kt b/foundation/database/src/main/kotlin/entity/game/GameRatingSummaryEntity.kt similarity index 100% rename from foundation/database/src/main/kotlin/ru/pixnews/foundation/database/entity/game/GameRatingSummaryEntity.kt rename to foundation/database/src/main/kotlin/entity/game/GameRatingSummaryEntity.kt diff --git a/foundation/database/src/main/kotlin/ru/pixnews/foundation/database/entity/game/GameScreenshotEntity.kt b/foundation/database/src/main/kotlin/entity/game/GameScreenshotEntity.kt similarity index 100% rename from foundation/database/src/main/kotlin/ru/pixnews/foundation/database/entity/game/GameScreenshotEntity.kt rename to foundation/database/src/main/kotlin/entity/game/GameScreenshotEntity.kt diff --git a/foundation/database/src/main/kotlin/ru/pixnews/foundation/database/entity/game/GameSystemRequirementsEntity.kt b/foundation/database/src/main/kotlin/entity/game/GameSystemRequirementsEntity.kt similarity index 100% rename from foundation/database/src/main/kotlin/ru/pixnews/foundation/database/entity/game/GameSystemRequirementsEntity.kt rename to foundation/database/src/main/kotlin/entity/game/GameSystemRequirementsEntity.kt diff --git a/foundation/database/src/main/kotlin/ru/pixnews/foundation/database/entity/game/GameTagEntity.kt b/foundation/database/src/main/kotlin/entity/game/GameTagEntity.kt similarity index 100% rename from foundation/database/src/main/kotlin/ru/pixnews/foundation/database/entity/game/GameTagEntity.kt rename to foundation/database/src/main/kotlin/entity/game/GameTagEntity.kt diff --git a/foundation/database/src/main/kotlin/ru/pixnews/foundation/database/entity/game/GameTextEntity.kt b/foundation/database/src/main/kotlin/entity/game/GameTextEntity.kt similarity index 100% rename from foundation/database/src/main/kotlin/ru/pixnews/foundation/database/entity/game/GameTextEntity.kt rename to foundation/database/src/main/kotlin/entity/game/GameTextEntity.kt diff --git a/foundation/database/src/main/kotlin/ru/pixnews/foundation/database/entity/game/GameVideoEntity.kt b/foundation/database/src/main/kotlin/entity/game/GameVideoEntity.kt similarity index 100% rename from foundation/database/src/main/kotlin/ru/pixnews/foundation/database/entity/game/GameVideoEntity.kt rename to foundation/database/src/main/kotlin/entity/game/GameVideoEntity.kt diff --git a/foundation/database/src/main/kotlin/ru/pixnews/foundation/database/entity/genre/GenreEntity.kt b/foundation/database/src/main/kotlin/entity/genre/GenreEntity.kt similarity index 100% rename from foundation/database/src/main/kotlin/ru/pixnews/foundation/database/entity/genre/GenreEntity.kt rename to foundation/database/src/main/kotlin/entity/genre/GenreEntity.kt diff --git a/foundation/database/src/main/kotlin/ru/pixnews/foundation/database/entity/genre/GenreNameEntity.kt b/foundation/database/src/main/kotlin/entity/genre/GenreNameEntity.kt similarity index 100% rename from foundation/database/src/main/kotlin/ru/pixnews/foundation/database/entity/genre/GenreNameEntity.kt rename to foundation/database/src/main/kotlin/entity/genre/GenreNameEntity.kt diff --git a/foundation/database/src/main/kotlin/ru/pixnews/foundation/database/entity/mode/GameModeEntity.kt b/foundation/database/src/main/kotlin/entity/mode/GameModeEntity.kt similarity index 100% rename from foundation/database/src/main/kotlin/ru/pixnews/foundation/database/entity/mode/GameModeEntity.kt rename to foundation/database/src/main/kotlin/entity/mode/GameModeEntity.kt diff --git a/foundation/database/src/main/kotlin/ru/pixnews/foundation/database/entity/mode/GameModeNameEntity.kt b/foundation/database/src/main/kotlin/entity/mode/GameModeNameEntity.kt similarity index 100% rename from foundation/database/src/main/kotlin/ru/pixnews/foundation/database/entity/mode/GameModeNameEntity.kt rename to foundation/database/src/main/kotlin/entity/mode/GameModeNameEntity.kt diff --git a/foundation/database/src/main/kotlin/ru/pixnews/foundation/database/entity/perspective/PlayerPerspectiveEntity.kt b/foundation/database/src/main/kotlin/entity/perspective/PlayerPerspectiveEntity.kt similarity index 100% rename from foundation/database/src/main/kotlin/ru/pixnews/foundation/database/entity/perspective/PlayerPerspectiveEntity.kt rename to foundation/database/src/main/kotlin/entity/perspective/PlayerPerspectiveEntity.kt diff --git a/foundation/database/src/main/kotlin/ru/pixnews/foundation/database/entity/perspective/PlayerPerspectiveNameEntity.kt b/foundation/database/src/main/kotlin/entity/perspective/PlayerPerspectiveNameEntity.kt similarity index 100% rename from foundation/database/src/main/kotlin/ru/pixnews/foundation/database/entity/perspective/PlayerPerspectiveNameEntity.kt rename to foundation/database/src/main/kotlin/entity/perspective/PlayerPerspectiveNameEntity.kt diff --git a/foundation/database/src/main/kotlin/ru/pixnews/foundation/database/entity/platform/PlatformEntity.kt b/foundation/database/src/main/kotlin/entity/platform/PlatformEntity.kt similarity index 100% rename from foundation/database/src/main/kotlin/ru/pixnews/foundation/database/entity/platform/PlatformEntity.kt rename to foundation/database/src/main/kotlin/entity/platform/PlatformEntity.kt diff --git a/foundation/database/src/main/kotlin/ru/pixnews/foundation/database/entity/platform/PlatformNameEntity.kt b/foundation/database/src/main/kotlin/entity/platform/PlatformNameEntity.kt similarity index 100% rename from foundation/database/src/main/kotlin/ru/pixnews/foundation/database/entity/platform/PlatformNameEntity.kt rename to foundation/database/src/main/kotlin/entity/platform/PlatformNameEntity.kt diff --git a/foundation/database/src/main/kotlin/ru/pixnews/foundation/database/entity/series/GameSeriesEntity.kt b/foundation/database/src/main/kotlin/entity/series/GameSeriesEntity.kt similarity index 100% rename from foundation/database/src/main/kotlin/ru/pixnews/foundation/database/entity/series/GameSeriesEntity.kt rename to foundation/database/src/main/kotlin/entity/series/GameSeriesEntity.kt diff --git a/foundation/database/src/main/kotlin/ru/pixnews/foundation/database/entity/series/GameSeriesNameEntity.kt b/foundation/database/src/main/kotlin/entity/series/GameSeriesNameEntity.kt similarity index 100% rename from foundation/database/src/main/kotlin/ru/pixnews/foundation/database/entity/series/GameSeriesNameEntity.kt rename to foundation/database/src/main/kotlin/entity/series/GameSeriesNameEntity.kt diff --git a/foundation/database/src/main/kotlin/ru/pixnews/foundation/database/entity/sync/IgdbSyncStatusEntity.kt b/foundation/database/src/main/kotlin/entity/sync/IgdbSyncStatusEntity.kt similarity index 100% rename from foundation/database/src/main/kotlin/ru/pixnews/foundation/database/entity/sync/IgdbSyncStatusEntity.kt rename to foundation/database/src/main/kotlin/entity/sync/IgdbSyncStatusEntity.kt diff --git a/foundation/database/src/main/kotlin/ru/pixnews/foundation/database/inject/DatabaseModule.kt b/foundation/database/src/main/kotlin/inject/DatabaseModule.kt similarity index 100% rename from foundation/database/src/main/kotlin/ru/pixnews/foundation/database/inject/DatabaseModule.kt rename to foundation/database/src/main/kotlin/inject/DatabaseModule.kt diff --git a/foundation/database/src/main/kotlin/ru/pixnews/foundation/database/model/ColorWrapper.kt b/foundation/database/src/main/kotlin/model/ColorWrapper.kt similarity index 100% rename from foundation/database/src/main/kotlin/ru/pixnews/foundation/database/model/ColorWrapper.kt rename to foundation/database/src/main/kotlin/model/ColorWrapper.kt diff --git a/foundation/database/src/main/kotlin/ru/pixnews/foundation/database/model/CountryCodeWrapper.kt b/foundation/database/src/main/kotlin/model/CountryCodeWrapper.kt similarity index 100% rename from foundation/database/src/main/kotlin/ru/pixnews/foundation/database/model/CountryCodeWrapper.kt rename to foundation/database/src/main/kotlin/model/CountryCodeWrapper.kt diff --git a/foundation/database/src/main/kotlin/ru/pixnews/foundation/database/model/LanguageCodeWrapper.kt b/foundation/database/src/main/kotlin/model/LanguageCodeWrapper.kt similarity index 100% rename from foundation/database/src/main/kotlin/ru/pixnews/foundation/database/model/LanguageCodeWrapper.kt rename to foundation/database/src/main/kotlin/model/LanguageCodeWrapper.kt diff --git a/foundation/database/src/main/kotlin/ru/pixnews/foundation/database/model/PixnewsDatabaseGameId.kt b/foundation/database/src/main/kotlin/model/PixnewsDatabaseGameId.kt similarity index 100% rename from foundation/database/src/main/kotlin/ru/pixnews/foundation/database/model/PixnewsDatabaseGameId.kt rename to foundation/database/src/main/kotlin/model/PixnewsDatabaseGameId.kt diff --git a/foundation/database/src/main/kotlin/ru/pixnews/foundation/database/util/DateExt.kt b/foundation/database/src/main/kotlin/util/DateExt.kt similarity index 100% rename from foundation/database/src/main/kotlin/ru/pixnews/foundation/database/util/DateExt.kt rename to foundation/database/src/main/kotlin/util/DateExt.kt diff --git a/foundation/database/src/main/kotlin/ru/pixnews/foundation/database/util/QueryLogger.kt b/foundation/database/src/main/kotlin/util/QueryLogger.kt similarity index 100% rename from foundation/database/src/main/kotlin/ru/pixnews/foundation/database/util/QueryLogger.kt rename to foundation/database/src/main/kotlin/util/QueryLogger.kt diff --git a/foundation/database/src/main/kotlin/ru/pixnews/foundation/database/util/UnknownValueException.kt b/foundation/database/src/main/kotlin/util/UnknownValueException.kt similarity index 100% rename from foundation/database/src/main/kotlin/ru/pixnews/foundation/database/util/UnknownValueException.kt rename to foundation/database/src/main/kotlin/util/UnknownValueException.kt diff --git a/foundation/database/src/test/kotlin/Dummy.kt b/foundation/database/src/test/kotlin/Dummy.kt new file mode 100644 index 00000000..6d7b3e81 --- /dev/null +++ b/foundation/database/src/test/kotlin/Dummy.kt @@ -0,0 +1,9 @@ +/* + * Copyright (c) 2024, the Pixnews project authors and contributors. Please see the AUTHORS file for details. + * Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. + */ + +@file:Suppress("FILE_CONTAINS_ONLY_COMMENTS", "FILE_NO_BLANK_LINE_BETWEEN_BLOCKS") + +// Workaround for https://youtrack.jetbrains.com/issue/KTIJ-27842 +package ru.pixnews.foundation.database diff --git a/foundation/database/src/test/kotlin/ru/pixnews/foundation/database/entity/embedded/GameReleaseDateEntityTest.kt b/foundation/database/src/test/kotlin/entity/embedded/GameReleaseDateEntityTest.kt similarity index 100% rename from foundation/database/src/test/kotlin/ru/pixnews/foundation/database/entity/embedded/GameReleaseDateEntityTest.kt rename to foundation/database/src/test/kotlin/entity/embedded/GameReleaseDateEntityTest.kt diff --git a/foundation/database/src/test/kotlin/ru/pixnews/foundation/database/util/DateExtTest.kt b/foundation/database/src/test/kotlin/util/DateExtTest.kt similarity index 100% rename from foundation/database/src/test/kotlin/ru/pixnews/foundation/database/util/DateExtTest.kt rename to foundation/database/src/test/kotlin/util/DateExtTest.kt diff --git a/foundation/di/base/main/ru/pixnews/foundation/di/base/SuppressWildcardsCollections.kt b/foundation/di/base/main/SuppressWildcardsCollections.kt similarity index 100% rename from foundation/di/base/main/ru/pixnews/foundation/di/base/SuppressWildcardsCollections.kt rename to foundation/di/base/main/SuppressWildcardsCollections.kt diff --git a/foundation/di/base/main/ru/pixnews/foundation/di/base/qualifiers/ApplicationContext.kt b/foundation/di/base/main/qualifiers/ApplicationContext.kt similarity index 100% rename from foundation/di/base/main/ru/pixnews/foundation/di/base/qualifiers/ApplicationContext.kt rename to foundation/di/base/main/qualifiers/ApplicationContext.kt diff --git a/foundation/di/base/main/ru/pixnews/foundation/di/base/scopes/AppScope.kt b/foundation/di/base/main/scopes/AppScope.kt similarity index 100% rename from foundation/di/base/main/ru/pixnews/foundation/di/base/scopes/AppScope.kt rename to foundation/di/base/main/scopes/AppScope.kt diff --git a/foundation/di/root-component/src/main/kotlin/ru/pixnews/di/root/component/AppConfigHolder.kt b/foundation/di/root-component/src/main/kotlin/AppConfigHolder.kt similarity index 100% rename from foundation/di/root-component/src/main/kotlin/ru/pixnews/di/root/component/AppConfigHolder.kt rename to foundation/di/root-component/src/main/kotlin/AppConfigHolder.kt diff --git a/foundation/di/root-component/src/main/kotlin/ru/pixnews/di/root/component/DispatchersHolder.kt b/foundation/di/root-component/src/main/kotlin/DispatchersHolder.kt similarity index 100% rename from foundation/di/root-component/src/main/kotlin/ru/pixnews/di/root/component/DispatchersHolder.kt rename to foundation/di/root-component/src/main/kotlin/DispatchersHolder.kt diff --git a/foundation/di/root-component/src/main/kotlin/ru/pixnews/di/root/component/FeatureManagerHolder.kt b/foundation/di/root-component/src/main/kotlin/FeatureManagerHolder.kt similarity index 100% rename from foundation/di/root-component/src/main/kotlin/ru/pixnews/di/root/component/FeatureManagerHolder.kt rename to foundation/di/root-component/src/main/kotlin/FeatureManagerHolder.kt diff --git a/foundation/di/root-component/src/main/kotlin/ru/pixnews/di/root/component/LoggerHolder.kt b/foundation/di/root-component/src/main/kotlin/LoggerHolder.kt similarity index 100% rename from foundation/di/root-component/src/main/kotlin/ru/pixnews/di/root/component/LoggerHolder.kt rename to foundation/di/root-component/src/main/kotlin/LoggerHolder.kt diff --git a/foundation/di/root-component/src/main/kotlin/ru/pixnews/di/root/component/PixnewsAppComponent.kt b/foundation/di/root-component/src/main/kotlin/PixnewsAppComponent.kt similarity index 100% rename from foundation/di/root-component/src/main/kotlin/ru/pixnews/di/root/component/PixnewsAppComponent.kt rename to foundation/di/root-component/src/main/kotlin/PixnewsAppComponent.kt diff --git a/foundation/di/root-component/src/main/kotlin/ru/pixnews/di/root/component/PixnewsRootComponentHolder.kt b/foundation/di/root-component/src/main/kotlin/PixnewsRootComponentHolder.kt similarity index 100% rename from foundation/di/root-component/src/main/kotlin/ru/pixnews/di/root/component/PixnewsRootComponentHolder.kt rename to foundation/di/root-component/src/main/kotlin/PixnewsRootComponentHolder.kt diff --git a/foundation/di/root-component/src/main/kotlin/ru/pixnews/di/root/component/RootCoroutineScopeHolder.kt b/foundation/di/root-component/src/main/kotlin/RootCoroutineScopeHolder.kt similarity index 100% rename from foundation/di/root-component/src/main/kotlin/ru/pixnews/di/root/component/RootCoroutineScopeHolder.kt rename to foundation/di/root-component/src/main/kotlin/RootCoroutineScopeHolder.kt diff --git a/foundation/di/root-component/src/main/kotlin/ru/pixnews/di/root/component/ViewModelProviderFactoryHolder.kt b/foundation/di/root-component/src/main/kotlin/ViewModelProviderFactoryHolder.kt similarity index 100% rename from foundation/di/root-component/src/main/kotlin/ru/pixnews/di/root/component/ViewModelProviderFactoryHolder.kt rename to foundation/di/root-component/src/main/kotlin/ViewModelProviderFactoryHolder.kt diff --git a/foundation/di/ui-base/src/main/kotlin/Dummy.kt b/foundation/di/ui-base/src/main/kotlin/Dummy.kt new file mode 100644 index 00000000..27942c32 --- /dev/null +++ b/foundation/di/ui-base/src/main/kotlin/Dummy.kt @@ -0,0 +1,9 @@ +/* + * Copyright (c) 2024, the Pixnews project authors and contributors. Please see the AUTHORS file for details. + * Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. + */ + +@file:Suppress("FILE_CONTAINS_ONLY_COMMENTS", "FILE_NO_BLANK_LINE_BETWEEN_BLOCKS") + +// Workaround for https://youtrack.jetbrains.com/issue/KTIJ-27842 +package ru.pixnews.foundation.di.ui.base diff --git a/foundation/di/ui-base/src/main/kotlin/ru/pixnews/foundation/di/ui/base/activity/ActivitySubcomponent.kt b/foundation/di/ui-base/src/main/kotlin/activity/ActivitySubcomponent.kt similarity index 100% rename from foundation/di/ui-base/src/main/kotlin/ru/pixnews/foundation/di/ui/base/activity/ActivitySubcomponent.kt rename to foundation/di/ui-base/src/main/kotlin/activity/ActivitySubcomponent.kt diff --git a/foundation/di/ui-base/src/main/kotlin/ru/pixnews/foundation/di/ui/base/activity/BaseActivity.kt b/foundation/di/ui-base/src/main/kotlin/activity/BaseActivity.kt similarity index 100% rename from foundation/di/ui-base/src/main/kotlin/ru/pixnews/foundation/di/ui/base/activity/BaseActivity.kt rename to foundation/di/ui-base/src/main/kotlin/activity/BaseActivity.kt diff --git a/foundation/di/ui-base/src/main/kotlin/ru/pixnews/foundation/di/ui/base/activity/PixnewsActivityModule.kt b/foundation/di/ui-base/src/main/kotlin/activity/PixnewsActivityModule.kt similarity index 100% rename from foundation/di/ui-base/src/main/kotlin/ru/pixnews/foundation/di/ui/base/activity/PixnewsActivityModule.kt rename to foundation/di/ui-base/src/main/kotlin/activity/PixnewsActivityModule.kt diff --git a/foundation/di/ui-base/src/main/kotlin/ru/pixnews/foundation/di/ui/base/fragment/FragmentKey.kt b/foundation/di/ui-base/src/main/kotlin/fragment/FragmentKey.kt similarity index 100% rename from foundation/di/ui-base/src/main/kotlin/ru/pixnews/foundation/di/ui/base/fragment/FragmentKey.kt rename to foundation/di/ui-base/src/main/kotlin/fragment/FragmentKey.kt diff --git a/foundation/di/ui-base/src/main/kotlin/ru/pixnews/foundation/di/ui/base/fragment/FragmentModule.kt b/foundation/di/ui-base/src/main/kotlin/fragment/FragmentModule.kt similarity index 100% rename from foundation/di/ui-base/src/main/kotlin/ru/pixnews/foundation/di/ui/base/fragment/FragmentModule.kt rename to foundation/di/ui-base/src/main/kotlin/fragment/FragmentModule.kt diff --git a/foundation/di/ui-base/src/main/kotlin/ru/pixnews/foundation/di/ui/base/fragment/FragmentScope.kt b/foundation/di/ui-base/src/main/kotlin/fragment/FragmentScope.kt similarity index 100% rename from foundation/di/ui-base/src/main/kotlin/ru/pixnews/foundation/di/ui/base/fragment/FragmentScope.kt rename to foundation/di/ui-base/src/main/kotlin/fragment/FragmentScope.kt diff --git a/foundation/di/ui-base/src/main/kotlin/ru/pixnews/foundation/di/ui/base/fragment/FragmentSubcomponent.kt b/foundation/di/ui-base/src/main/kotlin/fragment/FragmentSubcomponent.kt similarity index 100% rename from foundation/di/ui-base/src/main/kotlin/ru/pixnews/foundation/di/ui/base/fragment/FragmentSubcomponent.kt rename to foundation/di/ui-base/src/main/kotlin/fragment/FragmentSubcomponent.kt diff --git a/foundation/di/ui-base/src/main/kotlin/ru/pixnews/foundation/di/ui/base/fragment/PixnewsFragmentFactory.kt b/foundation/di/ui-base/src/main/kotlin/fragment/PixnewsFragmentFactory.kt similarity index 100% rename from foundation/di/ui-base/src/main/kotlin/ru/pixnews/foundation/di/ui/base/fragment/PixnewsFragmentFactory.kt rename to foundation/di/ui-base/src/main/kotlin/fragment/PixnewsFragmentFactory.kt diff --git a/foundation/di/ui-base/src/main/kotlin/ru/pixnews/foundation/di/ui/base/viewmodel/ActivityViewModelExt.kt b/foundation/di/ui-base/src/main/kotlin/viewmodel/ActivityViewModelExt.kt similarity index 100% rename from foundation/di/ui-base/src/main/kotlin/ru/pixnews/foundation/di/ui/base/viewmodel/ActivityViewModelExt.kt rename to foundation/di/ui-base/src/main/kotlin/viewmodel/ActivityViewModelExt.kt diff --git a/foundation/di/ui-base/src/main/kotlin/ru/pixnews/foundation/di/ui/base/viewmodel/ComposeViewModelExt.kt b/foundation/di/ui-base/src/main/kotlin/viewmodel/ComposeViewModelExt.kt similarity index 100% rename from foundation/di/ui-base/src/main/kotlin/ru/pixnews/foundation/di/ui/base/viewmodel/ComposeViewModelExt.kt rename to foundation/di/ui-base/src/main/kotlin/viewmodel/ComposeViewModelExt.kt diff --git a/foundation/di/ui-base/src/main/kotlin/ru/pixnews/foundation/di/ui/base/viewmodel/PixnewsViewModelProviderFactory.kt b/foundation/di/ui-base/src/main/kotlin/viewmodel/PixnewsViewModelProviderFactory.kt similarity index 100% rename from foundation/di/ui-base/src/main/kotlin/ru/pixnews/foundation/di/ui/base/viewmodel/PixnewsViewModelProviderFactory.kt rename to foundation/di/ui-base/src/main/kotlin/viewmodel/PixnewsViewModelProviderFactory.kt diff --git a/foundation/di/ui-base/src/main/kotlin/ru/pixnews/foundation/di/ui/base/viewmodel/PixnewsViewModelProviderFactoryModule.kt b/foundation/di/ui-base/src/main/kotlin/viewmodel/PixnewsViewModelProviderFactoryModule.kt similarity index 100% rename from foundation/di/ui-base/src/main/kotlin/ru/pixnews/foundation/di/ui/base/viewmodel/PixnewsViewModelProviderFactoryModule.kt rename to foundation/di/ui-base/src/main/kotlin/viewmodel/PixnewsViewModelProviderFactoryModule.kt diff --git a/foundation/di/ui-base/src/main/kotlin/ru/pixnews/foundation/di/ui/base/viewmodel/ViewModelModule.kt b/foundation/di/ui-base/src/main/kotlin/viewmodel/ViewModelModule.kt similarity index 100% rename from foundation/di/ui-base/src/main/kotlin/ru/pixnews/foundation/di/ui/base/viewmodel/ViewModelModule.kt rename to foundation/di/ui-base/src/main/kotlin/viewmodel/ViewModelModule.kt diff --git a/foundation/di/ui-base/src/main/kotlin/ru/pixnews/foundation/di/ui/base/viewmodel/ViewModelSubcomponent.kt b/foundation/di/ui-base/src/main/kotlin/viewmodel/ViewModelSubcomponent.kt similarity index 100% rename from foundation/di/ui-base/src/main/kotlin/ru/pixnews/foundation/di/ui/base/viewmodel/ViewModelSubcomponent.kt rename to foundation/di/ui-base/src/main/kotlin/viewmodel/ViewModelSubcomponent.kt diff --git a/foundation/di/workmanager/src/main/kotlin/ru/pixnews/foundation/di/workmanager/PixnewsWorkerFactory.kt b/foundation/di/workmanager/src/main/kotlin/PixnewsWorkerFactory.kt similarity index 100% rename from foundation/di/workmanager/src/main/kotlin/ru/pixnews/foundation/di/workmanager/PixnewsWorkerFactory.kt rename to foundation/di/workmanager/src/main/kotlin/PixnewsWorkerFactory.kt diff --git a/foundation/di/workmanager/src/main/kotlin/ru/pixnews/foundation/di/workmanager/WorkManagerModule.kt b/foundation/di/workmanager/src/main/kotlin/WorkManagerModule.kt similarity index 100% rename from foundation/di/workmanager/src/main/kotlin/ru/pixnews/foundation/di/workmanager/WorkManagerModule.kt rename to foundation/di/workmanager/src/main/kotlin/WorkManagerModule.kt diff --git a/foundation/di/workmanager/src/main/kotlin/ru/pixnews/foundation/di/workmanager/WorkManagerSubcomponent.kt b/foundation/di/workmanager/src/main/kotlin/WorkManagerSubcomponent.kt similarity index 100% rename from foundation/di/workmanager/src/main/kotlin/ru/pixnews/foundation/di/workmanager/WorkManagerSubcomponent.kt rename to foundation/di/workmanager/src/main/kotlin/WorkManagerSubcomponent.kt diff --git a/foundation/di/workmanager/src/main/kotlin/ru/pixnews/foundation/di/workmanager/WorkManagerSubcomponentModule.kt b/foundation/di/workmanager/src/main/kotlin/WorkManagerSubcomponentModule.kt similarity index 100% rename from foundation/di/workmanager/src/main/kotlin/ru/pixnews/foundation/di/workmanager/WorkManagerSubcomponentModule.kt rename to foundation/di/workmanager/src/main/kotlin/WorkManagerSubcomponentModule.kt diff --git a/foundation/domain-model/main/ru/pixnews/domain/model/UpcomingReleaseTimeCategory.kt b/foundation/domain-model/main/UpcomingReleaseTimeCategory.kt similarity index 100% rename from foundation/domain-model/main/ru/pixnews/domain/model/UpcomingReleaseTimeCategory.kt rename to foundation/domain-model/main/UpcomingReleaseTimeCategory.kt diff --git a/foundation/domain-model/main/ru/pixnews/domain/model/company/Company.kt b/foundation/domain-model/main/company/Company.kt similarity index 100% rename from foundation/domain-model/main/ru/pixnews/domain/model/company/Company.kt rename to foundation/domain-model/main/company/Company.kt diff --git a/foundation/domain-model/main/ru/pixnews/domain/model/company/CompanyStatus.kt b/foundation/domain-model/main/company/CompanyStatus.kt similarity index 100% rename from foundation/domain-model/main/ru/pixnews/domain/model/company/CompanyStatus.kt rename to foundation/domain-model/main/company/CompanyStatus.kt diff --git a/foundation/domain-model/main/ru/pixnews/domain/model/datasource/DataSource.kt b/foundation/domain-model/main/datasource/DataSource.kt similarity index 100% rename from foundation/domain-model/main/ru/pixnews/domain/model/datasource/DataSource.kt rename to foundation/domain-model/main/datasource/DataSource.kt diff --git a/foundation/domain-model/main/ru/pixnews/domain/model/datasource/DataSourceType.kt b/foundation/domain-model/main/datasource/DataSourceType.kt similarity index 100% rename from foundation/domain-model/main/ru/pixnews/domain/model/datasource/DataSourceType.kt rename to foundation/domain-model/main/datasource/DataSourceType.kt diff --git a/foundation/domain-model/main/ru/pixnews/domain/model/datetime/Date.kt b/foundation/domain-model/main/datetime/Date.kt similarity index 100% rename from foundation/domain-model/main/ru/pixnews/domain/model/datetime/Date.kt rename to foundation/domain-model/main/datetime/Date.kt diff --git a/foundation/domain-model/main/ru/pixnews/domain/model/datetime/HasYear.kt b/foundation/domain-model/main/datetime/HasYear.kt similarity index 100% rename from foundation/domain-model/main/ru/pixnews/domain/model/datetime/HasYear.kt rename to foundation/domain-model/main/datetime/HasYear.kt diff --git a/foundation/domain-model/main/ru/pixnews/domain/model/datetime/HasYearMonth.kt b/foundation/domain-model/main/datetime/HasYearMonth.kt similarity index 100% rename from foundation/domain-model/main/ru/pixnews/domain/model/datetime/HasYearMonth.kt rename to foundation/domain-model/main/datetime/HasYearMonth.kt diff --git a/foundation/domain-model/main/ru/pixnews/domain/model/datetime/HasYearMonthDay.kt b/foundation/domain-model/main/datetime/HasYearMonthDay.kt similarity index 100% rename from foundation/domain-model/main/ru/pixnews/domain/model/datetime/HasYearMonthDay.kt rename to foundation/domain-model/main/datetime/HasYearMonthDay.kt diff --git a/foundation/domain-model/main/ru/pixnews/domain/model/datetime/HasYearQuarter.kt b/foundation/domain-model/main/datetime/HasYearQuarter.kt similarity index 100% rename from foundation/domain-model/main/ru/pixnews/domain/model/datetime/HasYearQuarter.kt rename to foundation/domain-model/main/datetime/HasYearQuarter.kt diff --git a/foundation/domain-model/main/ru/pixnews/domain/model/game/Game.kt b/foundation/domain-model/main/game/Game.kt similarity index 100% rename from foundation/domain-model/main/ru/pixnews/domain/model/game/Game.kt rename to foundation/domain-model/main/game/Game.kt diff --git a/foundation/domain-model/main/ru/pixnews/domain/model/game/GameField.kt b/foundation/domain-model/main/game/GameField.kt similarity index 100% rename from foundation/domain-model/main/ru/pixnews/domain/model/game/GameField.kt rename to foundation/domain-model/main/game/GameField.kt diff --git a/foundation/domain-model/main/ru/pixnews/domain/model/game/GameGenre.kt b/foundation/domain-model/main/game/GameGenre.kt similarity index 100% rename from foundation/domain-model/main/ru/pixnews/domain/model/game/GameGenre.kt rename to foundation/domain-model/main/game/GameGenre.kt diff --git a/foundation/domain-model/main/ru/pixnews/domain/model/game/GameLocalizations.kt b/foundation/domain-model/main/game/GameLocalizations.kt similarity index 100% rename from foundation/domain-model/main/ru/pixnews/domain/model/game/GameLocalizations.kt rename to foundation/domain-model/main/game/GameLocalizations.kt diff --git a/foundation/domain-model/main/ru/pixnews/domain/model/game/GameMode.kt b/foundation/domain-model/main/game/GameMode.kt similarity index 100% rename from foundation/domain-model/main/ru/pixnews/domain/model/game/GameMode.kt rename to foundation/domain-model/main/game/GameMode.kt diff --git a/foundation/domain-model/main/ru/pixnews/domain/model/game/GamePlatform.kt b/foundation/domain-model/main/game/GamePlatform.kt similarity index 100% rename from foundation/domain-model/main/ru/pixnews/domain/model/game/GamePlatform.kt rename to foundation/domain-model/main/game/GamePlatform.kt diff --git a/foundation/domain-model/main/ru/pixnews/domain/model/game/GameReleaseCategory.kt b/foundation/domain-model/main/game/GameReleaseCategory.kt similarity index 100% rename from foundation/domain-model/main/ru/pixnews/domain/model/game/GameReleaseCategory.kt rename to foundation/domain-model/main/game/GameReleaseCategory.kt diff --git a/foundation/domain-model/main/ru/pixnews/domain/model/game/GameReleaseStatus.kt b/foundation/domain-model/main/game/GameReleaseStatus.kt similarity index 100% rename from foundation/domain-model/main/ru/pixnews/domain/model/game/GameReleaseStatus.kt rename to foundation/domain-model/main/game/GameReleaseStatus.kt diff --git a/foundation/domain-model/main/ru/pixnews/domain/model/game/GameSeriesSummary.kt b/foundation/domain-model/main/game/GameSeriesSummary.kt similarity index 100% rename from foundation/domain-model/main/ru/pixnews/domain/model/game/GameSeriesSummary.kt rename to foundation/domain-model/main/game/GameSeriesSummary.kt diff --git a/foundation/domain-model/main/ru/pixnews/domain/model/game/GameSystemRequirements.kt b/foundation/domain-model/main/game/GameSystemRequirements.kt similarity index 100% rename from foundation/domain-model/main/ru/pixnews/domain/model/game/GameSystemRequirements.kt rename to foundation/domain-model/main/game/GameSystemRequirements.kt diff --git a/foundation/domain-model/main/ru/pixnews/domain/model/game/GameTag.kt b/foundation/domain-model/main/game/GameTag.kt similarity index 100% rename from foundation/domain-model/main/ru/pixnews/domain/model/game/GameTag.kt rename to foundation/domain-model/main/game/GameTag.kt diff --git a/foundation/domain-model/main/ru/pixnews/domain/model/game/PlayerPerspective.kt b/foundation/domain-model/main/game/PlayerPerspective.kt similarity index 100% rename from foundation/domain-model/main/ru/pixnews/domain/model/game/PlayerPerspective.kt rename to foundation/domain-model/main/game/PlayerPerspective.kt diff --git a/foundation/domain-model/main/ru/pixnews/domain/model/game/RatingsSummary.kt b/foundation/domain-model/main/game/RatingsSummary.kt similarity index 100% rename from foundation/domain-model/main/ru/pixnews/domain/model/game/RatingsSummary.kt rename to foundation/domain-model/main/game/RatingsSummary.kt diff --git a/foundation/domain-model/main/ru/pixnews/domain/model/id/CompanyId.kt b/foundation/domain-model/main/id/CompanyId.kt similarity index 100% rename from foundation/domain-model/main/ru/pixnews/domain/model/id/CompanyId.kt rename to foundation/domain-model/main/id/CompanyId.kt diff --git a/foundation/domain-model/main/ru/pixnews/domain/model/id/ExternalId.kt b/foundation/domain-model/main/id/ExternalId.kt similarity index 100% rename from foundation/domain-model/main/ru/pixnews/domain/model/id/ExternalId.kt rename to foundation/domain-model/main/id/ExternalId.kt diff --git a/foundation/domain-model/main/ru/pixnews/domain/model/id/GameId.kt b/foundation/domain-model/main/id/GameId.kt similarity index 100% rename from foundation/domain-model/main/ru/pixnews/domain/model/id/GameId.kt rename to foundation/domain-model/main/id/GameId.kt diff --git a/foundation/domain-model/main/ru/pixnews/domain/model/id/GameModeId.kt b/foundation/domain-model/main/id/GameModeId.kt similarity index 100% rename from foundation/domain-model/main/ru/pixnews/domain/model/id/GameModeId.kt rename to foundation/domain-model/main/id/GameModeId.kt diff --git a/foundation/domain-model/main/ru/pixnews/domain/model/id/GamePlatformId.kt b/foundation/domain-model/main/id/GamePlatformId.kt similarity index 100% rename from foundation/domain-model/main/ru/pixnews/domain/model/id/GamePlatformId.kt rename to foundation/domain-model/main/id/GamePlatformId.kt diff --git a/foundation/domain-model/main/ru/pixnews/domain/model/id/GameSeriesSummaryId.kt b/foundation/domain-model/main/id/GameSeriesSummaryId.kt similarity index 100% rename from foundation/domain-model/main/ru/pixnews/domain/model/id/GameSeriesSummaryId.kt rename to foundation/domain-model/main/id/GameSeriesSummaryId.kt diff --git a/foundation/domain-model/main/ru/pixnews/domain/model/id/PlayerPerspectiveId.kt b/foundation/domain-model/main/id/PlayerPerspectiveId.kt similarity index 100% rename from foundation/domain-model/main/ru/pixnews/domain/model/id/PlayerPerspectiveId.kt rename to foundation/domain-model/main/id/PlayerPerspectiveId.kt diff --git a/foundation/domain-model/main/ru/pixnews/domain/model/locale/Localized.kt b/foundation/domain-model/main/locale/Localized.kt similarity index 100% rename from foundation/domain-model/main/ru/pixnews/domain/model/locale/Localized.kt rename to foundation/domain-model/main/locale/Localized.kt diff --git a/foundation/domain-model/main/ru/pixnews/domain/model/news/GameNews.kt b/foundation/domain-model/main/news/GameNews.kt similarity index 100% rename from foundation/domain-model/main/ru/pixnews/domain/model/news/GameNews.kt rename to foundation/domain-model/main/news/GameNews.kt diff --git a/foundation/domain-model/main/ru/pixnews/domain/model/news/GameNewsId.kt b/foundation/domain-model/main/news/GameNewsId.kt similarity index 100% rename from foundation/domain-model/main/ru/pixnews/domain/model/news/GameNewsId.kt rename to foundation/domain-model/main/news/GameNewsId.kt diff --git a/foundation/domain-model/main/ru/pixnews/domain/model/news/GameNewsRatings.kt b/foundation/domain-model/main/news/GameNewsRatings.kt similarity index 100% rename from foundation/domain-model/main/ru/pixnews/domain/model/news/GameNewsRatings.kt rename to foundation/domain-model/main/news/GameNewsRatings.kt diff --git a/foundation/domain-model/main/ru/pixnews/domain/model/news/NewsAuthor.kt b/foundation/domain-model/main/news/NewsAuthor.kt similarity index 100% rename from foundation/domain-model/main/ru/pixnews/domain/model/news/NewsAuthor.kt rename to foundation/domain-model/main/news/NewsAuthor.kt diff --git a/foundation/domain-model/main/ru/pixnews/domain/model/news/NewsDataSource.kt b/foundation/domain-model/main/news/NewsDataSource.kt similarity index 100% rename from foundation/domain-model/main/ru/pixnews/domain/model/news/NewsDataSource.kt rename to foundation/domain-model/main/news/NewsDataSource.kt diff --git a/foundation/domain-model/main/ru/pixnews/domain/model/rating/AgeRating.kt b/foundation/domain-model/main/rating/AgeRating.kt similarity index 100% rename from foundation/domain-model/main/ru/pixnews/domain/model/rating/AgeRating.kt rename to foundation/domain-model/main/rating/AgeRating.kt diff --git a/foundation/domain-model/main/ru/pixnews/domain/model/rating/EsrbRating.kt b/foundation/domain-model/main/rating/EsrbRating.kt similarity index 100% rename from foundation/domain-model/main/ru/pixnews/domain/model/rating/EsrbRating.kt rename to foundation/domain-model/main/rating/EsrbRating.kt diff --git a/foundation/domain-model/main/ru/pixnews/domain/model/rating/PegiRating.kt b/foundation/domain-model/main/rating/PegiRating.kt similarity index 100% rename from foundation/domain-model/main/ru/pixnews/domain/model/rating/PegiRating.kt rename to foundation/domain-model/main/rating/PegiRating.kt diff --git a/foundation/domain-model/main/ru/pixnews/domain/model/review/GameReview.kt b/foundation/domain-model/main/review/GameReview.kt similarity index 100% rename from foundation/domain-model/main/ru/pixnews/domain/model/review/GameReview.kt rename to foundation/domain-model/main/review/GameReview.kt diff --git a/foundation/domain-model/main/ru/pixnews/domain/model/review/GameReviewId.kt b/foundation/domain-model/main/review/GameReviewId.kt similarity index 100% rename from foundation/domain-model/main/ru/pixnews/domain/model/review/GameReviewId.kt rename to foundation/domain-model/main/review/GameReviewId.kt diff --git a/foundation/domain-model/main/ru/pixnews/domain/model/review/ReviewAuthor.kt b/foundation/domain-model/main/review/ReviewAuthor.kt similarity index 100% rename from foundation/domain-model/main/ru/pixnews/domain/model/review/ReviewAuthor.kt rename to foundation/domain-model/main/review/ReviewAuthor.kt diff --git a/foundation/domain-model/main/ru/pixnews/domain/model/review/ReviewerRating.kt b/foundation/domain-model/main/review/ReviewerRating.kt similarity index 100% rename from foundation/domain-model/main/ru/pixnews/domain/model/review/ReviewerRating.kt rename to foundation/domain-model/main/review/ReviewerRating.kt diff --git a/foundation/domain-model/main/ru/pixnews/domain/model/review/UserUtilityMark.kt b/foundation/domain-model/main/review/UserUtilityMark.kt similarity index 100% rename from foundation/domain-model/main/ru/pixnews/domain/model/review/UserUtilityMark.kt rename to foundation/domain-model/main/review/UserUtilityMark.kt diff --git a/foundation/domain-model/main/ru/pixnews/domain/model/url/ExternalLinkType.kt b/foundation/domain-model/main/url/ExternalLinkType.kt similarity index 100% rename from foundation/domain-model/main/ru/pixnews/domain/model/url/ExternalLinkType.kt rename to foundation/domain-model/main/url/ExternalLinkType.kt diff --git a/foundation/domain-model/main/ru/pixnews/domain/model/url/ExternalLinks.kt b/foundation/domain-model/main/url/ExternalLinks.kt similarity index 100% rename from foundation/domain-model/main/ru/pixnews/domain/model/url/ExternalLinks.kt rename to foundation/domain-model/main/url/ExternalLinks.kt diff --git a/foundation/domain-model/main/ru/pixnews/domain/model/url/ImageUrl.kt b/foundation/domain-model/main/url/ImageUrl.kt similarity index 100% rename from foundation/domain-model/main/ru/pixnews/domain/model/url/ImageUrl.kt rename to foundation/domain-model/main/url/ImageUrl.kt diff --git a/foundation/domain-model/main/ru/pixnews/domain/model/url/Url.kt b/foundation/domain-model/main/url/Url.kt similarity index 100% rename from foundation/domain-model/main/ru/pixnews/domain/model/url/Url.kt rename to foundation/domain-model/main/url/Url.kt diff --git a/foundation/domain-model/main/ru/pixnews/domain/model/url/VideoUrl.kt b/foundation/domain-model/main/url/VideoUrl.kt similarity index 100% rename from foundation/domain-model/main/ru/pixnews/domain/model/url/VideoUrl.kt rename to foundation/domain-model/main/url/VideoUrl.kt diff --git a/foundation/domain-model/main/ru/pixnews/domain/model/util/CanvasSize.kt b/foundation/domain-model/main/util/CanvasSize.kt similarity index 100% rename from foundation/domain-model/main/ru/pixnews/domain/model/util/CanvasSize.kt rename to foundation/domain-model/main/util/CanvasSize.kt diff --git a/foundation/domain-model/main/ru/pixnews/domain/model/util/Color.kt b/foundation/domain-model/main/util/Color.kt similarity index 100% rename from foundation/domain-model/main/ru/pixnews/domain/model/util/Color.kt rename to foundation/domain-model/main/util/Color.kt diff --git a/foundation/domain-model/main/ru/pixnews/domain/model/util/Dimension.kt b/foundation/domain-model/main/util/Dimension.kt similarity index 100% rename from foundation/domain-model/main/ru/pixnews/domain/model/util/Dimension.kt rename to foundation/domain-model/main/util/Dimension.kt diff --git a/foundation/domain-model/main/ru/pixnews/domain/model/util/HasId.kt b/foundation/domain-model/main/util/HasId.kt similarity index 100% rename from foundation/domain-model/main/ru/pixnews/domain/model/util/HasId.kt rename to foundation/domain-model/main/util/HasId.kt diff --git a/foundation/domain-model/main/ru/pixnews/domain/model/util/Ref.kt b/foundation/domain-model/main/util/Ref.kt similarity index 100% rename from foundation/domain-model/main/ru/pixnews/domain/model/util/Ref.kt rename to foundation/domain-model/main/util/Ref.kt diff --git a/foundation/domain-model/main/ru/pixnews/domain/model/util/RefType.kt b/foundation/domain-model/main/util/RefType.kt similarity index 100% rename from foundation/domain-model/main/ru/pixnews/domain/model/util/RefType.kt rename to foundation/domain-model/main/util/RefType.kt diff --git a/foundation/domain-model/main/ru/pixnews/domain/model/util/RichText.kt b/foundation/domain-model/main/util/RichText.kt similarity index 100% rename from foundation/domain-model/main/ru/pixnews/domain/model/util/RichText.kt rename to foundation/domain-model/main/util/RichText.kt diff --git a/foundation/domain-model/test/Dummy.kt b/foundation/domain-model/test/Dummy.kt new file mode 100644 index 00000000..3efce9ec --- /dev/null +++ b/foundation/domain-model/test/Dummy.kt @@ -0,0 +1,9 @@ +/* + * Copyright (c) 2024, the Pixnews project authors and contributors. Please see the AUTHORS file for details. + * Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. + */ + +@file:Suppress("FILE_CONTAINS_ONLY_COMMENTS", "FILE_NO_BLANK_LINE_BETWEEN_BLOCKS") + +// Workaround for https://youtrack.jetbrains.com/issue/KTIJ-27842 +package ru.pixnews.domain.model diff --git a/foundation/domain-model/test/ru/pixnews/domain/model/game/AverageRatingTest.kt b/foundation/domain-model/test/game/AverageRatingTest.kt similarity index 100% rename from foundation/domain-model/test/ru/pixnews/domain/model/game/AverageRatingTest.kt rename to foundation/domain-model/test/game/AverageRatingTest.kt diff --git a/foundation/domain-model/testFixtures/Dummy.kt b/foundation/domain-model/testFixtures/Dummy.kt new file mode 100644 index 00000000..3efce9ec --- /dev/null +++ b/foundation/domain-model/testFixtures/Dummy.kt @@ -0,0 +1,9 @@ +/* + * Copyright (c) 2024, the Pixnews project authors and contributors. Please see the AUTHORS file for details. + * Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. + */ + +@file:Suppress("FILE_CONTAINS_ONLY_COMMENTS", "FILE_NO_BLANK_LINE_BETWEEN_BLOCKS") + +// Workaround for https://youtrack.jetbrains.com/issue/KTIJ-27842 +package ru.pixnews.domain.model diff --git a/foundation/domain-model/testFixtures/ru/pixnews/domain/model/company/CompanyFixtures.kt b/foundation/domain-model/testFixtures/company/CompanyFixtures.kt similarity index 100% rename from foundation/domain-model/testFixtures/ru/pixnews/domain/model/company/CompanyFixtures.kt rename to foundation/domain-model/testFixtures/company/CompanyFixtures.kt diff --git a/foundation/domain-model/testFixtures/ru/pixnews/domain/model/company/company/ElectronicArtsCompanyFixture.kt b/foundation/domain-model/testFixtures/company/company/ElectronicArtsCompanyFixture.kt similarity index 100% rename from foundation/domain-model/testFixtures/ru/pixnews/domain/model/company/company/ElectronicArtsCompanyFixture.kt rename to foundation/domain-model/testFixtures/company/company/ElectronicArtsCompanyFixture.kt diff --git a/foundation/domain-model/testFixtures/ru/pixnews/domain/model/company/company/GreatApeGamesCompanyFixture.kt b/foundation/domain-model/testFixtures/company/company/GreatApeGamesCompanyFixture.kt similarity index 100% rename from foundation/domain-model/testFixtures/ru/pixnews/domain/model/company/company/GreatApeGamesCompanyFixture.kt rename to foundation/domain-model/testFixtures/company/company/GreatApeGamesCompanyFixture.kt diff --git a/foundation/domain-model/testFixtures/ru/pixnews/domain/model/company/company/HypixelStudiosCompanyFixture.kt b/foundation/domain-model/testFixtures/company/company/HypixelStudiosCompanyFixture.kt similarity index 100% rename from foundation/domain-model/testFixtures/ru/pixnews/domain/model/company/company/HypixelStudiosCompanyFixture.kt rename to foundation/domain-model/testFixtures/company/company/HypixelStudiosCompanyFixture.kt diff --git a/foundation/domain-model/testFixtures/ru/pixnews/domain/model/company/company/IoInteractiveCompanyFixture.kt b/foundation/domain-model/testFixtures/company/company/IoInteractiveCompanyFixture.kt similarity index 100% rename from foundation/domain-model/testFixtures/ru/pixnews/domain/model/company/company/IoInteractiveCompanyFixture.kt rename to foundation/domain-model/testFixtures/company/company/IoInteractiveCompanyFixture.kt diff --git a/foundation/domain-model/testFixtures/ru/pixnews/domain/model/company/company/MergeGamesCompanyFixture.kt b/foundation/domain-model/testFixtures/company/company/MergeGamesCompanyFixture.kt similarity index 100% rename from foundation/domain-model/testFixtures/ru/pixnews/domain/model/company/company/MergeGamesCompanyFixture.kt rename to foundation/domain-model/testFixtures/company/company/MergeGamesCompanyFixture.kt diff --git a/foundation/domain-model/testFixtures/ru/pixnews/domain/model/company/company/MonomiParkCompanyFixture.kt b/foundation/domain-model/testFixtures/company/company/MonomiParkCompanyFixture.kt similarity index 100% rename from foundation/domain-model/testFixtures/ru/pixnews/domain/model/company/company/MonomiParkCompanyFixture.kt rename to foundation/domain-model/testFixtures/company/company/MonomiParkCompanyFixture.kt diff --git a/foundation/domain-model/testFixtures/ru/pixnews/domain/model/company/company/QuanticDreamCompanyFixture.kt b/foundation/domain-model/testFixtures/company/company/QuanticDreamCompanyFixture.kt similarity index 100% rename from foundation/domain-model/testFixtures/ru/pixnews/domain/model/company/company/QuanticDreamCompanyFixture.kt rename to foundation/domain-model/testFixtures/company/company/QuanticDreamCompanyFixture.kt diff --git a/foundation/domain-model/testFixtures/ru/pixnews/domain/model/company/company/RiotGamesCompanyFixture.kt b/foundation/domain-model/testFixtures/company/company/RiotGamesCompanyFixture.kt similarity index 100% rename from foundation/domain-model/testFixtures/ru/pixnews/domain/model/company/company/RiotGamesCompanyFixture.kt rename to foundation/domain-model/testFixtures/company/company/RiotGamesCompanyFixture.kt diff --git a/foundation/domain-model/testFixtures/ru/pixnews/domain/model/company/company/RockstarGamesCompanyFixture.kt b/foundation/domain-model/testFixtures/company/company/RockstarGamesCompanyFixture.kt similarity index 100% rename from foundation/domain-model/testFixtures/ru/pixnews/domain/model/company/company/RockstarGamesCompanyFixture.kt rename to foundation/domain-model/testFixtures/company/company/RockstarGamesCompanyFixture.kt diff --git a/foundation/domain-model/testFixtures/ru/pixnews/domain/model/company/company/TheSimsStudioCompanyFixture.kt b/foundation/domain-model/testFixtures/company/company/TheSimsStudioCompanyFixture.kt similarity index 100% rename from foundation/domain-model/testFixtures/ru/pixnews/domain/model/company/company/TheSimsStudioCompanyFixture.kt rename to foundation/domain-model/testFixtures/company/company/TheSimsStudioCompanyFixture.kt diff --git a/foundation/domain-model/testFixtures/ru/pixnews/domain/model/company/company/UbisoftEntertainmentCompanyFixture.kt b/foundation/domain-model/testFixtures/company/company/UbisoftEntertainmentCompanyFixture.kt similarity index 100% rename from foundation/domain-model/testFixtures/ru/pixnews/domain/model/company/company/UbisoftEntertainmentCompanyFixture.kt rename to foundation/domain-model/testFixtures/company/company/UbisoftEntertainmentCompanyFixture.kt diff --git a/foundation/domain-model/testFixtures/ru/pixnews/domain/model/company/company/UbisoftMontpellierCompanyFixture.kt b/foundation/domain-model/testFixtures/company/company/UbisoftMontpellierCompanyFixture.kt similarity index 100% rename from foundation/domain-model/testFixtures/ru/pixnews/domain/model/company/company/UbisoftMontpellierCompanyFixture.kt rename to foundation/domain-model/testFixtures/company/company/UbisoftMontpellierCompanyFixture.kt diff --git a/foundation/domain-model/testFixtures/ru/pixnews/domain/model/company/company/ValveCompanyFixture.kt b/foundation/domain-model/testFixtures/company/company/ValveCompanyFixture.kt similarity index 100% rename from foundation/domain-model/testFixtures/ru/pixnews/domain/model/company/company/ValveCompanyFixture.kt rename to foundation/domain-model/testFixtures/company/company/ValveCompanyFixture.kt diff --git a/foundation/domain-model/testFixtures/ru/pixnews/domain/model/datasource/DataSourceFixtures.kt b/foundation/domain-model/testFixtures/datasource/DataSourceFixtures.kt similarity index 100% rename from foundation/domain-model/testFixtures/ru/pixnews/domain/model/datasource/DataSourceFixtures.kt rename to foundation/domain-model/testFixtures/datasource/DataSourceFixtures.kt diff --git a/foundation/domain-model/testFixtures/ru/pixnews/domain/model/game/GameFixtures.kt b/foundation/domain-model/testFixtures/game/GameFixtures.kt similarity index 100% rename from foundation/domain-model/testFixtures/ru/pixnews/domain/model/game/GameFixtures.kt rename to foundation/domain-model/testFixtures/game/GameFixtures.kt diff --git a/foundation/domain-model/testFixtures/ru/pixnews/domain/model/game/GameGenreFixtures.kt b/foundation/domain-model/testFixtures/game/GameGenreFixtures.kt similarity index 100% rename from foundation/domain-model/testFixtures/ru/pixnews/domain/model/game/GameGenreFixtures.kt rename to foundation/domain-model/testFixtures/game/GameGenreFixtures.kt diff --git a/foundation/domain-model/testFixtures/ru/pixnews/domain/model/game/GameSeriesSummaryFixtures.kt b/foundation/domain-model/testFixtures/game/GameSeriesSummaryFixtures.kt similarity index 100% rename from foundation/domain-model/testFixtures/ru/pixnews/domain/model/game/GameSeriesSummaryFixtures.kt rename to foundation/domain-model/testFixtures/game/GameSeriesSummaryFixtures.kt diff --git a/foundation/domain-model/testFixtures/ru/pixnews/domain/model/game/game/BeyondGoodAndEvil2GameFixture.kt b/foundation/domain-model/testFixtures/game/game/BeyondGoodAndEvil2GameFixture.kt similarity index 100% rename from foundation/domain-model/testFixtures/ru/pixnews/domain/model/game/game/BeyondGoodAndEvil2GameFixture.kt rename to foundation/domain-model/testFixtures/game/game/BeyondGoodAndEvil2GameFixture.kt diff --git a/foundation/domain-model/testFixtures/ru/pixnews/domain/model/game/game/Gta6GameFixture.kt b/foundation/domain-model/testFixtures/game/game/Gta6GameFixture.kt similarity index 100% rename from foundation/domain-model/testFixtures/ru/pixnews/domain/model/game/game/Gta6GameFixture.kt rename to foundation/domain-model/testFixtures/game/game/Gta6GameFixture.kt diff --git a/foundation/domain-model/testFixtures/ru/pixnews/domain/model/game/game/HalfLife3GameFixture.kt b/foundation/domain-model/testFixtures/game/game/HalfLife3GameFixture.kt similarity index 100% rename from foundation/domain-model/testFixtures/ru/pixnews/domain/model/game/game/HalfLife3GameFixture.kt rename to foundation/domain-model/testFixtures/game/game/HalfLife3GameFixture.kt diff --git a/foundation/domain-model/testFixtures/ru/pixnews/domain/model/game/game/HytaleGameFixture.kt b/foundation/domain-model/testFixtures/game/game/HytaleGameFixture.kt similarity index 100% rename from foundation/domain-model/testFixtures/ru/pixnews/domain/model/game/game/HytaleGameFixture.kt rename to foundation/domain-model/testFixtures/game/game/HytaleGameFixture.kt diff --git a/foundation/domain-model/testFixtures/ru/pixnews/domain/model/game/game/Project007GameFixture.kt b/foundation/domain-model/testFixtures/game/game/Project007GameFixture.kt similarity index 100% rename from foundation/domain-model/testFixtures/ru/pixnews/domain/model/game/game/Project007GameFixture.kt rename to foundation/domain-model/testFixtures/game/game/Project007GameFixture.kt diff --git a/foundation/domain-model/testFixtures/ru/pixnews/domain/model/game/game/SlimeRancher2GameFixture.kt b/foundation/domain-model/testFixtures/game/game/SlimeRancher2GameFixture.kt similarity index 100% rename from foundation/domain-model/testFixtures/ru/pixnews/domain/model/game/game/SlimeRancher2GameFixture.kt rename to foundation/domain-model/testFixtures/game/game/SlimeRancher2GameFixture.kt diff --git a/foundation/domain-model/testFixtures/ru/pixnews/domain/model/game/game/SmallandGameFixture.kt b/foundation/domain-model/testFixtures/game/game/SmallandGameFixture.kt similarity index 100% rename from foundation/domain-model/testFixtures/ru/pixnews/domain/model/game/game/SmallandGameFixture.kt rename to foundation/domain-model/testFixtures/game/game/SmallandGameFixture.kt diff --git a/foundation/domain-model/testFixtures/ru/pixnews/domain/model/game/game/StarWarsEclipseGameFixture.kt b/foundation/domain-model/testFixtures/game/game/StarWarsEclipseGameFixture.kt similarity index 100% rename from foundation/domain-model/testFixtures/ru/pixnews/domain/model/game/game/StarWarsEclipseGameFixture.kt rename to foundation/domain-model/testFixtures/game/game/StarWarsEclipseGameFixture.kt diff --git a/foundation/domain-model/testFixtures/ru/pixnews/domain/model/game/game/TheLostWildGameFixture.kt b/foundation/domain-model/testFixtures/game/game/TheLostWildGameFixture.kt similarity index 100% rename from foundation/domain-model/testFixtures/ru/pixnews/domain/model/game/game/TheLostWildGameFixture.kt rename to foundation/domain-model/testFixtures/game/game/TheLostWildGameFixture.kt diff --git a/foundation/domain-model/testFixtures/ru/pixnews/domain/model/game/game/TheSims5GameFixture.kt b/foundation/domain-model/testFixtures/game/game/TheSims5GameFixture.kt similarity index 100% rename from foundation/domain-model/testFixtures/ru/pixnews/domain/model/game/game/TheSims5GameFixture.kt rename to foundation/domain-model/testFixtures/game/game/TheSims5GameFixture.kt diff --git a/foundation/domain-model/testFixtures/ru/pixnews/domain/model/locale/CountryCodeFixtures.kt b/foundation/domain-model/testFixtures/locale/CountryCodeFixtures.kt similarity index 100% rename from foundation/domain-model/testFixtures/ru/pixnews/domain/model/locale/CountryCodeFixtures.kt rename to foundation/domain-model/testFixtures/locale/CountryCodeFixtures.kt diff --git a/foundation/featuretoggles/datasource-firebase/src/main/kotlin/ru/pixnews/foundation/featuretoggles/datasource/firebase/FirebaseDataSource.kt b/foundation/featuretoggles/datasource-firebase/src/main/kotlin/FirebaseDataSource.kt similarity index 100% rename from foundation/featuretoggles/datasource-firebase/src/main/kotlin/ru/pixnews/foundation/featuretoggles/datasource/firebase/FirebaseDataSource.kt rename to foundation/featuretoggles/datasource-firebase/src/main/kotlin/FirebaseDataSource.kt diff --git a/foundation/featuretoggles/datasource-firebase/src/main/kotlin/ru/pixnews/foundation/featuretoggles/datasource/firebase/FirebaseExt.kt b/foundation/featuretoggles/datasource-firebase/src/main/kotlin/FirebaseExt.kt similarity index 100% rename from foundation/featuretoggles/datasource-firebase/src/main/kotlin/ru/pixnews/foundation/featuretoggles/datasource/firebase/FirebaseExt.kt rename to foundation/featuretoggles/datasource-firebase/src/main/kotlin/FirebaseExt.kt diff --git a/foundation/featuretoggles/datasource-firebase/src/main/kotlin/ru/pixnews/foundation/featuretoggles/datasource/firebase/FirebaseRemoteConfigModule.kt b/foundation/featuretoggles/datasource-firebase/src/main/kotlin/FirebaseRemoteConfigModule.kt similarity index 100% rename from foundation/featuretoggles/datasource-firebase/src/main/kotlin/ru/pixnews/foundation/featuretoggles/datasource/firebase/FirebaseRemoteConfigModule.kt rename to foundation/featuretoggles/datasource-firebase/src/main/kotlin/FirebaseRemoteConfigModule.kt diff --git a/foundation/featuretoggles/datasource-firebase/src/test/kotlin/ru/pixnews/foundation/featuretoggles/datasource/firebase/FakeFirebaseRemoteConfigValue.kt b/foundation/featuretoggles/datasource-firebase/src/test/kotlin/FakeFirebaseRemoteConfigValue.kt similarity index 100% rename from foundation/featuretoggles/datasource-firebase/src/test/kotlin/ru/pixnews/foundation/featuretoggles/datasource/firebase/FakeFirebaseRemoteConfigValue.kt rename to foundation/featuretoggles/datasource-firebase/src/test/kotlin/FakeFirebaseRemoteConfigValue.kt diff --git a/foundation/featuretoggles/datasource-firebase/src/test/kotlin/ru/pixnews/foundation/featuretoggles/datasource/firebase/FirebaseDataSourceTest.kt b/foundation/featuretoggles/datasource-firebase/src/test/kotlin/FirebaseDataSourceTest.kt similarity index 100% rename from foundation/featuretoggles/datasource-firebase/src/test/kotlin/ru/pixnews/foundation/featuretoggles/datasource/firebase/FirebaseDataSourceTest.kt rename to foundation/featuretoggles/datasource-firebase/src/test/kotlin/FirebaseDataSourceTest.kt diff --git a/foundation/featuretoggles/datasource-overrides/src/main/kotlin/ru/pixnews/foundation/featuretoggles/datasource/overrides/DataStoreHolder.kt b/foundation/featuretoggles/datasource-overrides/src/main/kotlin/DataStoreHolder.kt similarity index 100% rename from foundation/featuretoggles/datasource-overrides/src/main/kotlin/ru/pixnews/foundation/featuretoggles/datasource/overrides/DataStoreHolder.kt rename to foundation/featuretoggles/datasource-overrides/src/main/kotlin/DataStoreHolder.kt diff --git a/foundation/featuretoggles/datasource-overrides/src/main/kotlin/ru/pixnews/foundation/featuretoggles/datasource/overrides/OverridesDataSource.kt b/foundation/featuretoggles/datasource-overrides/src/main/kotlin/OverridesDataSource.kt similarity index 100% rename from foundation/featuretoggles/datasource-overrides/src/main/kotlin/ru/pixnews/foundation/featuretoggles/datasource/overrides/OverridesDataSource.kt rename to foundation/featuretoggles/datasource-overrides/src/main/kotlin/OverridesDataSource.kt diff --git a/foundation/featuretoggles/datasource-overrides/src/main/kotlin/ru/pixnews/foundation/featuretoggles/datasource/overrides/OverridesSerializer.kt b/foundation/featuretoggles/datasource-overrides/src/main/kotlin/OverridesSerializer.kt similarity index 100% rename from foundation/featuretoggles/datasource-overrides/src/main/kotlin/ru/pixnews/foundation/featuretoggles/datasource/overrides/OverridesSerializer.kt rename to foundation/featuretoggles/datasource-overrides/src/main/kotlin/OverridesSerializer.kt diff --git a/foundation/featuretoggles/datasource-overrides/src/test/kotlin/ru/pixnews/foundation/featuretoggles/datasource/overrides/DataSourceUnderTestInitializer.kt b/foundation/featuretoggles/datasource-overrides/src/test/kotlin/DataSourceUnderTestInitializer.kt similarity index 100% rename from foundation/featuretoggles/datasource-overrides/src/test/kotlin/ru/pixnews/foundation/featuretoggles/datasource/overrides/DataSourceUnderTestInitializer.kt rename to foundation/featuretoggles/datasource-overrides/src/test/kotlin/DataSourceUnderTestInitializer.kt diff --git a/foundation/featuretoggles/datasource-overrides/src/test/kotlin/ru/pixnews/foundation/featuretoggles/datasource/overrides/DataStoreHelper.kt b/foundation/featuretoggles/datasource-overrides/src/test/kotlin/DataStoreHelper.kt similarity index 100% rename from foundation/featuretoggles/datasource-overrides/src/test/kotlin/ru/pixnews/foundation/featuretoggles/datasource/overrides/DataStoreHelper.kt rename to foundation/featuretoggles/datasource-overrides/src/test/kotlin/DataStoreHelper.kt diff --git a/foundation/featuretoggles/datasource-overrides/src/test/kotlin/ru/pixnews/foundation/featuretoggles/datasource/overrides/OverridesDataSourceTest.kt b/foundation/featuretoggles/datasource-overrides/src/test/kotlin/OverridesDataSourceTest.kt similarity index 100% rename from foundation/featuretoggles/datasource-overrides/src/test/kotlin/ru/pixnews/foundation/featuretoggles/datasource/overrides/OverridesDataSourceTest.kt rename to foundation/featuretoggles/datasource-overrides/src/test/kotlin/OverridesDataSourceTest.kt diff --git a/foundation/featuretoggles/datasource-overrides/src/test/kotlin/ru/pixnews/foundation/featuretoggles/datasource/overrides/ThrowingExceptionSerializer.kt b/foundation/featuretoggles/datasource-overrides/src/test/kotlin/ThrowingExceptionSerializer.kt similarity index 100% rename from foundation/featuretoggles/datasource-overrides/src/test/kotlin/ru/pixnews/foundation/featuretoggles/datasource/overrides/ThrowingExceptionSerializer.kt rename to foundation/featuretoggles/datasource-overrides/src/test/kotlin/ThrowingExceptionSerializer.kt diff --git a/foundation/featuretoggles/internal/main/ru/pixnews/foundation/featuretoggles/internal/DataSourceWithPriority.kt b/foundation/featuretoggles/internal/main/DataSourceWithPriority.kt similarity index 100% rename from foundation/featuretoggles/internal/main/ru/pixnews/foundation/featuretoggles/internal/DataSourceWithPriority.kt rename to foundation/featuretoggles/internal/main/DataSourceWithPriority.kt diff --git a/foundation/featuretoggles/internal/main/ru/pixnews/foundation/featuretoggles/internal/DefaultVariantDataSource.kt b/foundation/featuretoggles/internal/main/DefaultVariantDataSource.kt similarity index 100% rename from foundation/featuretoggles/internal/main/ru/pixnews/foundation/featuretoggles/internal/DefaultVariantDataSource.kt rename to foundation/featuretoggles/internal/main/DefaultVariantDataSource.kt diff --git a/foundation/featuretoggles/internal/main/ru/pixnews/foundation/featuretoggles/internal/Exceptions.kt b/foundation/featuretoggles/internal/main/Exceptions.kt similarity index 100% rename from foundation/featuretoggles/internal/main/ru/pixnews/foundation/featuretoggles/internal/Exceptions.kt rename to foundation/featuretoggles/internal/main/Exceptions.kt diff --git a/foundation/featuretoggles/internal/main/ru/pixnews/foundation/featuretoggles/internal/FeatureManagerImpl.kt b/foundation/featuretoggles/internal/main/FeatureManagerImpl.kt similarity index 100% rename from foundation/featuretoggles/internal/main/ru/pixnews/foundation/featuretoggles/internal/FeatureManagerImpl.kt rename to foundation/featuretoggles/internal/main/FeatureManagerImpl.kt diff --git a/foundation/featuretoggles/internal/main/ru/pixnews/foundation/featuretoggles/internal/FeatureToggleDataSource.kt b/foundation/featuretoggles/internal/main/FeatureToggleDataSource.kt similarity index 100% rename from foundation/featuretoggles/internal/main/ru/pixnews/foundation/featuretoggles/internal/FeatureToggleDataSource.kt rename to foundation/featuretoggles/internal/main/FeatureToggleDataSource.kt diff --git a/foundation/featuretoggles/internal/test/ru/pixnews/foundation/featuretoggles/internal/DefaultVariantDataSourceTest.kt b/foundation/featuretoggles/internal/test/DefaultVariantDataSourceTest.kt similarity index 100% rename from foundation/featuretoggles/internal/test/ru/pixnews/foundation/featuretoggles/internal/DefaultVariantDataSourceTest.kt rename to foundation/featuretoggles/internal/test/DefaultVariantDataSourceTest.kt diff --git a/foundation/featuretoggles/internal/test/ru/pixnews/foundation/featuretoggles/internal/FakeDataSource.kt b/foundation/featuretoggles/internal/test/FakeDataSource.kt similarity index 100% rename from foundation/featuretoggles/internal/test/ru/pixnews/foundation/featuretoggles/internal/FakeDataSource.kt rename to foundation/featuretoggles/internal/test/FakeDataSource.kt diff --git a/foundation/featuretoggles/internal/test/ru/pixnews/foundation/featuretoggles/internal/FeatureManagerImplTest.kt b/foundation/featuretoggles/internal/test/FeatureManagerImplTest.kt similarity index 100% rename from foundation/featuretoggles/internal/test/ru/pixnews/foundation/featuretoggles/internal/FeatureManagerImplTest.kt rename to foundation/featuretoggles/internal/test/FeatureManagerImplTest.kt diff --git a/foundation/featuretoggles/public/main/ru/pixnews/foundation/featuretoggles/Experiment.kt b/foundation/featuretoggles/public/main/Experiment.kt similarity index 100% rename from foundation/featuretoggles/public/main/ru/pixnews/foundation/featuretoggles/Experiment.kt rename to foundation/featuretoggles/public/main/Experiment.kt diff --git a/foundation/featuretoggles/public/main/ru/pixnews/foundation/featuretoggles/ExperimentKey.kt b/foundation/featuretoggles/public/main/ExperimentKey.kt similarity index 100% rename from foundation/featuretoggles/public/main/ru/pixnews/foundation/featuretoggles/ExperimentKey.kt rename to foundation/featuretoggles/public/main/ExperimentKey.kt diff --git a/foundation/featuretoggles/public/main/ru/pixnews/foundation/featuretoggles/ExperimentVariant.kt b/foundation/featuretoggles/public/main/ExperimentVariant.kt similarity index 100% rename from foundation/featuretoggles/public/main/ru/pixnews/foundation/featuretoggles/ExperimentVariant.kt rename to foundation/featuretoggles/public/main/ExperimentVariant.kt diff --git a/foundation/featuretoggles/public/main/ru/pixnews/foundation/featuretoggles/ExperimentVariantKey.kt b/foundation/featuretoggles/public/main/ExperimentVariantKey.kt similarity index 100% rename from foundation/featuretoggles/public/main/ru/pixnews/foundation/featuretoggles/ExperimentVariantKey.kt rename to foundation/featuretoggles/public/main/ExperimentVariantKey.kt diff --git a/foundation/featuretoggles/public/main/ru/pixnews/foundation/featuretoggles/ExperimentVariantSerializer.kt b/foundation/featuretoggles/public/main/ExperimentVariantSerializer.kt similarity index 100% rename from foundation/featuretoggles/public/main/ru/pixnews/foundation/featuretoggles/ExperimentVariantSerializer.kt rename to foundation/featuretoggles/public/main/ExperimentVariantSerializer.kt diff --git a/foundation/featuretoggles/public/main/ru/pixnews/foundation/featuretoggles/FeatureManager.kt b/foundation/featuretoggles/public/main/FeatureManager.kt similarity index 100% rename from foundation/featuretoggles/public/main/ru/pixnews/foundation/featuretoggles/FeatureManager.kt rename to foundation/featuretoggles/public/main/FeatureManager.kt diff --git a/foundation/featuretoggles/public/main/ru/pixnews/foundation/featuretoggles/FeatureToggle.kt b/foundation/featuretoggles/public/main/FeatureToggle.kt similarity index 100% rename from foundation/featuretoggles/public/main/ru/pixnews/foundation/featuretoggles/FeatureToggle.kt rename to foundation/featuretoggles/public/main/FeatureToggle.kt diff --git a/foundation/featuretoggles/public/main/ru/pixnews/foundation/featuretoggles/FeatureToggleException.kt b/foundation/featuretoggles/public/main/FeatureToggleException.kt similarity index 100% rename from foundation/featuretoggles/public/main/ru/pixnews/foundation/featuretoggles/FeatureToggleException.kt rename to foundation/featuretoggles/public/main/FeatureToggleException.kt diff --git a/foundation/featuretoggles/public/main/ru/pixnews/foundation/featuretoggles/serializers/BooleanVariantSerializer.kt b/foundation/featuretoggles/public/main/serializers/BooleanVariantSerializer.kt similarity index 100% rename from foundation/featuretoggles/public/main/ru/pixnews/foundation/featuretoggles/serializers/BooleanVariantSerializer.kt rename to foundation/featuretoggles/public/main/serializers/BooleanVariantSerializer.kt diff --git a/foundation/featuretoggles/public/main/ru/pixnews/foundation/featuretoggles/serializers/SerializationException.kt b/foundation/featuretoggles/public/main/serializers/SerializationException.kt similarity index 100% rename from foundation/featuretoggles/public/main/ru/pixnews/foundation/featuretoggles/serializers/SerializationException.kt rename to foundation/featuretoggles/public/main/serializers/SerializationException.kt diff --git a/foundation/featuretoggles/public/main/ru/pixnews/foundation/featuretoggles/serializers/StringVariantSerializer.kt b/foundation/featuretoggles/public/main/serializers/StringVariantSerializer.kt similarity index 100% rename from foundation/featuretoggles/public/main/ru/pixnews/foundation/featuretoggles/serializers/StringVariantSerializer.kt rename to foundation/featuretoggles/public/main/serializers/StringVariantSerializer.kt diff --git a/foundation/featuretoggles/public/testFixtures/Dummy.kt b/foundation/featuretoggles/public/testFixtures/Dummy.kt new file mode 100644 index 00000000..73db9c3e --- /dev/null +++ b/foundation/featuretoggles/public/testFixtures/Dummy.kt @@ -0,0 +1,9 @@ +/* + * Copyright (c) 2024, the Pixnews project authors and contributors. Please see the AUTHORS file for details. + * Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. + */ + +@file:Suppress("FILE_CONTAINS_ONLY_COMMENTS", "FILE_NO_BLANK_LINE_BETWEEN_BLOCKS") + +// Workaround for https://youtrack.jetbrains.com/issue/KTIJ-27842 +package ru.pixnews.foundation.featuretoggles diff --git a/foundation/featuretoggles/public/testFixtures/ru/pixnews/foundation/featuretoggles/fixtures/TestExperiments.kt b/foundation/featuretoggles/public/testFixtures/fixtures/TestExperiments.kt similarity index 100% rename from foundation/featuretoggles/public/testFixtures/ru/pixnews/foundation/featuretoggles/fixtures/TestExperiments.kt rename to foundation/featuretoggles/public/testFixtures/fixtures/TestExperiments.kt diff --git a/foundation/initializers/src/main/kotlin/ru/pixnews/foundation/initializers/AppInitializer.kt b/foundation/initializers/src/main/kotlin/AppInitializer.kt similarity index 92% rename from foundation/initializers/src/main/kotlin/ru/pixnews/foundation/initializers/AppInitializer.kt rename to foundation/initializers/src/main/kotlin/AppInitializer.kt index 777c73f8..48276ecd 100644 --- a/foundation/initializers/src/main/kotlin/ru/pixnews/foundation/initializers/AppInitializer.kt +++ b/foundation/initializers/src/main/kotlin/AppInitializer.kt @@ -5,6 +5,7 @@ package ru.pixnews.foundation.initializers +import android.annotation.SuppressLint import androidx.tracing.Trace import kotlinx.coroutines.CoroutineDispatcher import kotlinx.coroutines.CoroutineScope @@ -54,14 +55,16 @@ public class AppInitializer( } } + @SuppressLint("UnclosedTrace") private inline fun runTracing(lazyName: () -> String, initFunction: () -> Unit) { - if (Trace.isEnabled()) { + val traceEnabled = Trace.isEnabled() + if (traceEnabled) { Trace.beginSection(lazyName()) } try { initFunction.invoke() } finally { - if (Trace.isEnabled()) { + if (traceEnabled) { Trace.endSection() } } diff --git a/foundation/initializers/src/main/kotlin/ru/pixnews/foundation/initializers/AsyncInitializer.kt b/foundation/initializers/src/main/kotlin/AsyncInitializer.kt similarity index 100% rename from foundation/initializers/src/main/kotlin/ru/pixnews/foundation/initializers/AsyncInitializer.kt rename to foundation/initializers/src/main/kotlin/AsyncInitializer.kt diff --git a/foundation/initializers/src/main/kotlin/ru/pixnews/foundation/initializers/Initializer.kt b/foundation/initializers/src/main/kotlin/Initializer.kt similarity index 100% rename from foundation/initializers/src/main/kotlin/ru/pixnews/foundation/initializers/Initializer.kt rename to foundation/initializers/src/main/kotlin/Initializer.kt diff --git a/foundation/instrumented-test/instrumented-test.gradle.kts b/foundation/instrumented-test/instrumented-test.gradle.kts index a79a273b..df613778 100644 --- a/foundation/instrumented-test/instrumented-test.gradle.kts +++ b/foundation/instrumented-test/instrumented-test.gradle.kts @@ -12,7 +12,7 @@ pixnews { } android { - namespace = "ru.pixnews.foundation.testing.instrumented" + namespace = "ru.pixnews.foundation.instrumented.test" lint { disable += "RemoveWorkManagerInitializer" diff --git a/foundation/instrumented-test/src/main/kotlin/ru/pixnews/foundation/instrumented/test/PixnewsTestApplication.kt b/foundation/instrumented-test/src/main/kotlin/PixnewsTestApplication.kt similarity index 100% rename from foundation/instrumented-test/src/main/kotlin/ru/pixnews/foundation/instrumented/test/PixnewsTestApplication.kt rename to foundation/instrumented-test/src/main/kotlin/PixnewsTestApplication.kt diff --git a/foundation/instrumented-test/src/main/kotlin/ru/pixnews/foundation/instrumented/test/PixnewsTestRunner.kt b/foundation/instrumented-test/src/main/kotlin/PixnewsTestRunner.kt similarity index 100% rename from foundation/instrumented-test/src/main/kotlin/ru/pixnews/foundation/instrumented/test/PixnewsTestRunner.kt rename to foundation/instrumented-test/src/main/kotlin/PixnewsTestRunner.kt diff --git a/foundation/instrumented-test/src/main/kotlin/ru/pixnews/foundation/instrumented/test/base/BaseInstrumentedTest.kt b/foundation/instrumented-test/src/main/kotlin/base/BaseInstrumentedTest.kt similarity index 100% rename from foundation/instrumented-test/src/main/kotlin/ru/pixnews/foundation/instrumented/test/base/BaseInstrumentedTest.kt rename to foundation/instrumented-test/src/main/kotlin/base/BaseInstrumentedTest.kt diff --git a/foundation/instrumented-test/src/main/kotlin/ru/pixnews/foundation/instrumented/test/di/InstrumentationAppContext.kt b/foundation/instrumented-test/src/main/kotlin/di/InstrumentationAppContext.kt similarity index 100% rename from foundation/instrumented-test/src/main/kotlin/ru/pixnews/foundation/instrumented/test/di/InstrumentationAppContext.kt rename to foundation/instrumented-test/src/main/kotlin/di/InstrumentationAppContext.kt diff --git a/foundation/instrumented-test/src/main/kotlin/ru/pixnews/foundation/instrumented/test/di/InstrumentationAppContextModule.kt b/foundation/instrumented-test/src/main/kotlin/di/InstrumentationAppContextModule.kt similarity index 100% rename from foundation/instrumented-test/src/main/kotlin/ru/pixnews/foundation/instrumented/test/di/InstrumentationAppContextModule.kt rename to foundation/instrumented-test/src/main/kotlin/di/InstrumentationAppContextModule.kt diff --git a/foundation/instrumented-test/src/main/kotlin/ru/pixnews/foundation/instrumented/test/di/InstrumentedTestInjectorHolder.kt b/foundation/instrumented-test/src/main/kotlin/di/InstrumentedTestInjectorHolder.kt similarity index 100% rename from foundation/instrumented-test/src/main/kotlin/ru/pixnews/foundation/instrumented/test/di/InstrumentedTestInjectorHolder.kt rename to foundation/instrumented-test/src/main/kotlin/di/InstrumentedTestInjectorHolder.kt diff --git a/foundation/instrumented-test/src/main/kotlin/ru/pixnews/foundation/instrumented/test/di/InstrumentedTestsInjectorsModule.kt b/foundation/instrumented-test/src/main/kotlin/di/InstrumentedTestsInjectorsModule.kt similarity index 100% rename from foundation/instrumented-test/src/main/kotlin/ru/pixnews/foundation/instrumented/test/di/InstrumentedTestsInjectorsModule.kt rename to foundation/instrumented-test/src/main/kotlin/di/InstrumentedTestsInjectorsModule.kt diff --git a/foundation/instrumented-test/src/main/kotlin/ru/pixnews/foundation/instrumented/test/di/rule/InjectDependenciesRule.kt b/foundation/instrumented-test/src/main/kotlin/di/rule/InjectDependenciesRule.kt similarity index 100% rename from foundation/instrumented-test/src/main/kotlin/ru/pixnews/foundation/instrumented/test/di/rule/InjectDependenciesRule.kt rename to foundation/instrumented-test/src/main/kotlin/di/rule/InjectDependenciesRule.kt diff --git a/foundation/network/public/src/main/kotlin/ru/pixnews/foundation/network/InterceptorWithPriority.kt b/foundation/network/public/src/main/kotlin/InterceptorWithPriority.kt similarity index 100% rename from foundation/network/public/src/main/kotlin/ru/pixnews/foundation/network/InterceptorWithPriority.kt rename to foundation/network/public/src/main/kotlin/InterceptorWithPriority.kt diff --git a/foundation/network/public/src/main/kotlin/ru/pixnews/foundation/network/KermitOkhttpLogger.kt b/foundation/network/public/src/main/kotlin/KermitOkhttpLogger.kt similarity index 100% rename from foundation/network/public/src/main/kotlin/ru/pixnews/foundation/network/KermitOkhttpLogger.kt rename to foundation/network/public/src/main/kotlin/KermitOkhttpLogger.kt diff --git a/foundation/network/public/src/main/kotlin/ru/pixnews/foundation/network/OkHttpClientProvider.kt b/foundation/network/public/src/main/kotlin/OkHttpClientProvider.kt similarity index 100% rename from foundation/network/public/src/main/kotlin/ru/pixnews/foundation/network/OkHttpClientProvider.kt rename to foundation/network/public/src/main/kotlin/OkHttpClientProvider.kt diff --git a/foundation/network/public/src/main/kotlin/ru/pixnews/foundation/network/RootOkHttpClientProvider.kt b/foundation/network/public/src/main/kotlin/RootOkHttpClientProvider.kt similarity index 100% rename from foundation/network/public/src/main/kotlin/ru/pixnews/foundation/network/RootOkHttpClientProvider.kt rename to foundation/network/public/src/main/kotlin/RootOkHttpClientProvider.kt diff --git a/foundation/network/public/src/main/kotlin/ru/pixnews/foundation/network/inject/AppOkhttpModule.kt b/foundation/network/public/src/main/kotlin/inject/AppOkhttpModule.kt similarity index 100% rename from foundation/network/public/src/main/kotlin/ru/pixnews/foundation/network/inject/AppOkhttpModule.kt rename to foundation/network/public/src/main/kotlin/inject/AppOkhttpModule.kt diff --git a/foundation/network/public/src/main/kotlin/ru/pixnews/foundation/network/inject/OkHttpProvidersHolder.kt b/foundation/network/public/src/main/kotlin/inject/OkHttpProvidersHolder.kt similarity index 100% rename from foundation/network/public/src/main/kotlin/ru/pixnews/foundation/network/inject/OkHttpProvidersHolder.kt rename to foundation/network/public/src/main/kotlin/inject/OkHttpProvidersHolder.kt diff --git a/foundation/network/public/src/main/kotlin/ru/pixnews/foundation/network/inject/OkHttpUtil.kt b/foundation/network/public/src/main/kotlin/inject/OkHttpUtil.kt similarity index 100% rename from foundation/network/public/src/main/kotlin/ru/pixnews/foundation/network/inject/OkHttpUtil.kt rename to foundation/network/public/src/main/kotlin/inject/OkHttpUtil.kt diff --git a/foundation/network/public/src/main/kotlin/ru/pixnews/foundation/network/inject/RootOkHttpDependenciesModule.kt b/foundation/network/public/src/main/kotlin/inject/RootOkHttpDependenciesModule.kt similarity index 100% rename from foundation/network/public/src/main/kotlin/ru/pixnews/foundation/network/inject/RootOkHttpDependenciesModule.kt rename to foundation/network/public/src/main/kotlin/inject/RootOkHttpDependenciesModule.kt diff --git a/foundation/network/public/src/main/kotlin/ru/pixnews/foundation/network/inject/RootOkHttpModule.kt b/foundation/network/public/src/main/kotlin/inject/RootOkHttpModule.kt similarity index 100% rename from foundation/network/public/src/main/kotlin/ru/pixnews/foundation/network/inject/RootOkHttpModule.kt rename to foundation/network/public/src/main/kotlin/inject/RootOkHttpModule.kt diff --git a/foundation/network/public/src/main/kotlin/ru/pixnews/foundation/network/inject/qualifier/Qualifiers.kt b/foundation/network/public/src/main/kotlin/inject/qualifier/Qualifiers.kt similarity index 100% rename from foundation/network/public/src/main/kotlin/ru/pixnews/foundation/network/inject/qualifier/Qualifiers.kt rename to foundation/network/public/src/main/kotlin/inject/qualifier/Qualifiers.kt diff --git a/foundation/redux/main/ru/pixnews/foundation/redux/Action.kt b/foundation/redux/main/Action.kt similarity index 100% rename from foundation/redux/main/ru/pixnews/foundation/redux/Action.kt rename to foundation/redux/main/Action.kt diff --git a/foundation/redux/main/ru/pixnews/foundation/redux/Middleware.kt b/foundation/redux/main/Middleware.kt similarity index 100% rename from foundation/redux/main/ru/pixnews/foundation/redux/Middleware.kt rename to foundation/redux/main/Middleware.kt diff --git a/foundation/redux/main/ru/pixnews/foundation/redux/State.kt b/foundation/redux/main/State.kt similarity index 100% rename from foundation/redux/main/ru/pixnews/foundation/redux/State.kt rename to foundation/redux/main/State.kt diff --git a/foundation/redux/main/ru/pixnews/foundation/redux/Store.kt b/foundation/redux/main/Store.kt similarity index 100% rename from foundation/redux/main/ru/pixnews/foundation/redux/Store.kt rename to foundation/redux/main/Store.kt diff --git a/foundation/redux/main/ru/pixnews/foundation/redux/epic/Epic.kt b/foundation/redux/main/epic/Epic.kt similarity index 100% rename from foundation/redux/main/ru/pixnews/foundation/redux/epic/Epic.kt rename to foundation/redux/main/epic/Epic.kt diff --git a/foundation/redux/main/ru/pixnews/foundation/redux/epic/EpicMiddleware.kt b/foundation/redux/main/epic/EpicMiddleware.kt similarity index 100% rename from foundation/redux/main/ru/pixnews/foundation/redux/epic/EpicMiddleware.kt rename to foundation/redux/main/epic/EpicMiddleware.kt diff --git a/foundation/redux/main/ru/pixnews/foundation/redux/store/MiddlewareStore.kt b/foundation/redux/main/store/MiddlewareStore.kt similarity index 100% rename from foundation/redux/main/ru/pixnews/foundation/redux/store/MiddlewareStore.kt rename to foundation/redux/main/store/MiddlewareStore.kt diff --git a/foundation/redux/main/ru/pixnews/foundation/redux/thunk/ThunkAction.kt b/foundation/redux/main/thunk/ThunkAction.kt similarity index 100% rename from foundation/redux/main/ru/pixnews/foundation/redux/thunk/ThunkAction.kt rename to foundation/redux/main/thunk/ThunkAction.kt diff --git a/foundation/redux/main/ru/pixnews/foundation/redux/thunk/ThunkApi.kt b/foundation/redux/main/thunk/ThunkApi.kt similarity index 100% rename from foundation/redux/main/ru/pixnews/foundation/redux/thunk/ThunkApi.kt rename to foundation/redux/main/thunk/ThunkApi.kt diff --git a/foundation/redux/main/ru/pixnews/foundation/redux/thunk/ThunkMiddleware.kt b/foundation/redux/main/thunk/ThunkMiddleware.kt similarity index 100% rename from foundation/redux/main/ru/pixnews/foundation/redux/thunk/ThunkMiddleware.kt rename to foundation/redux/main/thunk/ThunkMiddleware.kt diff --git a/foundation/redux/main/ru/pixnews/foundation/redux/util/LoggingMiddleware.kt b/foundation/redux/main/util/LoggingMiddleware.kt similarity index 100% rename from foundation/redux/main/ru/pixnews/foundation/redux/util/LoggingMiddleware.kt rename to foundation/redux/main/util/LoggingMiddleware.kt diff --git a/foundation/redux/main/ru/pixnews/foundation/redux/util/SimpleMiddleware.kt b/foundation/redux/main/util/SimpleMiddleware.kt similarity index 100% rename from foundation/redux/main/ru/pixnews/foundation/redux/util/SimpleMiddleware.kt rename to foundation/redux/main/util/SimpleMiddleware.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/PixnewsIcons.kt b/foundation/ui/assets-icons/src/main/kotlin/PixnewsIcons.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/PixnewsIcons.kt rename to foundation/ui/assets-icons/src/main/kotlin/PixnewsIcons.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/access/AccessIcons.kt b/foundation/ui/assets-icons/src/main/kotlin/access/AccessIcons.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/access/AccessIcons.kt rename to foundation/ui/assets-icons/src/main/kotlin/access/AccessIcons.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/access/LinkRoundedFilled.kt b/foundation/ui/assets-icons/src/main/kotlin/access/LinkRoundedFilled.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/access/LinkRoundedFilled.kt rename to foundation/ui/assets-icons/src/main/kotlin/access/LinkRoundedFilled.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/access/LockRoundedFilled.kt b/foundation/ui/assets-icons/src/main/kotlin/access/LockRoundedFilled.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/access/LockRoundedFilled.kt rename to foundation/ui/assets-icons/src/main/kotlin/access/LockRoundedFilled.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/access/PublicRoundedFilled.kt b/foundation/ui/assets-icons/src/main/kotlin/access/PublicRoundedFilled.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/access/PublicRoundedFilled.kt rename to foundation/ui/assets-icons/src/main/kotlin/access/PublicRoundedFilled.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/action/ActionIcons.kt b/foundation/ui/assets-icons/src/main/kotlin/action/ActionIcons.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/action/ActionIcons.kt rename to foundation/ui/assets-icons/src/main/kotlin/action/ActionIcons.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/action/CancelOutlinedUnfilled.kt b/foundation/ui/assets-icons/src/main/kotlin/action/CancelOutlinedUnfilled.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/action/CancelOutlinedUnfilled.kt rename to foundation/ui/assets-icons/src/main/kotlin/action/CancelOutlinedUnfilled.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/contenrating/ContentRatingIcons.kt b/foundation/ui/assets-icons/src/main/kotlin/contenrating/ContentRatingIcons.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/contenrating/ContentRatingIcons.kt rename to foundation/ui/assets-icons/src/main/kotlin/contenrating/ContentRatingIcons.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/contenrating/EsrbAdultsOnly18.kt b/foundation/ui/assets-icons/src/main/kotlin/contenrating/EsrbAdultsOnly18.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/contenrating/EsrbAdultsOnly18.kt rename to foundation/ui/assets-icons/src/main/kotlin/contenrating/EsrbAdultsOnly18.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/contenrating/EsrbEarlyChildhood.kt b/foundation/ui/assets-icons/src/main/kotlin/contenrating/EsrbEarlyChildhood.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/contenrating/EsrbEarlyChildhood.kt rename to foundation/ui/assets-icons/src/main/kotlin/contenrating/EsrbEarlyChildhood.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/contenrating/EsrbEveryone.kt b/foundation/ui/assets-icons/src/main/kotlin/contenrating/EsrbEveryone.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/contenrating/EsrbEveryone.kt rename to foundation/ui/assets-icons/src/main/kotlin/contenrating/EsrbEveryone.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/contenrating/EsrbEveryone10.kt b/foundation/ui/assets-icons/src/main/kotlin/contenrating/EsrbEveryone10.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/contenrating/EsrbEveryone10.kt rename to foundation/ui/assets-icons/src/main/kotlin/contenrating/EsrbEveryone10.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/contenrating/EsrbMature17.kt b/foundation/ui/assets-icons/src/main/kotlin/contenrating/EsrbMature17.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/contenrating/EsrbMature17.kt rename to foundation/ui/assets-icons/src/main/kotlin/contenrating/EsrbMature17.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/contenrating/EsrbRatingPending.kt b/foundation/ui/assets-icons/src/main/kotlin/contenrating/EsrbRatingPending.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/contenrating/EsrbRatingPending.kt rename to foundation/ui/assets-icons/src/main/kotlin/contenrating/EsrbRatingPending.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/contenrating/EsrbTeen.kt b/foundation/ui/assets-icons/src/main/kotlin/contenrating/EsrbTeen.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/contenrating/EsrbTeen.kt rename to foundation/ui/assets-icons/src/main/kotlin/contenrating/EsrbTeen.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/contenrating/Pegi12.kt b/foundation/ui/assets-icons/src/main/kotlin/contenrating/Pegi12.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/contenrating/Pegi12.kt rename to foundation/ui/assets-icons/src/main/kotlin/contenrating/Pegi12.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/contenrating/Pegi16.kt b/foundation/ui/assets-icons/src/main/kotlin/contenrating/Pegi16.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/contenrating/Pegi16.kt rename to foundation/ui/assets-icons/src/main/kotlin/contenrating/Pegi16.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/contenrating/Pegi18.kt b/foundation/ui/assets-icons/src/main/kotlin/contenrating/Pegi18.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/contenrating/Pegi18.kt rename to foundation/ui/assets-icons/src/main/kotlin/contenrating/Pegi18.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/contenrating/Pegi3.kt b/foundation/ui/assets-icons/src/main/kotlin/contenrating/Pegi3.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/contenrating/Pegi3.kt rename to foundation/ui/assets-icons/src/main/kotlin/contenrating/Pegi3.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/contenrating/Pegi4.kt b/foundation/ui/assets-icons/src/main/kotlin/contenrating/Pegi4.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/contenrating/Pegi4.kt rename to foundation/ui/assets-icons/src/main/kotlin/contenrating/Pegi4.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/contenrating/Pegi7.kt b/foundation/ui/assets-icons/src/main/kotlin/contenrating/Pegi7.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/contenrating/Pegi7.kt rename to foundation/ui/assets-icons/src/main/kotlin/contenrating/Pegi7.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/content/AddLinkRoundedUnfilled.kt b/foundation/ui/assets-icons/src/main/kotlin/content/AddLinkRoundedUnfilled.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/content/AddLinkRoundedUnfilled.kt rename to foundation/ui/assets-icons/src/main/kotlin/content/AddLinkRoundedUnfilled.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/content/AddPhotoAlternateRoundedUnfilled.kt b/foundation/ui/assets-icons/src/main/kotlin/content/AddPhotoAlternateRoundedUnfilled.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/content/AddPhotoAlternateRoundedUnfilled.kt rename to foundation/ui/assets-icons/src/main/kotlin/content/AddPhotoAlternateRoundedUnfilled.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/content/ArrowInsertRounded.kt b/foundation/ui/assets-icons/src/main/kotlin/content/ArrowInsertRounded.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/content/ArrowInsertRounded.kt rename to foundation/ui/assets-icons/src/main/kotlin/content/ArrowInsertRounded.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/content/BookmarkRoundedFilled.kt b/foundation/ui/assets-icons/src/main/kotlin/content/BookmarkRoundedFilled.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/content/BookmarkRoundedFilled.kt rename to foundation/ui/assets-icons/src/main/kotlin/content/BookmarkRoundedFilled.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/content/BookmarkRoundedUnfilled.kt b/foundation/ui/assets-icons/src/main/kotlin/content/BookmarkRoundedUnfilled.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/content/BookmarkRoundedUnfilled.kt rename to foundation/ui/assets-icons/src/main/kotlin/content/BookmarkRoundedUnfilled.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/content/ContentIcons.kt b/foundation/ui/assets-icons/src/main/kotlin/content/ContentIcons.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/content/ContentIcons.kt rename to foundation/ui/assets-icons/src/main/kotlin/content/ContentIcons.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/content/DeleteSweepRoundedUnfilled.kt b/foundation/ui/assets-icons/src/main/kotlin/content/DeleteSweepRoundedUnfilled.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/content/DeleteSweepRoundedUnfilled.kt rename to foundation/ui/assets-icons/src/main/kotlin/content/DeleteSweepRoundedUnfilled.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/content/DragHandleRounded.kt b/foundation/ui/assets-icons/src/main/kotlin/content/DragHandleRounded.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/content/DragHandleRounded.kt rename to foundation/ui/assets-icons/src/main/kotlin/content/DragHandleRounded.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/content/ErrorOutline.kt b/foundation/ui/assets-icons/src/main/kotlin/content/ErrorOutline.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/content/ErrorOutline.kt rename to foundation/ui/assets-icons/src/main/kotlin/content/ErrorOutline.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/content/ExpandMoreRounded.kt b/foundation/ui/assets-icons/src/main/kotlin/content/ExpandMoreRounded.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/content/ExpandMoreRounded.kt rename to foundation/ui/assets-icons/src/main/kotlin/content/ExpandMoreRounded.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/content/FilterListRoundedUnfilled.kt b/foundation/ui/assets-icons/src/main/kotlin/content/FilterListRoundedUnfilled.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/content/FilterListRoundedUnfilled.kt rename to foundation/ui/assets-icons/src/main/kotlin/content/FilterListRoundedUnfilled.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/content/GridViewRoundedFilled.kt b/foundation/ui/assets-icons/src/main/kotlin/content/GridViewRoundedFilled.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/content/GridViewRoundedFilled.kt rename to foundation/ui/assets-icons/src/main/kotlin/content/GridViewRoundedFilled.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/content/GridViewRoundedUnfilled.kt b/foundation/ui/assets-icons/src/main/kotlin/content/GridViewRoundedUnfilled.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/content/GridViewRoundedUnfilled.kt rename to foundation/ui/assets-icons/src/main/kotlin/content/GridViewRoundedUnfilled.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/content/HistoryRoundedUnfilled.kt b/foundation/ui/assets-icons/src/main/kotlin/content/HistoryRoundedUnfilled.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/content/HistoryRoundedUnfilled.kt rename to foundation/ui/assets-icons/src/main/kotlin/content/HistoryRoundedUnfilled.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/content/RateReviewRoundedUnfilled.kt b/foundation/ui/assets-icons/src/main/kotlin/content/RateReviewRoundedUnfilled.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/content/RateReviewRoundedUnfilled.kt rename to foundation/ui/assets-icons/src/main/kotlin/content/RateReviewRoundedUnfilled.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/content/RefreshUnfilled.kt b/foundation/ui/assets-icons/src/main/kotlin/content/RefreshUnfilled.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/content/RefreshUnfilled.kt rename to foundation/ui/assets-icons/src/main/kotlin/content/RefreshUnfilled.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/content/SortRoundedUnfilled.kt b/foundation/ui/assets-icons/src/main/kotlin/content/SortRoundedUnfilled.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/content/SortRoundedUnfilled.kt rename to foundation/ui/assets-icons/src/main/kotlin/content/SortRoundedUnfilled.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/content/SyncRoundedUnfilled.kt b/foundation/ui/assets-icons/src/main/kotlin/content/SyncRoundedUnfilled.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/content/SyncRoundedUnfilled.kt rename to foundation/ui/assets-icons/src/main/kotlin/content/SyncRoundedUnfilled.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/distribution/AppStoreDistributionPlatform.kt b/foundation/ui/assets-icons/src/main/kotlin/distribution/AppStoreDistributionPlatform.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/distribution/AppStoreDistributionPlatform.kt rename to foundation/ui/assets-icons/src/main/kotlin/distribution/AppStoreDistributionPlatform.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/distribution/BattleNetDistributionPlatform.kt b/foundation/ui/assets-icons/src/main/kotlin/distribution/BattleNetDistributionPlatform.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/distribution/BattleNetDistributionPlatform.kt rename to foundation/ui/assets-icons/src/main/kotlin/distribution/BattleNetDistributionPlatform.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/distribution/DistributionPlatformIcons.kt b/foundation/ui/assets-icons/src/main/kotlin/distribution/DistributionPlatformIcons.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/distribution/DistributionPlatformIcons.kt rename to foundation/ui/assets-icons/src/main/kotlin/distribution/DistributionPlatformIcons.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/distribution/EpicGamesDistributionPlatform.kt b/foundation/ui/assets-icons/src/main/kotlin/distribution/EpicGamesDistributionPlatform.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/distribution/EpicGamesDistributionPlatform.kt rename to foundation/ui/assets-icons/src/main/kotlin/distribution/EpicGamesDistributionPlatform.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/distribution/GogDistributionPlatform.kt b/foundation/ui/assets-icons/src/main/kotlin/distribution/GogDistributionPlatform.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/distribution/GogDistributionPlatform.kt rename to foundation/ui/assets-icons/src/main/kotlin/distribution/GogDistributionPlatform.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/distribution/GooglePlayDistributionPlatform.kt b/foundation/ui/assets-icons/src/main/kotlin/distribution/GooglePlayDistributionPlatform.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/distribution/GooglePlayDistributionPlatform.kt rename to foundation/ui/assets-icons/src/main/kotlin/distribution/GooglePlayDistributionPlatform.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/distribution/HumbleBumbleDistributionPlatform.kt b/foundation/ui/assets-icons/src/main/kotlin/distribution/HumbleBumbleDistributionPlatform.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/distribution/HumbleBumbleDistributionPlatform.kt rename to foundation/ui/assets-icons/src/main/kotlin/distribution/HumbleBumbleDistributionPlatform.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/distribution/ItchIoDistributionPlatform.kt b/foundation/ui/assets-icons/src/main/kotlin/distribution/ItchIoDistributionPlatform.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/distribution/ItchIoDistributionPlatform.kt rename to foundation/ui/assets-icons/src/main/kotlin/distribution/ItchIoDistributionPlatform.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/distribution/OriginDistributionPlatform.kt b/foundation/ui/assets-icons/src/main/kotlin/distribution/OriginDistributionPlatform.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/distribution/OriginDistributionPlatform.kt rename to foundation/ui/assets-icons/src/main/kotlin/distribution/OriginDistributionPlatform.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/distribution/SteamDistributionPlatform.kt b/foundation/ui/assets-icons/src/main/kotlin/distribution/SteamDistributionPlatform.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/distribution/SteamDistributionPlatform.kt rename to foundation/ui/assets-icons/src/main/kotlin/distribution/SteamDistributionPlatform.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/distribution/UbisoftDistributionPlatform.kt b/foundation/ui/assets-icons/src/main/kotlin/distribution/UbisoftDistributionPlatform.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/distribution/UbisoftDistributionPlatform.kt rename to foundation/ui/assets-icons/src/main/kotlin/distribution/UbisoftDistributionPlatform.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/externallink/DiscordLink.kt b/foundation/ui/assets-icons/src/main/kotlin/externallink/DiscordLink.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/externallink/DiscordLink.kt rename to foundation/ui/assets-icons/src/main/kotlin/externallink/DiscordLink.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/externallink/DtfLink.kt b/foundation/ui/assets-icons/src/main/kotlin/externallink/DtfLink.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/externallink/DtfLink.kt rename to foundation/ui/assets-icons/src/main/kotlin/externallink/DtfLink.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/externallink/ExternalLinkIcons.kt b/foundation/ui/assets-icons/src/main/kotlin/externallink/ExternalLinkIcons.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/externallink/ExternalLinkIcons.kt rename to foundation/ui/assets-icons/src/main/kotlin/externallink/ExternalLinkIcons.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/externallink/FacebookLink.kt b/foundation/ui/assets-icons/src/main/kotlin/externallink/FacebookLink.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/externallink/FacebookLink.kt rename to foundation/ui/assets-icons/src/main/kotlin/externallink/FacebookLink.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/externallink/IgdbLink.kt b/foundation/ui/assets-icons/src/main/kotlin/externallink/IgdbLink.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/externallink/IgdbLink.kt rename to foundation/ui/assets-icons/src/main/kotlin/externallink/IgdbLink.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/externallink/InstagramLink.kt b/foundation/ui/assets-icons/src/main/kotlin/externallink/InstagramLink.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/externallink/InstagramLink.kt rename to foundation/ui/assets-icons/src/main/kotlin/externallink/InstagramLink.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/externallink/RawgLink.kt b/foundation/ui/assets-icons/src/main/kotlin/externallink/RawgLink.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/externallink/RawgLink.kt rename to foundation/ui/assets-icons/src/main/kotlin/externallink/RawgLink.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/externallink/RedditLink.kt b/foundation/ui/assets-icons/src/main/kotlin/externallink/RedditLink.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/externallink/RedditLink.kt rename to foundation/ui/assets-icons/src/main/kotlin/externallink/RedditLink.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/externallink/TwitchLink.kt b/foundation/ui/assets-icons/src/main/kotlin/externallink/TwitchLink.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/externallink/TwitchLink.kt rename to foundation/ui/assets-icons/src/main/kotlin/externallink/TwitchLink.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/externallink/TwitterLink.kt b/foundation/ui/assets-icons/src/main/kotlin/externallink/TwitterLink.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/externallink/TwitterLink.kt rename to foundation/ui/assets-icons/src/main/kotlin/externallink/TwitterLink.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/externallink/VkLink.kt b/foundation/ui/assets-icons/src/main/kotlin/externallink/VkLink.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/externallink/VkLink.kt rename to foundation/ui/assets-icons/src/main/kotlin/externallink/VkLink.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/externallink/WebLink.kt b/foundation/ui/assets-icons/src/main/kotlin/externallink/WebLink.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/externallink/WebLink.kt rename to foundation/ui/assets-icons/src/main/kotlin/externallink/WebLink.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/externallink/YoutubeLink.kt b/foundation/ui/assets-icons/src/main/kotlin/externallink/YoutubeLink.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/externallink/YoutubeLink.kt rename to foundation/ui/assets-icons/src/main/kotlin/externallink/YoutubeLink.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/image/ErrorLoadingLarge.kt b/foundation/ui/assets-icons/src/main/kotlin/image/ErrorLoadingLarge.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/image/ErrorLoadingLarge.kt rename to foundation/ui/assets-icons/src/main/kotlin/image/ErrorLoadingLarge.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/image/ImagePlaceholders.kt b/foundation/ui/assets-icons/src/main/kotlin/image/ImagePlaceholders.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/image/ImagePlaceholders.kt rename to foundation/ui/assets-icons/src/main/kotlin/image/ImagePlaceholders.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/image/NoImageIconLarge.kt b/foundation/ui/assets-icons/src/main/kotlin/image/NoImageIconLarge.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/image/NoImageIconLarge.kt rename to foundation/ui/assets-icons/src/main/kotlin/image/NoImageIconLarge.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/image/VideogameAssetOff.kt b/foundation/ui/assets-icons/src/main/kotlin/image/VideogameAssetOff.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/image/VideogameAssetOff.kt rename to foundation/ui/assets-icons/src/main/kotlin/image/VideogameAssetOff.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/image/Warning.kt b/foundation/ui/assets-icons/src/main/kotlin/image/Warning.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/image/Warning.kt rename to foundation/ui/assets-icons/src/main/kotlin/image/Warning.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/navigation/CalendarMonthRoundedFilled.kt b/foundation/ui/assets-icons/src/main/kotlin/navigation/CalendarMonthRoundedFilled.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/navigation/CalendarMonthRoundedFilled.kt rename to foundation/ui/assets-icons/src/main/kotlin/navigation/CalendarMonthRoundedFilled.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/navigation/CalendarMonthRoundedUnfilled.kt b/foundation/ui/assets-icons/src/main/kotlin/navigation/CalendarMonthRoundedUnfilled.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/navigation/CalendarMonthRoundedUnfilled.kt rename to foundation/ui/assets-icons/src/main/kotlin/navigation/CalendarMonthRoundedUnfilled.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/navigation/CollectionsBookmarkRoundedFilled.kt b/foundation/ui/assets-icons/src/main/kotlin/navigation/CollectionsBookmarkRoundedFilled.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/navigation/CollectionsBookmarkRoundedFilled.kt rename to foundation/ui/assets-icons/src/main/kotlin/navigation/CollectionsBookmarkRoundedFilled.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/navigation/CollectionsBookmarkRoundedOutlined.kt b/foundation/ui/assets-icons/src/main/kotlin/navigation/CollectionsBookmarkRoundedOutlined.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/navigation/CollectionsBookmarkRoundedOutlined.kt rename to foundation/ui/assets-icons/src/main/kotlin/navigation/CollectionsBookmarkRoundedOutlined.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/navigation/NavigationIcons.kt b/foundation/ui/assets-icons/src/main/kotlin/navigation/NavigationIcons.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/navigation/NavigationIcons.kt rename to foundation/ui/assets-icons/src/main/kotlin/navigation/NavigationIcons.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/navigation/PersonRoundedFilled.kt b/foundation/ui/assets-icons/src/main/kotlin/navigation/PersonRoundedFilled.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/navigation/PersonRoundedFilled.kt rename to foundation/ui/assets-icons/src/main/kotlin/navigation/PersonRoundedFilled.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/navigation/PersonRoundedUnfilled.kt b/foundation/ui/assets-icons/src/main/kotlin/navigation/PersonRoundedUnfilled.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/navigation/PersonRoundedUnfilled.kt rename to foundation/ui/assets-icons/src/main/kotlin/navigation/PersonRoundedUnfilled.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/platform/AndroidPlatform.kt b/foundation/ui/assets-icons/src/main/kotlin/platform/AndroidPlatform.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/platform/AndroidPlatform.kt rename to foundation/ui/assets-icons/src/main/kotlin/platform/AndroidPlatform.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/platform/IosPlatform.kt b/foundation/ui/assets-icons/src/main/kotlin/platform/IosPlatform.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/platform/IosPlatform.kt rename to foundation/ui/assets-icons/src/main/kotlin/platform/IosPlatform.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/platform/LinuxPlatform.kt b/foundation/ui/assets-icons/src/main/kotlin/platform/LinuxPlatform.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/platform/LinuxPlatform.kt rename to foundation/ui/assets-icons/src/main/kotlin/platform/LinuxPlatform.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/platform/MacosPlatform.kt b/foundation/ui/assets-icons/src/main/kotlin/platform/MacosPlatform.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/platform/MacosPlatform.kt rename to foundation/ui/assets-icons/src/main/kotlin/platform/MacosPlatform.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/platform/NintendoSwitchPlatform.kt b/foundation/ui/assets-icons/src/main/kotlin/platform/NintendoSwitchPlatform.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/platform/NintendoSwitchPlatform.kt rename to foundation/ui/assets-icons/src/main/kotlin/platform/NintendoSwitchPlatform.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/platform/PlatformIcons.kt b/foundation/ui/assets-icons/src/main/kotlin/platform/PlatformIcons.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/platform/PlatformIcons.kt rename to foundation/ui/assets-icons/src/main/kotlin/platform/PlatformIcons.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/platform/PlaystationPlatform.kt b/foundation/ui/assets-icons/src/main/kotlin/platform/PlaystationPlatform.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/platform/PlaystationPlatform.kt rename to foundation/ui/assets-icons/src/main/kotlin/platform/PlaystationPlatform.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/platform/WebPlatform.kt b/foundation/ui/assets-icons/src/main/kotlin/platform/WebPlatform.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/platform/WebPlatform.kt rename to foundation/ui/assets-icons/src/main/kotlin/platform/WebPlatform.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/platform/WindowsPlatform.kt b/foundation/ui/assets-icons/src/main/kotlin/platform/WindowsPlatform.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/platform/WindowsPlatform.kt rename to foundation/ui/assets-icons/src/main/kotlin/platform/WindowsPlatform.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/platform/XboxPlatform.kt b/foundation/ui/assets-icons/src/main/kotlin/platform/XboxPlatform.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/platform/XboxPlatform.kt rename to foundation/ui/assets-icons/src/main/kotlin/platform/XboxPlatform.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/social/CommentsUnfilled.kt b/foundation/ui/assets-icons/src/main/kotlin/social/CommentsUnfilled.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/social/CommentsUnfilled.kt rename to foundation/ui/assets-icons/src/main/kotlin/social/CommentsUnfilled.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/social/GoogleSocialIcon.kt b/foundation/ui/assets-icons/src/main/kotlin/social/GoogleSocialIcon.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/social/GoogleSocialIcon.kt rename to foundation/ui/assets-icons/src/main/kotlin/social/GoogleSocialIcon.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/social/ReplyRoundedFilled.kt b/foundation/ui/assets-icons/src/main/kotlin/social/ReplyRoundedFilled.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/social/ReplyRoundedFilled.kt rename to foundation/ui/assets-icons/src/main/kotlin/social/ReplyRoundedFilled.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/social/RepostsRoundedFilled.kt b/foundation/ui/assets-icons/src/main/kotlin/social/RepostsRoundedFilled.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/social/RepostsRoundedFilled.kt rename to foundation/ui/assets-icons/src/main/kotlin/social/RepostsRoundedFilled.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/social/SocialIcons.kt b/foundation/ui/assets-icons/src/main/kotlin/social/SocialIcons.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/social/SocialIcons.kt rename to foundation/ui/assets-icons/src/main/kotlin/social/SocialIcons.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/social/ThumbsUpDownRoundedFilled.kt b/foundation/ui/assets-icons/src/main/kotlin/social/ThumbsUpDownRoundedFilled.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/social/ThumbsUpDownRoundedFilled.kt rename to foundation/ui/assets-icons/src/main/kotlin/social/ThumbsUpDownRoundedFilled.kt diff --git a/foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/util/IconsPreview.kt b/foundation/ui/assets-icons/src/main/kotlin/util/IconsPreview.kt similarity index 100% rename from foundation/ui/assets-icons/src/main/kotlin/ru/pixnews/foundation/ui/assets/icons/util/IconsPreview.kt rename to foundation/ui/assets-icons/src/main/kotlin/util/IconsPreview.kt diff --git a/foundation/ui/design-test-constants/main/Dummy.kt b/foundation/ui/design-test-constants/main/Dummy.kt new file mode 100644 index 00000000..04951551 --- /dev/null +++ b/foundation/ui/design-test-constants/main/Dummy.kt @@ -0,0 +1,9 @@ +/* + * Copyright (c) 2024, the Pixnews project authors and contributors. Please see the AUTHORS file for details. + * Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. + */ + +@file:Suppress("FILE_CONTAINS_ONLY_COMMENTS", "FILE_NO_BLANK_LINE_BETWEEN_BLOCKS") + +// Workaround for https://youtrack.jetbrains.com/issue/KTIJ-27842 +package ru.pixnews.foundation.ui.design.test.constants diff --git a/foundation/ui/design-test-constants/main/ru/pixnews/foundation/ui/design/test/constants/card/PixnewsGameCardGridSmallTestTags.kt b/foundation/ui/design-test-constants/main/card/PixnewsGameCardGridSmallTestTags.kt similarity index 88% rename from foundation/ui/design-test-constants/main/ru/pixnews/foundation/ui/design/test/constants/card/PixnewsGameCardGridSmallTestTags.kt rename to foundation/ui/design-test-constants/main/card/PixnewsGameCardGridSmallTestTags.kt index 3ca152de..62b7142a 100644 --- a/foundation/ui/design-test-constants/main/ru/pixnews/foundation/ui/design/test/constants/card/PixnewsGameCardGridSmallTestTags.kt +++ b/foundation/ui/design-test-constants/main/card/PixnewsGameCardGridSmallTestTags.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023, the Pixnews project authors and contributors. Please see the AUTHORS file for details. + * Copyright (c) 2024, the Pixnews project authors and contributors. Please see the AUTHORS file for details. * Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. */ diff --git a/foundation/ui/design-test-constants/main/ru/pixnews/foundation/ui/design/test/constants/card/PixnewsGameCardTestTags.kt b/foundation/ui/design-test-constants/main/card/PixnewsGameCardTestTags.kt similarity index 90% rename from foundation/ui/design-test-constants/main/ru/pixnews/foundation/ui/design/test/constants/card/PixnewsGameCardTestTags.kt rename to foundation/ui/design-test-constants/main/card/PixnewsGameCardTestTags.kt index 95604fa6..e0e533d0 100644 --- a/foundation/ui/design-test-constants/main/ru/pixnews/foundation/ui/design/test/constants/card/PixnewsGameCardTestTags.kt +++ b/foundation/ui/design-test-constants/main/card/PixnewsGameCardTestTags.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023, the Pixnews project authors and contributors. Please see the AUTHORS file for details. + * Copyright (c) 2024, the Pixnews project authors and contributors. Please see the AUTHORS file for details. * Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. */ diff --git a/foundation/ui/design/src/main/kotlin/ru/pixnews/foundation/ui/design/PixnewsSemanticProperties.kt b/foundation/ui/design/src/main/kotlin/PixnewsSemanticProperties.kt similarity index 100% rename from foundation/ui/design/src/main/kotlin/ru/pixnews/foundation/ui/design/PixnewsSemanticProperties.kt rename to foundation/ui/design/src/main/kotlin/PixnewsSemanticProperties.kt diff --git a/foundation/ui/design/src/main/kotlin/ru/pixnews/foundation/ui/design/card/GameCardUtils.kt b/foundation/ui/design/src/main/kotlin/card/GameCardUtils.kt similarity index 100% rename from foundation/ui/design/src/main/kotlin/ru/pixnews/foundation/ui/design/card/GameCardUtils.kt rename to foundation/ui/design/src/main/kotlin/card/GameCardUtils.kt diff --git a/foundation/ui/design/src/main/kotlin/ru/pixnews/foundation/ui/design/card/PixnewsGameCard.kt b/foundation/ui/design/src/main/kotlin/card/PixnewsGameCard.kt similarity index 100% rename from foundation/ui/design/src/main/kotlin/ru/pixnews/foundation/ui/design/card/PixnewsGameCard.kt rename to foundation/ui/design/src/main/kotlin/card/PixnewsGameCard.kt diff --git a/foundation/ui/design/src/main/kotlin/ru/pixnews/foundation/ui/design/card/PixnewsGameCardGridSmall.kt b/foundation/ui/design/src/main/kotlin/card/PixnewsGameCardGridSmall.kt similarity index 100% rename from foundation/ui/design/src/main/kotlin/ru/pixnews/foundation/ui/design/card/PixnewsGameCardGridSmall.kt rename to foundation/ui/design/src/main/kotlin/card/PixnewsGameCardGridSmall.kt diff --git a/foundation/ui/design/src/main/kotlin/ru/pixnews/foundation/ui/design/card/PixnewsGameCardGridSmallUiModel.kt b/foundation/ui/design/src/main/kotlin/card/PixnewsGameCardGridSmallUiModel.kt similarity index 100% rename from foundation/ui/design/src/main/kotlin/ru/pixnews/foundation/ui/design/card/PixnewsGameCardGridSmallUiModel.kt rename to foundation/ui/design/src/main/kotlin/card/PixnewsGameCardGridSmallUiModel.kt diff --git a/foundation/ui/design/src/main/kotlin/ru/pixnews/foundation/ui/design/card/PixnewsGameCardUiModel.kt b/foundation/ui/design/src/main/kotlin/card/PixnewsGameCardUiModel.kt similarity index 100% rename from foundation/ui/design/src/main/kotlin/ru/pixnews/foundation/ui/design/card/PixnewsGameCardUiModel.kt rename to foundation/ui/design/src/main/kotlin/card/PixnewsGameCardUiModel.kt diff --git a/foundation/ui/design/src/main/kotlin/ru/pixnews/foundation/ui/design/card/PixnewsGameCardVariant.kt b/foundation/ui/design/src/main/kotlin/card/PixnewsGameCardVariant.kt similarity index 100% rename from foundation/ui/design/src/main/kotlin/ru/pixnews/foundation/ui/design/card/PixnewsGameCardVariant.kt rename to foundation/ui/design/src/main/kotlin/card/PixnewsGameCardVariant.kt diff --git a/foundation/ui/design/src/main/kotlin/ru/pixnews/foundation/ui/design/icon/PixnewsGameCardFavouriteIcon.kt b/foundation/ui/design/src/main/kotlin/icon/PixnewsGameCardFavouriteIcon.kt similarity index 100% rename from foundation/ui/design/src/main/kotlin/ru/pixnews/foundation/ui/design/icon/PixnewsGameCardFavouriteIcon.kt rename to foundation/ui/design/src/main/kotlin/icon/PixnewsGameCardFavouriteIcon.kt diff --git a/foundation/ui/design/src/main/kotlin/ru/pixnews/foundation/ui/design/image/NetworkImage.kt b/foundation/ui/design/src/main/kotlin/image/NetworkImage.kt similarity index 100% rename from foundation/ui/design/src/main/kotlin/ru/pixnews/foundation/ui/design/image/NetworkImage.kt rename to foundation/ui/design/src/main/kotlin/image/NetworkImage.kt diff --git a/foundation/ui/design/src/main/kotlin/ru/pixnews/foundation/ui/design/image/Placeholders.kt b/foundation/ui/design/src/main/kotlin/image/Placeholders.kt similarity index 100% rename from foundation/ui/design/src/main/kotlin/ru/pixnews/foundation/ui/design/image/Placeholders.kt rename to foundation/ui/design/src/main/kotlin/image/Placeholders.kt diff --git a/foundation/ui/design/src/main/kotlin/ru/pixnews/foundation/ui/design/navigation/BottomNavigationBar.kt b/foundation/ui/design/src/main/kotlin/navigation/BottomNavigationBar.kt similarity index 100% rename from foundation/ui/design/src/main/kotlin/ru/pixnews/foundation/ui/design/navigation/BottomNavigationBar.kt rename to foundation/ui/design/src/main/kotlin/navigation/BottomNavigationBar.kt diff --git a/foundation/ui/design/src/main/kotlin/ru/pixnews/foundation/ui/design/overlay/PixnewsLoadingOverlay.kt b/foundation/ui/design/src/main/kotlin/overlay/PixnewsLoadingOverlay.kt similarity index 100% rename from foundation/ui/design/src/main/kotlin/ru/pixnews/foundation/ui/design/overlay/PixnewsLoadingOverlay.kt rename to foundation/ui/design/src/main/kotlin/overlay/PixnewsLoadingOverlay.kt diff --git a/foundation/ui/design/src/main/kotlin/ru/pixnews/foundation/ui/design/search/TopSearchBar.kt b/foundation/ui/design/src/main/kotlin/search/TopSearchBar.kt similarity index 100% rename from foundation/ui/design/src/main/kotlin/ru/pixnews/foundation/ui/design/search/TopSearchBar.kt rename to foundation/ui/design/src/main/kotlin/search/TopSearchBar.kt diff --git a/foundation/ui/design/src/main/kotlin/ru/pixnews/foundation/ui/design/text/PixnewsGameListSubheader.kt b/foundation/ui/design/src/main/kotlin/text/PixnewsGameListSubheader.kt similarity index 100% rename from foundation/ui/design/src/main/kotlin/ru/pixnews/foundation/ui/design/text/PixnewsGameListSubheader.kt rename to foundation/ui/design/src/main/kotlin/text/PixnewsGameListSubheader.kt diff --git a/foundation/ui/design/src/main/kotlin/ru/pixnews/foundation/ui/design/util/ColorExt.kt b/foundation/ui/design/src/main/kotlin/util/ColorExt.kt similarity index 100% rename from foundation/ui/design/src/main/kotlin/ru/pixnews/foundation/ui/design/util/ColorExt.kt rename to foundation/ui/design/src/main/kotlin/util/ColorExt.kt diff --git a/foundation/ui/design/src/main/kotlin/ru/pixnews/foundation/ui/design/util/GamePlatformExt.kt b/foundation/ui/design/src/main/kotlin/util/GamePlatformExt.kt similarity index 100% rename from foundation/ui/design/src/main/kotlin/ru/pixnews/foundation/ui/design/util/GamePlatformExt.kt rename to foundation/ui/design/src/main/kotlin/util/GamePlatformExt.kt diff --git a/foundation/ui/design/src/main/kotlin/ru/pixnews/foundation/ui/design/util/UpcomingReleaseDateLocalization.kt b/foundation/ui/design/src/main/kotlin/util/UpcomingReleaseDateLocalization.kt similarity index 100% rename from foundation/ui/design/src/main/kotlin/ru/pixnews/foundation/ui/design/util/UpcomingReleaseDateLocalization.kt rename to foundation/ui/design/src/main/kotlin/util/UpcomingReleaseDateLocalization.kt diff --git a/foundation/ui/design/src/screenshotTest/kotlin/Dummy.kt b/foundation/ui/design/src/screenshotTest/kotlin/Dummy.kt new file mode 100644 index 00000000..af185b88 --- /dev/null +++ b/foundation/ui/design/src/screenshotTest/kotlin/Dummy.kt @@ -0,0 +1,9 @@ +/* + * Copyright (c) 2024, the Pixnews project authors and contributors. Please see the AUTHORS file for details. + * Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. + */ + +@file:Suppress("FILE_CONTAINS_ONLY_COMMENTS", "FILE_NO_BLANK_LINE_BETWEEN_BLOCKS") + +// Workaround for https://youtrack.jetbrains.com/issue/KTIJ-27842 +package ru.pixnews.foundation.ui.design diff --git a/foundation/ui/design/src/screenshotTest/kotlin/ru/pixnews/foundation/ui/design/card/PixnewsGameCardGridSmallScreenshotTest.kt b/foundation/ui/design/src/screenshotTest/kotlin/card/PixnewsGameCardGridSmallScreenshotTest.kt similarity index 100% rename from foundation/ui/design/src/screenshotTest/kotlin/ru/pixnews/foundation/ui/design/card/PixnewsGameCardGridSmallScreenshotTest.kt rename to foundation/ui/design/src/screenshotTest/kotlin/card/PixnewsGameCardGridSmallScreenshotTest.kt diff --git a/foundation/ui/design/src/screenshotTest/kotlin/ru/pixnews/foundation/ui/design/card/PixnewsGameCardScreenshotTest.kt b/foundation/ui/design/src/screenshotTest/kotlin/card/PixnewsGameCardScreenshotTest.kt similarity index 100% rename from foundation/ui/design/src/screenshotTest/kotlin/ru/pixnews/foundation/ui/design/card/PixnewsGameCardScreenshotTest.kt rename to foundation/ui/design/src/screenshotTest/kotlin/card/PixnewsGameCardScreenshotTest.kt diff --git a/foundation/ui/imageloader/coil-test/src/main/kotlin/ru/pixnews/foundation/ui/imageloader/coil/test/FakeImageLoader.kt b/foundation/ui/imageloader/coil-test/src/main/kotlin/FakeImageLoader.kt similarity index 100% rename from foundation/ui/imageloader/coil-test/src/main/kotlin/ru/pixnews/foundation/ui/imageloader/coil/test/FakeImageLoader.kt rename to foundation/ui/imageloader/coil-test/src/main/kotlin/FakeImageLoader.kt diff --git a/foundation/ui/imageloader/coil-test/src/main/kotlin/ru/pixnews/foundation/ui/imageloader/coil/test/FakeImageLoaderRule.kt b/foundation/ui/imageloader/coil-test/src/main/kotlin/FakeImageLoaderRule.kt similarity index 100% rename from foundation/ui/imageloader/coil-test/src/main/kotlin/ru/pixnews/foundation/ui/imageloader/coil/test/FakeImageLoaderRule.kt rename to foundation/ui/imageloader/coil-test/src/main/kotlin/FakeImageLoaderRule.kt diff --git a/foundation/ui/imageloader/coil/src/main/kotlin/ru/pixnews/foundation/ui/imageloader/coil/DelegatingImageLoader.kt b/foundation/ui/imageloader/coil/src/main/kotlin/DelegatingImageLoader.kt similarity index 100% rename from foundation/ui/imageloader/coil/src/main/kotlin/ru/pixnews/foundation/ui/imageloader/coil/DelegatingImageLoader.kt rename to foundation/ui/imageloader/coil/src/main/kotlin/DelegatingImageLoader.kt diff --git a/foundation/ui/imageloader/coil/src/main/kotlin/ru/pixnews/foundation/ui/imageloader/coil/FakePreviewImageLoader.kt b/foundation/ui/imageloader/coil/src/main/kotlin/FakePreviewImageLoader.kt similarity index 100% rename from foundation/ui/imageloader/coil/src/main/kotlin/ru/pixnews/foundation/ui/imageloader/coil/FakePreviewImageLoader.kt rename to foundation/ui/imageloader/coil/src/main/kotlin/FakePreviewImageLoader.kt diff --git a/foundation/ui/imageloader/coil/src/main/kotlin/ru/pixnews/foundation/ui/imageloader/coil/ImageLoader.kt b/foundation/ui/imageloader/coil/src/main/kotlin/ImageLoader.kt similarity index 100% rename from foundation/ui/imageloader/coil/src/main/kotlin/ru/pixnews/foundation/ui/imageloader/coil/ImageLoader.kt rename to foundation/ui/imageloader/coil/src/main/kotlin/ImageLoader.kt diff --git a/foundation/ui/imageloader/coil/src/main/kotlin/ru/pixnews/foundation/ui/imageloader/coil/ImageLoaderHolder.kt b/foundation/ui/imageloader/coil/src/main/kotlin/ImageLoaderHolder.kt similarity index 100% rename from foundation/ui/imageloader/coil/src/main/kotlin/ru/pixnews/foundation/ui/imageloader/coil/ImageLoaderHolder.kt rename to foundation/ui/imageloader/coil/src/main/kotlin/ImageLoaderHolder.kt diff --git a/foundation/ui/imageloader/coil/src/main/kotlin/ru/pixnews/foundation/ui/imageloader/coil/ImageLoaderLogger.kt b/foundation/ui/imageloader/coil/src/main/kotlin/ImageLoaderLogger.kt similarity index 100% rename from foundation/ui/imageloader/coil/src/main/kotlin/ru/pixnews/foundation/ui/imageloader/coil/ImageLoaderLogger.kt rename to foundation/ui/imageloader/coil/src/main/kotlin/ImageLoaderLogger.kt diff --git a/foundation/ui/imageloader/coil/src/main/kotlin/ru/pixnews/foundation/ui/imageloader/coil/ImageUrlCoilInterceptor.kt b/foundation/ui/imageloader/coil/src/main/kotlin/ImageUrlCoilInterceptor.kt similarity index 100% rename from foundation/ui/imageloader/coil/src/main/kotlin/ru/pixnews/foundation/ui/imageloader/coil/ImageUrlCoilInterceptor.kt rename to foundation/ui/imageloader/coil/src/main/kotlin/ImageUrlCoilInterceptor.kt diff --git a/foundation/ui/imageloader/coil/src/main/kotlin/ru/pixnews/foundation/ui/imageloader/coil/PrefetchingImageLoader.kt b/foundation/ui/imageloader/coil/src/main/kotlin/PrefetchingImageLoader.kt similarity index 100% rename from foundation/ui/imageloader/coil/src/main/kotlin/ru/pixnews/foundation/ui/imageloader/coil/PrefetchingImageLoader.kt rename to foundation/ui/imageloader/coil/src/main/kotlin/PrefetchingImageLoader.kt diff --git a/foundation/ui/imageloader/coil/src/main/kotlin/ru/pixnews/foundation/ui/imageloader/coil/compose/AsyncImage.kt b/foundation/ui/imageloader/coil/src/main/kotlin/compose/AsyncImage.kt similarity index 100% rename from foundation/ui/imageloader/coil/src/main/kotlin/ru/pixnews/foundation/ui/imageloader/coil/compose/AsyncImage.kt rename to foundation/ui/imageloader/coil/src/main/kotlin/compose/AsyncImage.kt diff --git a/foundation/ui/imageloader/coil/src/main/kotlin/ru/pixnews/foundation/ui/imageloader/coil/compose/ImagePainter.kt b/foundation/ui/imageloader/coil/src/main/kotlin/compose/ImagePainter.kt similarity index 100% rename from foundation/ui/imageloader/coil/src/main/kotlin/ru/pixnews/foundation/ui/imageloader/coil/compose/ImagePainter.kt rename to foundation/ui/imageloader/coil/src/main/kotlin/compose/ImagePainter.kt diff --git a/foundation/ui/imageloader/coil/src/main/kotlin/ru/pixnews/foundation/ui/imageloader/coil/compose/SubcomposeAsyncImage.kt b/foundation/ui/imageloader/coil/src/main/kotlin/compose/SubcomposeAsyncImage.kt similarity index 100% rename from foundation/ui/imageloader/coil/src/main/kotlin/ru/pixnews/foundation/ui/imageloader/coil/compose/SubcomposeAsyncImage.kt rename to foundation/ui/imageloader/coil/src/main/kotlin/compose/SubcomposeAsyncImage.kt diff --git a/foundation/ui/imageloader/coil/src/main/kotlin/ru/pixnews/foundation/ui/imageloader/coil/inject/CoilInterceptorWithPriority.kt b/foundation/ui/imageloader/coil/src/main/kotlin/inject/CoilInterceptorWithPriority.kt similarity index 100% rename from foundation/ui/imageloader/coil/src/main/kotlin/ru/pixnews/foundation/ui/imageloader/coil/inject/CoilInterceptorWithPriority.kt rename to foundation/ui/imageloader/coil/src/main/kotlin/inject/CoilInterceptorWithPriority.kt diff --git a/foundation/ui/imageloader/coil/src/main/kotlin/ru/pixnews/foundation/ui/imageloader/coil/inject/ImageLoaderModule.kt b/foundation/ui/imageloader/coil/src/main/kotlin/inject/ImageLoaderModule.kt similarity index 100% rename from foundation/ui/imageloader/coil/src/main/kotlin/ru/pixnews/foundation/ui/imageloader/coil/inject/ImageLoaderModule.kt rename to foundation/ui/imageloader/coil/src/main/kotlin/inject/ImageLoaderModule.kt diff --git a/foundation/ui/imageloader/coil/src/main/kotlin/ru/pixnews/foundation/ui/imageloader/coil/inject/ImageLoaderProviderHolder.kt b/foundation/ui/imageloader/coil/src/main/kotlin/inject/ImageLoaderProviderHolder.kt similarity index 100% rename from foundation/ui/imageloader/coil/src/main/kotlin/ru/pixnews/foundation/ui/imageloader/coil/inject/ImageLoaderProviderHolder.kt rename to foundation/ui/imageloader/coil/src/main/kotlin/inject/ImageLoaderProviderHolder.kt diff --git a/foundation/ui/imageloader/coil/src/main/kotlin/ru/pixnews/foundation/ui/imageloader/coil/mapper/Mappers.kt b/foundation/ui/imageloader/coil/src/main/kotlin/mapper/Mappers.kt similarity index 100% rename from foundation/ui/imageloader/coil/src/main/kotlin/ru/pixnews/foundation/ui/imageloader/coil/mapper/Mappers.kt rename to foundation/ui/imageloader/coil/src/main/kotlin/mapper/Mappers.kt diff --git a/foundation/ui/imageloader/coil/src/main/kotlin/ru/pixnews/foundation/ui/imageloader/coil/tooling/CoilDebugInterceptor.kt b/foundation/ui/imageloader/coil/src/main/kotlin/tooling/CoilDebugInterceptor.kt similarity index 100% rename from foundation/ui/imageloader/coil/src/main/kotlin/ru/pixnews/foundation/ui/imageloader/coil/tooling/CoilDebugInterceptor.kt rename to foundation/ui/imageloader/coil/src/main/kotlin/tooling/CoilDebugInterceptor.kt diff --git a/foundation/ui/imageloader/coil/src/main/kotlin/ru/pixnews/foundation/ui/imageloader/coil/tooling/DebugImageUrl.kt b/foundation/ui/imageloader/coil/src/main/kotlin/tooling/DebugImageUrl.kt similarity index 100% rename from foundation/ui/imageloader/coil/src/main/kotlin/ru/pixnews/foundation/ui/imageloader/coil/tooling/DebugImageUrl.kt rename to foundation/ui/imageloader/coil/src/main/kotlin/tooling/DebugImageUrl.kt diff --git a/foundation/ui/theme/src/main/kotlin/Dummy.kt b/foundation/ui/theme/src/main/kotlin/Dummy.kt new file mode 100644 index 00000000..90164377 --- /dev/null +++ b/foundation/ui/theme/src/main/kotlin/Dummy.kt @@ -0,0 +1,9 @@ +/* + * Copyright (c) 2024, the Pixnews project authors and contributors. Please see the AUTHORS file for details. + * Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. + */ + +@file:Suppress("FILE_CONTAINS_ONLY_COMMENTS", "FILE_NO_BLANK_LINE_BETWEEN_BLOCKS") + +// Workaround for https://youtrack.jetbrains.com/issue/KTIJ-27842 +package ru.pixnews.foundation.ui diff --git a/foundation/ui/theme/src/main/kotlin/ru/pixnews/foundation/ui/experiments/DarkModeExperiment.kt b/foundation/ui/theme/src/main/kotlin/experiments/DarkModeExperiment.kt similarity index 100% rename from foundation/ui/theme/src/main/kotlin/ru/pixnews/foundation/ui/experiments/DarkModeExperiment.kt rename to foundation/ui/theme/src/main/kotlin/experiments/DarkModeExperiment.kt diff --git a/foundation/ui/theme/src/main/kotlin/ru/pixnews/foundation/ui/theme/Color.kt b/foundation/ui/theme/src/main/kotlin/theme/Color.kt similarity index 100% rename from foundation/ui/theme/src/main/kotlin/ru/pixnews/foundation/ui/theme/Color.kt rename to foundation/ui/theme/src/main/kotlin/theme/Color.kt diff --git a/foundation/ui/theme/src/main/kotlin/ru/pixnews/foundation/ui/theme/Theme.kt b/foundation/ui/theme/src/main/kotlin/theme/Theme.kt similarity index 100% rename from foundation/ui/theme/src/main/kotlin/ru/pixnews/foundation/ui/theme/Theme.kt rename to foundation/ui/theme/src/main/kotlin/theme/Theme.kt diff --git a/foundation/ui/theme/src/main/kotlin/ru/pixnews/foundation/ui/theme/Type.kt b/foundation/ui/theme/src/main/kotlin/theme/Type.kt similarity index 100% rename from foundation/ui/theme/src/main/kotlin/ru/pixnews/foundation/ui/theme/Type.kt rename to foundation/ui/theme/src/main/kotlin/theme/Type.kt diff --git a/library/android-utils/src/main/kotlin/ru/pixnews/library/android/utils/ActivityExt.kt b/library/android-utils/src/main/kotlin/ActivityExt.kt similarity index 100% rename from library/android-utils/src/main/kotlin/ru/pixnews/library/android/utils/ActivityExt.kt rename to library/android-utils/src/main/kotlin/ActivityExt.kt diff --git a/library/android-utils/src/main/kotlin/ru/pixnews/library/android/utils/ContextExt.kt b/library/android-utils/src/main/kotlin/ContextExt.kt similarity index 100% rename from library/android-utils/src/main/kotlin/ru/pixnews/library/android/utils/ContextExt.kt rename to library/android-utils/src/main/kotlin/ContextExt.kt diff --git a/library/android-utils/src/main/kotlin/ru/pixnews/library/android/utils/precondition/Preconditions.kt b/library/android-utils/src/main/kotlin/precondition/Preconditions.kt similarity index 100% rename from library/android-utils/src/main/kotlin/ru/pixnews/library/android/utils/precondition/Preconditions.kt rename to library/android-utils/src/main/kotlin/precondition/Preconditions.kt diff --git a/library/compose-utils/src/main/kotlin/ru/pixnews/library/compose/utils/FillMinHeightModifier.kt b/library/compose-utils/src/main/kotlin/FillMinHeightModifier.kt similarity index 100% rename from library/compose-utils/src/main/kotlin/ru/pixnews/library/compose/utils/FillMinHeightModifier.kt rename to library/compose-utils/src/main/kotlin/FillMinHeightModifier.kt diff --git a/library/compose-utils/src/main/kotlin/ru/pixnews/library/compose/utils/LocaleUtils.kt b/library/compose-utils/src/main/kotlin/LocaleUtils.kt similarity index 100% rename from library/compose-utils/src/main/kotlin/ru/pixnews/library/compose/utils/LocaleUtils.kt rename to library/compose-utils/src/main/kotlin/LocaleUtils.kt diff --git a/library/compose-utils/src/main/kotlin/ru/pixnews/library/compose/utils/painter/CenterPainterInParentPainter.kt b/library/compose-utils/src/main/kotlin/painter/CenterPainterInParentPainter.kt similarity index 100% rename from library/compose-utils/src/main/kotlin/ru/pixnews/library/compose/utils/painter/CenterPainterInParentPainter.kt rename to library/compose-utils/src/main/kotlin/painter/CenterPainterInParentPainter.kt diff --git a/library/compose-utils/src/main/kotlin/ru/pixnews/library/compose/utils/painter/ForwaringPainter.kt b/library/compose-utils/src/main/kotlin/painter/ForwaringPainter.kt similarity index 100% rename from library/compose-utils/src/main/kotlin/ru/pixnews/library/compose/utils/painter/ForwaringPainter.kt rename to library/compose-utils/src/main/kotlin/painter/ForwaringPainter.kt diff --git a/library/compose-utils/src/main/kotlin/ru/pixnews/library/compose/utils/placeholder/Placeholder.kt b/library/compose-utils/src/main/kotlin/placeholder/Placeholder.kt similarity index 100% rename from library/compose-utils/src/main/kotlin/ru/pixnews/library/compose/utils/placeholder/Placeholder.kt rename to library/compose-utils/src/main/kotlin/placeholder/Placeholder.kt diff --git a/library/compose-utils/src/main/kotlin/ru/pixnews/library/compose/utils/placeholder/PlaceholderDefaults.kt b/library/compose-utils/src/main/kotlin/placeholder/PlaceholderDefaults.kt similarity index 100% rename from library/compose-utils/src/main/kotlin/ru/pixnews/library/compose/utils/placeholder/PlaceholderDefaults.kt rename to library/compose-utils/src/main/kotlin/placeholder/PlaceholderDefaults.kt diff --git a/library/compose-utils/src/main/kotlin/ru/pixnews/library/compose/utils/placeholder/PlaceholderHighlight.kt b/library/compose-utils/src/main/kotlin/placeholder/PlaceholderHighlight.kt similarity index 100% rename from library/compose-utils/src/main/kotlin/ru/pixnews/library/compose/utils/placeholder/PlaceholderHighlight.kt rename to library/compose-utils/src/main/kotlin/placeholder/PlaceholderHighlight.kt diff --git a/library/coroutines/main/ru/pixnews/library/coroutines/FlowExt.kt b/library/coroutines/main/FlowExt.kt similarity index 100% rename from library/coroutines/main/ru/pixnews/library/coroutines/FlowExt.kt rename to library/coroutines/main/FlowExt.kt diff --git a/library/coroutines/main/ru/pixnews/library/coroutines/ScopeExt.kt b/library/coroutines/main/ScopeExt.kt similarity index 100% rename from library/coroutines/main/ru/pixnews/library/coroutines/ScopeExt.kt rename to library/coroutines/main/ScopeExt.kt diff --git a/library/functional/main/ru/pixnews/library/functional/RequestStatus.kt b/library/functional/main/RequestStatus.kt similarity index 100% rename from library/functional/main/ru/pixnews/library/functional/RequestStatus.kt rename to library/functional/main/RequestStatus.kt diff --git a/library/functional/main/ru/pixnews/library/functional/Result.kt b/library/functional/main/Result.kt similarity index 100% rename from library/functional/main/ru/pixnews/library/functional/Result.kt rename to library/functional/main/Result.kt diff --git a/library/functional/main/ru/pixnews/library/functional/network/NetworkRequestFailure.kt b/library/functional/main/network/NetworkRequestFailure.kt similarity index 100% rename from library/functional/main/ru/pixnews/library/functional/network/NetworkRequestFailure.kt rename to library/functional/main/network/NetworkRequestFailure.kt diff --git a/library/functional/main/ru/pixnews/library/functional/network/NetworkRequestFailureException.kt b/library/functional/main/network/NetworkRequestFailureException.kt similarity index 100% rename from library/functional/main/ru/pixnews/library/functional/network/NetworkRequestFailureException.kt rename to library/functional/main/network/NetworkRequestFailureException.kt diff --git a/library/functional/main/ru/pixnews/library/functional/network/NetworkRequestStatus.kt b/library/functional/main/network/NetworkRequestStatus.kt similarity index 100% rename from library/functional/main/ru/pixnews/library/functional/network/NetworkRequestStatus.kt rename to library/functional/main/network/NetworkRequestStatus.kt diff --git a/library/functional/main/ru/pixnews/library/functional/network/NetworkResult.kt b/library/functional/main/network/NetworkResult.kt similarity index 100% rename from library/functional/main/ru/pixnews/library/functional/network/NetworkResult.kt rename to library/functional/main/network/NetworkResult.kt diff --git a/library/instrumented-test/src/main/kotlin/Dummy.kt b/library/instrumented-test/src/main/kotlin/Dummy.kt new file mode 100644 index 00000000..9a1613e6 --- /dev/null +++ b/library/instrumented-test/src/main/kotlin/Dummy.kt @@ -0,0 +1,9 @@ +/* + * Copyright (c) 2024, the Pixnews project authors and contributors. Please see the AUTHORS file for details. + * Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. + */ + +@file:Suppress("FILE_CONTAINS_ONLY_COMMENTS", "FILE_NO_BLANK_LINE_BETWEEN_BLOCKS") + +// Workaround for https://youtrack.jetbrains.com/issue/KTIJ-27842 +package ru.pixnews.library.instrumented.test diff --git a/library/instrumented-test/src/main/kotlin/ru/pixnews/library/instrumented/test/assertion/ColorAssertions.kt b/library/instrumented-test/src/main/kotlin/assertion/ColorAssertions.kt similarity index 100% rename from library/instrumented-test/src/main/kotlin/ru/pixnews/library/instrumented/test/assertion/ColorAssertions.kt rename to library/instrumented-test/src/main/kotlin/assertion/ColorAssertions.kt diff --git a/library/instrumented-test/src/main/kotlin/ru/pixnews/library/instrumented/test/assertion/ImageBitmapAssertion.kt b/library/instrumented-test/src/main/kotlin/assertion/ImageBitmapAssertion.kt similarity index 100% rename from library/instrumented-test/src/main/kotlin/ru/pixnews/library/instrumented/test/assertion/ImageBitmapAssertion.kt rename to library/instrumented-test/src/main/kotlin/assertion/ImageBitmapAssertion.kt diff --git a/library/instrumented-test/src/main/kotlin/ru/pixnews/library/instrumented/test/assertion/PixelMapAssertions.kt b/library/instrumented-test/src/main/kotlin/assertion/PixelMapAssertions.kt similarity index 100% rename from library/instrumented-test/src/main/kotlin/ru/pixnews/library/instrumented/test/assertion/PixelMapAssertions.kt rename to library/instrumented-test/src/main/kotlin/assertion/PixelMapAssertions.kt diff --git a/library/instrumented-test/src/main/kotlin/ru/pixnews/library/instrumented/test/espresso/CleanHierarchyEspressoFailureHandler.kt b/library/instrumented-test/src/main/kotlin/espresso/CleanHierarchyEspressoFailureHandler.kt similarity index 100% rename from library/instrumented-test/src/main/kotlin/ru/pixnews/library/instrumented/test/espresso/CleanHierarchyEspressoFailureHandler.kt rename to library/instrumented-test/src/main/kotlin/espresso/CleanHierarchyEspressoFailureHandler.kt diff --git a/library/instrumented-test/src/main/kotlin/ru/pixnews/library/instrumented/test/rule/NightModeCmdExecutor.kt b/library/instrumented-test/src/main/kotlin/rule/NightModeCmdExecutor.kt similarity index 100% rename from library/instrumented-test/src/main/kotlin/ru/pixnews/library/instrumented/test/rule/NightModeCmdExecutor.kt rename to library/instrumented-test/src/main/kotlin/rule/NightModeCmdExecutor.kt diff --git a/library/instrumented-test/src/main/kotlin/ru/pixnews/library/instrumented/test/rule/NightModeRule.kt b/library/instrumented-test/src/main/kotlin/rule/NightModeRule.kt similarity index 100% rename from library/instrumented-test/src/main/kotlin/ru/pixnews/library/instrumented/test/rule/NightModeRule.kt rename to library/instrumented-test/src/main/kotlin/rule/NightModeRule.kt diff --git a/library/instrumented-test/src/main/kotlin/ru/pixnews/library/instrumented/test/rule/OverlayModeCommandExecutor.kt b/library/instrumented-test/src/main/kotlin/rule/OverlayModeCommandExecutor.kt similarity index 100% rename from library/instrumented-test/src/main/kotlin/ru/pixnews/library/instrumented/test/rule/OverlayModeCommandExecutor.kt rename to library/instrumented-test/src/main/kotlin/rule/OverlayModeCommandExecutor.kt diff --git a/library/instrumented-test/src/main/kotlin/ru/pixnews/library/instrumented/test/rule/SystemNavigationRule.kt b/library/instrumented-test/src/main/kotlin/rule/SystemNavigationRule.kt similarity index 100% rename from library/instrumented-test/src/main/kotlin/ru/pixnews/library/instrumented/test/rule/SystemNavigationRule.kt rename to library/instrumented-test/src/main/kotlin/rule/SystemNavigationRule.kt diff --git a/library/instrumented-test/src/main/kotlin/ru/pixnews/library/instrumented/test/util/ContextExt.kt b/library/instrumented-test/src/main/kotlin/util/ContextExt.kt similarity index 100% rename from library/instrumented-test/src/main/kotlin/ru/pixnews/library/instrumented/test/util/ContextExt.kt rename to library/instrumented-test/src/main/kotlin/util/ContextExt.kt diff --git a/library/instrumented-test/src/main/kotlin/ru/pixnews/library/instrumented/test/util/HierarchyDumper.kt b/library/instrumented-test/src/main/kotlin/util/HierarchyDumper.kt similarity index 100% rename from library/instrumented-test/src/main/kotlin/ru/pixnews/library/instrumented/test/util/HierarchyDumper.kt rename to library/instrumented-test/src/main/kotlin/util/HierarchyDumper.kt diff --git a/library/instrumented-test/src/main/kotlin/ru/pixnews/library/instrumented/test/util/PaddingAssertions.kt b/library/instrumented-test/src/main/kotlin/util/PaddingAssertions.kt similarity index 100% rename from library/instrumented-test/src/main/kotlin/ru/pixnews/library/instrumented/test/util/PaddingAssertions.kt rename to library/instrumented-test/src/main/kotlin/util/PaddingAssertions.kt diff --git a/library/instrumented-test/src/main/kotlin/ru/pixnews/library/instrumented/test/util/UiAutomatorEx.kt b/library/instrumented-test/src/main/kotlin/util/UiAutomatorEx.kt similarity index 100% rename from library/instrumented-test/src/main/kotlin/ru/pixnews/library/instrumented/test/util/UiAutomatorEx.kt rename to library/instrumented-test/src/main/kotlin/util/UiAutomatorEx.kt diff --git a/library/internationalization/main/Dummy.kt b/library/internationalization/main/Dummy.kt new file mode 100644 index 00000000..67ae552e --- /dev/null +++ b/library/internationalization/main/Dummy.kt @@ -0,0 +1,9 @@ +/* + * Copyright (c) 2024, the Pixnews project authors and contributors. Please see the AUTHORS file for details. + * Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. + */ + +@file:Suppress("FILE_CONTAINS_ONLY_COMMENTS", "FILE_NO_BLANK_LINE_BETWEEN_BLOCKS") + +// Workaround for https://youtrack.jetbrains.com/issue/KTIJ-27842 +package ru.pixnews.library.internationalization diff --git a/library/internationalization/main/ru/pixnews/library/internationalization/country/CountryCode.kt b/library/internationalization/main/country/CountryCode.kt similarity index 100% rename from library/internationalization/main/ru/pixnews/library/internationalization/country/CountryCode.kt rename to library/internationalization/main/country/CountryCode.kt diff --git a/library/internationalization/main/ru/pixnews/library/internationalization/country/NumericCountryCodes.kt b/library/internationalization/main/country/NumericCountryCodes.kt similarity index 100% rename from library/internationalization/main/ru/pixnews/library/internationalization/country/NumericCountryCodes.kt rename to library/internationalization/main/country/NumericCountryCodes.kt diff --git a/library/internationalization/main/ru/pixnews/library/internationalization/language/LanguageCode.kt b/library/internationalization/main/language/LanguageCode.kt similarity index 100% rename from library/internationalization/main/ru/pixnews/library/internationalization/language/LanguageCode.kt rename to library/internationalization/main/language/LanguageCode.kt diff --git a/library/internationalization/test/Dummy.kt b/library/internationalization/test/Dummy.kt new file mode 100644 index 00000000..67ae552e --- /dev/null +++ b/library/internationalization/test/Dummy.kt @@ -0,0 +1,9 @@ +/* + * Copyright (c) 2024, the Pixnews project authors and contributors. Please see the AUTHORS file for details. + * Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. + */ + +@file:Suppress("FILE_CONTAINS_ONLY_COMMENTS", "FILE_NO_BLANK_LINE_BETWEEN_BLOCKS") + +// Workaround for https://youtrack.jetbrains.com/issue/KTIJ-27842 +package ru.pixnews.library.internationalization diff --git a/library/internationalization/test/ru/pixnews/library/internationalization/language/LanguageCodeTest.kt b/library/internationalization/test/language/LanguageCodeTest.kt similarity index 100% rename from library/internationalization/test/ru/pixnews/library/internationalization/language/LanguageCodeTest.kt rename to library/internationalization/test/language/LanguageCodeTest.kt diff --git a/library/kotlin-datetime-utils/main/ru/pixnews/library/kotlin/datetime/utils/InstantExt.kt b/library/kotlin-datetime-utils/main/InstantExt.kt similarity index 100% rename from library/kotlin-datetime-utils/main/ru/pixnews/library/kotlin/datetime/utils/InstantExt.kt rename to library/kotlin-datetime-utils/main/InstantExt.kt diff --git a/library/kotlin-datetime-utils/main/ru/pixnews/library/kotlin/datetime/utils/LocalDateExt.kt b/library/kotlin-datetime-utils/main/LocalDateExt.kt similarity index 100% rename from library/kotlin-datetime-utils/main/ru/pixnews/library/kotlin/datetime/utils/LocalDateExt.kt rename to library/kotlin-datetime-utils/main/LocalDateExt.kt diff --git a/library/kotlin-datetime-utils/test/ru/pixnews/library/kotlin/datetime/utils/InstantExtTest.kt b/library/kotlin-datetime-utils/test/InstantExtTest.kt similarity index 100% rename from library/kotlin-datetime-utils/test/ru/pixnews/library/kotlin/datetime/utils/InstantExtTest.kt rename to library/kotlin-datetime-utils/test/InstantExtTest.kt diff --git a/library/kotlin-datetime-utils/test/ru/pixnews/library/kotlin/datetime/utils/LocalDateExtTest.kt b/library/kotlin-datetime-utils/test/LocalDateExtTest.kt similarity index 100% rename from library/kotlin-datetime-utils/test/ru/pixnews/library/kotlin/datetime/utils/LocalDateExtTest.kt rename to library/kotlin-datetime-utils/test/LocalDateExtTest.kt diff --git a/library/kotlin-datetime-utils/testFixtures/ru/pixnews/library/kotlin/datetime/utils/fixtures/InstantFixtures.kt b/library/kotlin-datetime-utils/testFixtures/InstantFixtures.kt similarity index 100% rename from library/kotlin-datetime-utils/testFixtures/ru/pixnews/library/kotlin/datetime/utils/fixtures/InstantFixtures.kt rename to library/kotlin-datetime-utils/testFixtures/InstantFixtures.kt diff --git a/library/kotlin-utils/main/ru/pixnews/library/kotlin/utils/Lazy.kt b/library/kotlin-utils/main/Lazy.kt similarity index 100% rename from library/kotlin-utils/main/ru/pixnews/library/kotlin/utils/Lazy.kt rename to library/kotlin-utils/main/Lazy.kt diff --git a/library/kotlin-utils/main/ru/pixnews/library/kotlin/utils/Strings.kt b/library/kotlin-utils/main/Strings.kt similarity index 100% rename from library/kotlin-utils/main/ru/pixnews/library/kotlin/utils/Strings.kt rename to library/kotlin-utils/main/Strings.kt diff --git a/library/test/main/ru/pixnews/library/test/MainCoroutineExtension.kt b/library/test/main/MainCoroutineExtension.kt similarity index 100% rename from library/test/main/ru/pixnews/library/test/MainCoroutineExtension.kt rename to library/test/main/MainCoroutineExtension.kt diff --git a/library/test/main/ru/pixnews/library/test/TestingLoggers.kt b/library/test/main/TestingLoggers.kt similarity index 100% rename from library/test/main/ru/pixnews/library/test/TestingLoggers.kt rename to library/test/main/TestingLoggers.kt diff --git a/library/test/main/ru/pixnews/library/test/okhttp/MockOkhttpCall.kt b/library/test/main/okhttp/MockOkhttpCall.kt similarity index 100% rename from library/test/main/ru/pixnews/library/test/okhttp/MockOkhttpCall.kt rename to library/test/main/okhttp/MockOkhttpCall.kt diff --git a/library/test/main/ru/pixnews/library/test/okhttp/OkhttpExtensions.kt b/library/test/main/okhttp/OkhttpExtensions.kt similarity index 100% rename from library/test/main/ru/pixnews/library/test/okhttp/OkhttpExtensions.kt rename to library/test/main/okhttp/OkhttpExtensions.kt diff --git a/library/test/main/ru/pixnews/library/test/okhttp/OkioExtensions.kt b/library/test/main/okhttp/OkioExtensions.kt similarity index 100% rename from library/test/main/ru/pixnews/library/test/okhttp/OkioExtensions.kt rename to library/test/main/okhttp/OkioExtensions.kt diff --git a/library/test/main/ru/pixnews/library/test/okhttp/TestingLoggerInterceptor.kt b/library/test/main/okhttp/TestingLoggerInterceptor.kt similarity index 100% rename from library/test/main/ru/pixnews/library/test/okhttp/TestingLoggerInterceptor.kt rename to library/test/main/okhttp/TestingLoggerInterceptor.kt diff --git a/library/test/main/ru/pixnews/library/test/okhttp/mockwebserver/ConcatMockDispatcher.kt b/library/test/main/okhttp/mockwebserver/ConcatMockDispatcher.kt similarity index 100% rename from library/test/main/ru/pixnews/library/test/okhttp/mockwebserver/ConcatMockDispatcher.kt rename to library/test/main/okhttp/mockwebserver/ConcatMockDispatcher.kt diff --git a/library/test/main/ru/pixnews/library/test/okhttp/mockwebserver/MockWebServerExt.kt b/library/test/main/okhttp/mockwebserver/MockWebServerExt.kt similarity index 100% rename from library/test/main/ru/pixnews/library/test/okhttp/mockwebserver/MockWebServerExt.kt rename to library/test/main/okhttp/mockwebserver/MockWebServerExt.kt diff --git a/library/ui-tooling/src/main/kotlin/ru/pixnews/library/ui/tooling/PreviewDevices.kt b/library/ui-tooling/src/main/kotlin/PreviewDevices.kt similarity index 100% rename from library/ui-tooling/src/main/kotlin/ru/pixnews/library/ui/tooling/PreviewDevices.kt rename to library/ui-tooling/src/main/kotlin/PreviewDevices.kt diff --git a/library/ui-tooling/src/main/kotlin/ru/pixnews/library/ui/tooling/ScreenshotTestPreview.kt b/library/ui-tooling/src/main/kotlin/ScreenshotTestPreview.kt similarity index 100% rename from library/ui-tooling/src/main/kotlin/ru/pixnews/library/ui/tooling/ScreenshotTestPreview.kt rename to library/ui-tooling/src/main/kotlin/ScreenshotTestPreview.kt diff --git a/library/ui-tooling/src/main/kotlin/ru/pixnews/library/ui/tooling/recomposition/RecomposeHighlighter.kt b/library/ui-tooling/src/main/kotlin/recomposition/RecomposeHighlighter.kt similarity index 100% rename from library/ui-tooling/src/main/kotlin/ru/pixnews/library/ui/tooling/recomposition/RecomposeHighlighter.kt rename to library/ui-tooling/src/main/kotlin/recomposition/RecomposeHighlighter.kt diff --git a/library/ui-tooling/src/main/kotlin/ru/pixnews/library/ui/tooling/recomposition/RecompositionCounter.kt b/library/ui-tooling/src/main/kotlin/recomposition/RecompositionCounter.kt similarity index 100% rename from library/ui-tooling/src/main/kotlin/ru/pixnews/library/ui/tooling/recomposition/RecompositionCounter.kt rename to library/ui-tooling/src/main/kotlin/recomposition/RecompositionCounter.kt diff --git a/test/app-mock/src/main/kotlin/ru/pixnews/test/app/mock/NetworkBehavior.kt b/test/app-mock/src/main/kotlin/NetworkBehavior.kt similarity index 100% rename from test/app-mock/src/main/kotlin/ru/pixnews/test/app/mock/NetworkBehavior.kt rename to test/app-mock/src/main/kotlin/NetworkBehavior.kt diff --git a/test/app-mock/src/main/kotlin/ru/pixnews/test/app/mock/assets/AssetsResource.kt b/test/app-mock/src/main/kotlin/assets/AssetsResource.kt similarity index 100% rename from test/app-mock/src/main/kotlin/ru/pixnews/test/app/mock/assets/AssetsResource.kt rename to test/app-mock/src/main/kotlin/assets/AssetsResource.kt diff --git a/test/app-mock/src/main/kotlin/ru/pixnews/test/app/mock/assets/ResponseFromAssetsReader.kt b/test/app-mock/src/main/kotlin/assets/ResponseFromAssetsReader.kt similarity index 100% rename from test/app-mock/src/main/kotlin/ru/pixnews/test/app/mock/assets/ResponseFromAssetsReader.kt rename to test/app-mock/src/main/kotlin/assets/ResponseFromAssetsReader.kt diff --git a/test/app-mock/src/main/kotlin/ru/pixnews/test/app/mock/igdb/IgdbConstants.kt b/test/app-mock/src/main/kotlin/igdb/IgdbConstants.kt similarity index 100% rename from test/app-mock/src/main/kotlin/ru/pixnews/test/app/mock/igdb/IgdbConstants.kt rename to test/app-mock/src/main/kotlin/igdb/IgdbConstants.kt diff --git a/test/app-mock/src/main/kotlin/ru/pixnews/test/app/mock/igdb/IgdbExt.kt b/test/app-mock/src/main/kotlin/igdb/IgdbExt.kt similarity index 100% rename from test/app-mock/src/main/kotlin/ru/pixnews/test/app/mock/igdb/IgdbExt.kt rename to test/app-mock/src/main/kotlin/igdb/IgdbExt.kt diff --git a/test/app-mock/src/main/kotlin/ru/pixnews/test/app/mock/igdb/IgdbMockWebServer.kt b/test/app-mock/src/main/kotlin/igdb/IgdbMockWebServer.kt similarity index 100% rename from test/app-mock/src/main/kotlin/ru/pixnews/test/app/mock/igdb/IgdbMockWebServer.kt rename to test/app-mock/src/main/kotlin/igdb/IgdbMockWebServer.kt diff --git a/test/app-mock/src/main/kotlin/ru/pixnews/test/app/mock/interceptor/AllowedHostsOnlyDataInterceptor.kt b/test/app-mock/src/main/kotlin/interceptor/AllowedHostsOnlyDataInterceptor.kt similarity index 100% rename from test/app-mock/src/main/kotlin/ru/pixnews/test/app/mock/interceptor/AllowedHostsOnlyDataInterceptor.kt rename to test/app-mock/src/main/kotlin/interceptor/AllowedHostsOnlyDataInterceptor.kt diff --git a/test/app-mock/src/main/kotlin/ru/pixnews/test/app/mock/interceptor/NetworkBehaviorDataInterceptor.kt b/test/app-mock/src/main/kotlin/interceptor/NetworkBehaviorDataInterceptor.kt similarity index 100% rename from test/app-mock/src/main/kotlin/ru/pixnews/test/app/mock/interceptor/NetworkBehaviorDataInterceptor.kt rename to test/app-mock/src/main/kotlin/interceptor/NetworkBehaviorDataInterceptor.kt diff --git a/test/app-mock/src/main/kotlin/ru/pixnews/test/app/mock/interceptor/RewriteHostDataInterceptor.kt b/test/app-mock/src/main/kotlin/interceptor/RewriteHostDataInterceptor.kt similarity index 100% rename from test/app-mock/src/main/kotlin/ru/pixnews/test/app/mock/interceptor/RewriteHostDataInterceptor.kt rename to test/app-mock/src/main/kotlin/interceptor/RewriteHostDataInterceptor.kt diff --git a/test/app-mock/src/test/kotlin/Dummy.kt b/test/app-mock/src/test/kotlin/Dummy.kt new file mode 100644 index 00000000..4686a20b --- /dev/null +++ b/test/app-mock/src/test/kotlin/Dummy.kt @@ -0,0 +1,9 @@ +/* + * Copyright (c) 2024, the Pixnews project authors and contributors. Please see the AUTHORS file for details. + * Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. + */ + +@file:Suppress("FILE_CONTAINS_ONLY_COMMENTS", "FILE_NO_BLANK_LINE_BETWEEN_BLOCKS") + +// Workaround for https://youtrack.jetbrains.com/issue/KTIJ-27842 +package ru.pixnews.test.app.mock diff --git a/test/app-mock/src/test/kotlin/ru/pixnews/test/app/mock/interceptor/AllowedHostsOnlyDataInterceptorTest.kt b/test/app-mock/src/test/kotlin/interceptor/AllowedHostsOnlyDataInterceptorTest.kt similarity index 100% rename from test/app-mock/src/test/kotlin/ru/pixnews/test/app/mock/interceptor/AllowedHostsOnlyDataInterceptorTest.kt rename to test/app-mock/src/test/kotlin/interceptor/AllowedHostsOnlyDataInterceptorTest.kt diff --git a/test/app-mock/src/test/kotlin/ru/pixnews/test/app/mock/interceptor/NetworkBehaviorDataInterceptorTest.kt b/test/app-mock/src/test/kotlin/interceptor/NetworkBehaviorDataInterceptorTest.kt similarity index 100% rename from test/app-mock/src/test/kotlin/ru/pixnews/test/app/mock/interceptor/NetworkBehaviorDataInterceptorTest.kt rename to test/app-mock/src/test/kotlin/interceptor/NetworkBehaviorDataInterceptorTest.kt diff --git a/test/app-mock/src/test/kotlin/ru/pixnews/test/app/mock/interceptor/RewriteHostDataInterceptorTest.kt b/test/app-mock/src/test/kotlin/interceptor/RewriteHostDataInterceptorTest.kt similarity index 100% rename from test/app-mock/src/test/kotlin/ru/pixnews/test/app/mock/interceptor/RewriteHostDataInterceptorTest.kt rename to test/app-mock/src/test/kotlin/interceptor/RewriteHostDataInterceptorTest.kt diff --git a/test/benchmark/src/main/kotlin/ru/pixnews/test/BenchmarkAppConfig.kt b/test/benchmark/src/main/kotlin/BenchmarkAppConfig.kt similarity index 100% rename from test/benchmark/src/main/kotlin/ru/pixnews/test/BenchmarkAppConfig.kt rename to test/benchmark/src/main/kotlin/BenchmarkAppConfig.kt diff --git a/test/benchmark/src/main/kotlin/ru/pixnews/test/baselineprofile/BaselineProfileGenerator.kt b/test/benchmark/src/main/kotlin/baselineprofile/BaselineProfileGenerator.kt similarity index 100% rename from test/benchmark/src/main/kotlin/ru/pixnews/test/baselineprofile/BaselineProfileGenerator.kt rename to test/benchmark/src/main/kotlin/baselineprofile/BaselineProfileGenerator.kt diff --git a/test/benchmark/src/main/kotlin/ru/pixnews/test/screen/calendar/CalendarActions.kt b/test/benchmark/src/main/kotlin/screen/calendar/CalendarActions.kt similarity index 100% rename from test/benchmark/src/main/kotlin/ru/pixnews/test/screen/calendar/CalendarActions.kt rename to test/benchmark/src/main/kotlin/screen/calendar/CalendarActions.kt diff --git a/test/benchmark/src/main/kotlin/ru/pixnews/test/screen/calendar/ScrollCalendarBenchmark.kt b/test/benchmark/src/main/kotlin/screen/calendar/ScrollCalendarBenchmark.kt similarity index 100% rename from test/benchmark/src/main/kotlin/ru/pixnews/test/screen/calendar/ScrollCalendarBenchmark.kt rename to test/benchmark/src/main/kotlin/screen/calendar/ScrollCalendarBenchmark.kt diff --git a/test/benchmark/src/main/kotlin/ru/pixnews/test/screen/navigation/NavigationActions.kt b/test/benchmark/src/main/kotlin/screen/navigation/NavigationActions.kt similarity index 100% rename from test/benchmark/src/main/kotlin/ru/pixnews/test/screen/navigation/NavigationActions.kt rename to test/benchmark/src/main/kotlin/screen/navigation/NavigationActions.kt diff --git a/test/benchmark/src/main/kotlin/ru/pixnews/test/startup/StartupBenchmark.kt b/test/benchmark/src/main/kotlin/startup/StartupBenchmark.kt similarity index 100% rename from test/benchmark/src/main/kotlin/ru/pixnews/test/startup/StartupBenchmark.kt rename to test/benchmark/src/main/kotlin/startup/StartupBenchmark.kt diff --git a/test/benchmark/src/main/kotlin/ru/pixnews/test/util/UiAutomatorExt.kt b/test/benchmark/src/main/kotlin/util/UiAutomatorExt.kt similarity index 100% rename from test/benchmark/src/main/kotlin/ru/pixnews/test/util/UiAutomatorExt.kt rename to test/benchmark/src/main/kotlin/util/UiAutomatorExt.kt