Refactor repositories by adding parsers.
Add character sheet poc.
This commit is contained in:
parent
bb760392f0
commit
87a1471efe
17 changed files with 761 additions and 286 deletions
|
|
@ -2,6 +2,7 @@ package com.pixelized.rplexicon
|
|||
|
||||
import android.app.Activity
|
||||
import android.os.Bundle
|
||||
import android.util.Log
|
||||
import androidx.activity.ComponentActivity
|
||||
import androidx.activity.compose.setContent
|
||||
import androidx.compose.foundation.layout.WindowInsets
|
||||
|
|
@ -19,6 +20,7 @@ import androidx.compose.runtime.staticCompositionLocalOf
|
|||
import androidx.compose.ui.Modifier
|
||||
import androidx.core.splashscreen.SplashScreen.Companion.installSplashScreen
|
||||
import androidx.core.view.WindowCompat
|
||||
import com.pixelized.rplexicon.facotry.RollParser
|
||||
import com.pixelized.rplexicon.ui.navigation.ScreenNavHost
|
||||
import com.pixelized.rplexicon.ui.theme.LexiconTheme
|
||||
import dagger.hilt.android.AndroidEntryPoint
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue