gradle: re-enable ui-compose
This commit is contained in:
parent
78a1381b63
commit
91f29f6a40
2 changed files with 3 additions and 0 deletions
|
@ -28,6 +28,7 @@ class BinaryCompatibilityPlugin : Plugin<Project> {
|
||||||
"diceware",
|
"diceware",
|
||||||
"random",
|
"random",
|
||||||
"sentry-stub",
|
"sentry-stub",
|
||||||
|
"ui-compose",
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -107,3 +107,5 @@ include("passgen:diceware")
|
||||||
include("passgen:random")
|
include("passgen:random")
|
||||||
|
|
||||||
include("sentry-stub")
|
include("sentry-stub")
|
||||||
|
|
||||||
|
include("ui-compose")
|
||||||
|
|
Loading…
Reference in a new issue