Skip to content

Commit 8d1bf11

Browse files
committed
feat:Remove Unused Resources
1 parent 298de45 commit 8d1bf11

File tree

13 files changed

+1
-39
lines changed

13 files changed

+1
-39
lines changed

progressIndicator/build.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ kotlin {
3232
implementation(compose.runtime)
3333
implementation(compose.foundation)
3434
implementation(compose.material)
35-
@OptIn(org.jetbrains.compose.ExperimentalComposeLibrary::class)
36-
implementation(compose.components.resources)
3735
}
3836
}
3937
val androidMain by getting {

progressIndicator/src/commonMain/kotlin/com/multiplatform/progressindicator/sample/BasicProgressIndicatorSample.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import androidx.compose.ui.Modifier
2626
import androidx.compose.ui.graphics.Color
2727
import androidx.compose.ui.unit.dp
2828
import androidx.compose.ui.unit.sp
29-
import progressindicator.SimpleProgressIndicatorWithAnim
29+
import com.multiplatform.progressindicator.SimpleProgressIndicatorWithAnim
3030

3131
/**
3232
* Created By Kevin Zou On 2023/9/13

progressIndicator/src/commonMain/resources/compose-multiplatform.xml

Lines changed: 0 additions & 36 deletions
This file was deleted.
-348 KB
Binary file not shown.

readme_images/banner.png

-802 KB
Binary file not shown.
-99.4 KB
Binary file not shown.

readme_images/edit_run_config.png

-96.4 KB
Binary file not shown.

readme_images/ios_app_running.png

-203 KB
Binary file not shown.
-188 KB
Binary file not shown.

readme_images/run_on_android.png

-30 KB
Binary file not shown.

0 commit comments

Comments
 (0)