Skip to content

Commit

Permalink
Merge pull request #4 from syxc/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
syxc authored Apr 27, 2024
2 parents ac27e75 + fbeae15 commit 4cb7f5b
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion androidApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ android {

dependencies {
implementation(projects.shared)
implementation(projects.composeApp)
implementation(projects.sharedCompose)
implementation(libs.compose.ui)
implementation(libs.compose.ui.tooling.preview)
implementation(libs.compose.material3)
Expand Down
2 changes: 1 addition & 1 deletion androidApp/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
tools:targetApi="s">
<activity
android:name=".MainActivity"
android:configChanges="orientation|screenSize|screenLayout|keyboardHidden|mnc|colorMode|density|fontScale|fontWeightAdjustment|keyboard|layoutDirection|locale|mcc|navigation|smallestScreenSize|touchscreen|uiMode"
android:configChanges="orientation"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencyResolutionManagement {
rootProject.name = "kmp-app"

include(":androidApp")
include(":composeApp")
include(":shared-compose")
include(":shared")

/* Encountering the “Unable to make progress running work” Error in Gradle? */
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ import androidx.compose.runtime.remember
import androidx.compose.runtime.setValue
import androidx.compose.ui.Alignment
import androidx.compose.ui.Modifier
import kmp_app.composeapp.generated.resources.Res
import kmp_app.composeapp.generated.resources.compose_multiplatform
import kmp_app.shared_compose.generated.resources.Res
import kmp_app.shared_compose.generated.resources.compose_multiplatform
import org.jetbrains.compose.resources.ExperimentalResourceApi
import org.jetbrains.compose.resources.painterResource
import org.jetbrains.compose.ui.tooling.preview.Preview
Expand Down
File renamed without changes.

0 comments on commit 4cb7f5b

Please sign in to comment.