Chaos utilities.

This commit is contained in:
2023-04-04 21:13:27 -07:00
parent 139743a4ba
commit 6a05d5f29f
5 changed files with 97 additions and 51 deletions

View File

@ -3,6 +3,7 @@ plugins {
}
dependencies {
implementation(project(":common-all"))
implementation(project(":common-plugin"))
compileOnly(project(":foundation-shared"))
}