Implement usage of the new Tailscale channel library.

This commit is contained in:
2023-03-26 21:21:04 -07:00
parent 02a5d02dad
commit 2262ceb1d1
5 changed files with 13 additions and 39 deletions

View File

@ -13,6 +13,7 @@ dependencies {
implementation(project(":common-plugin"))
compileOnly(project(":foundation-shared"))
implementation(libs.tailscale)
implementation(libs.tailscale.channel)
}
concreteItem {