gradle: re-enable ui-compose

This commit is contained in:
Harsh Shandilya 2022-07-06 21:17:55 +05:30
parent 78a1381b63
commit 91f29f6a40
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
2 changed files with 3 additions and 0 deletions

View file

@ -28,6 +28,7 @@ class BinaryCompatibilityPlugin : Plugin<Project> {
"diceware",
"random",
"sentry-stub",
"ui-compose",
)
}
}

View file

@ -107,3 +107,5 @@ include("passgen:diceware")
include("passgen:random")
include("sentry-stub")
include("ui-compose")