Skip to content
Snippets Groups Projects
Commit b7c56e58 authored by kr328's avatar kr328
Browse files

Chore: add hideapi to app module to avoid r8 class missing

parent a6f6da5b
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,8 @@ plugins {
}
dependencies {
compileOnly(project(":hideapi"))
implementation(project(":core"))
implementation(project(":service"))
implementation(project(":design"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment