diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2022-01-26 22:41:04 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-26 17:11:04 +0000 |
commit | d89d5003192cf11bd9701dddce63d5782b40a071 (patch) | |
tree | fcd8a59b49d07b033755adc7f9c7b3f240cb5518 /build-logic/kotlin-plugins/src/main/kotlin | |
parent | 9dd05543c8b3ad9bad2456bdffa54a56d2b95d3b (diff) |
Move Compose code to ui-compose module (#1687)
Diffstat (limited to 'build-logic/kotlin-plugins/src/main/kotlin')
-rw-r--r-- | build-logic/kotlin-plugins/src/main/kotlin/com.github.android-password-store.binary-compatibility.gradle.kts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build-logic/kotlin-plugins/src/main/kotlin/com.github.android-password-store.binary-compatibility.gradle.kts b/build-logic/kotlin-plugins/src/main/kotlin/com.github.android-password-store.binary-compatibility.gradle.kts index 2aec2844..ad6080e0 100644 --- a/build-logic/kotlin-plugins/src/main/kotlin/com.github.android-password-store.binary-compatibility.gradle.kts +++ b/build-logic/kotlin-plugins/src/main/kotlin/com.github.android-password-store.binary-compatibility.gradle.kts @@ -16,5 +16,6 @@ apiValidation { "format-common", "diceware", "random", + "ui-compose", ) } |