Skip to content

Commit

Permalink
Merge pull request #18 from etonotieno/fix-compose-previews
Browse files Browse the repository at this point in the history
Enable compose build features to fix Previews
  • Loading branch information
Breens-Mbaka authored Aug 24, 2024
2 parents 762ed0c + 292976d commit 9fba8d0
Show file tree
Hide file tree
Showing 3 changed files with 214 additions and 193 deletions.
3 changes: 3 additions & 0 deletions BeeTablesCompose/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ android {
excludes += "/META-INF/{AL2.0,LGPL2.1}"
}
}
buildFeatures {
compose = true
}
}

dependencies {
Expand Down
4 changes: 4 additions & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ android {
getDefaultProguardFile("proguard-android-optimize.txt"),
"proguard-rules.pro",
)
signingConfig = signingConfigs.getByName("debug")
}
}
compileOptions {
Expand All @@ -57,6 +58,9 @@ android {
excludes += "/META-INF/{AL2.0,LGPL2.1}"
}
}
buildFeatures {
compose = true
}
}

dependencies {
Expand Down
Loading

0 comments on commit 9fba8d0

Please sign in to comment.