Skip to content

Commit

Permalink
Disable Gradle typesafe accessors
Browse files Browse the repository at this point in the history
  • Loading branch information
burnoo committed Aug 2, 2024
1 parent 23b28eb commit b288def
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion example/composeApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ kotlin {
implementation(libs.androidx.activity.compose)
}
commonMain.dependencies {
implementation(projects.composeRememberSetting)
implementation(project(":compose-remember-setting"))
implementation(compose.runtime)
implementation(compose.foundation)
implementation(compose.material)
Expand Down
1 change: 0 additions & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
@file:Suppress("UnstableApiUsage")

rootProject.name = "compose-remember-setting"
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")

pluginManagement {
repositories {
Expand Down

0 comments on commit b288def

Please sign in to comment.