Реструктуризация проекта
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package com.github.nullptroma.wallenc
|
||||
package com.github.nullptroma.wallenc.app
|
||||
|
||||
import androidx.test.platform.app.InstrumentationRegistry
|
||||
import androidx.test.ext.junit.runners.AndroidJUnit4
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.github.nullptroma.wallenc
|
||||
package com.github.nullptroma.wallenc.app
|
||||
|
||||
import android.os.Bundle
|
||||
import android.widget.Toast
|
||||
@@ -18,10 +18,7 @@ import androidx.compose.runtime.Composable
|
||||
import androidx.compose.ui.Alignment
|
||||
import androidx.compose.ui.Modifier
|
||||
import androidx.compose.ui.tooling.preview.Preview
|
||||
import androidx.hilt.navigation.compose.hiltViewModel
|
||||
import com.github.nullptroma.wallenc.ui.screens.main.MainScreen
|
||||
import com.github.nullptroma.wallenc.ui.screens.main.MainViewModel
|
||||
import com.github.nullptroma.wallenc.ui.theme.WallencTheme
|
||||
import com.github.nullptroma.wallenc.app.ui.theme.WallencTheme
|
||||
import com.yandex.authsdk.YandexAuthLoginOptions
|
||||
import com.yandex.authsdk.YandexAuthOptions
|
||||
import com.yandex.authsdk.YandexAuthResult
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.github.nullptroma.wallenc
|
||||
package com.github.nullptroma.wallenc.app
|
||||
|
||||
import android.app.Application
|
||||
import dagger.hilt.android.HiltAndroidApp
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.github.nullptroma.wallenc.ui.screens.main
|
||||
package com.github.nullptroma.wallenc.app.ui.screens.main
|
||||
|
||||
import androidx.compose.foundation.layout.Box
|
||||
import androidx.compose.foundation.layout.Column
|
||||
@@ -0,0 +1,3 @@
|
||||
package com.github.nullptroma.wallenc.app.ui.screens.main
|
||||
|
||||
data class MainScreenState(val value: String)
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.github.nullptroma.wallenc.ui.screens.main
|
||||
package com.github.nullptroma.wallenc.app.ui.screens.main
|
||||
|
||||
import androidx.lifecycle.ViewModel
|
||||
import dagger.hilt.android.lifecycle.HiltViewModel
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.github.nullptroma.wallenc.ui.theme
|
||||
package com.github.nullptroma.wallenc.app.ui.theme
|
||||
|
||||
import androidx.compose.ui.graphics.Color
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.github.nullptroma.wallenc.ui.theme
|
||||
package com.github.nullptroma.wallenc.app.ui.theme
|
||||
|
||||
import android.os.Build
|
||||
import androidx.compose.foundation.isSystemInDarkTheme
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.github.nullptroma.wallenc.ui.theme
|
||||
package com.github.nullptroma.wallenc.app.ui.theme
|
||||
|
||||
import androidx.compose.material3.Typography
|
||||
import androidx.compose.ui.text.TextStyle
|
||||
@@ -1,3 +0,0 @@
|
||||
package com.github.nullptroma.wallenc.ui.screens.main
|
||||
|
||||
data class MainScreenState(val value: String)
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.github.nullptroma.wallenc
|
||||
package com.github.nullptroma.wallenc.app
|
||||
|
||||
import org.junit.Test
|
||||
|
||||
Reference in New Issue
Block a user