refactor: move resources to flexiui-resources

This commit is contained in:
2023-11-23 01:46:55 +08:00
parent 845606a59a
commit 6190a4fccf
13 changed files with 77 additions and 1 deletions

View File

@@ -32,6 +32,7 @@ kotlin {
implementation(compose.foundation)
// TODO: We need to remove this and replace with "material-ripple"
implementation(compose.material)
implementation(projects.flexiuiResources)
}
}
val androidMain by getting {