Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Commit

Permalink
Fix Preview annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
M3DZIK committed Oct 13, 2023
1 parent 3a9402d commit 1127d15
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ dependencies {
implementation(libs.process.phoenix)

debugImplementation(libs.androidx.ui.test.manifest)

// for preview support
debugImplementation(libs.androidx.ui.tooling)
debugImplementation(libs.androidx.ui.tooling.preview)
implementation(libs.androidx.ui.tooling.preview)
}

0 comments on commit 1127d15

Please sign in to comment.