build: setup compose multiplatform

Signed-off-by: Aditya Wasan <adityawasan55@gmail.com>
This commit is contained in:
Aditya Wasan 2021-03-14 21:24:46 +05:30
parent c5fafba7b5
commit 9517531388
No known key found for this signature in database
GPG key ID: 6D6DF3BF15DE79B5
12 changed files with 96 additions and 11 deletions

View file

@ -12,6 +12,7 @@ repositories {
dependencies {
implementation(project(":api"))
implementation(project(":common"))
implementation(project(":database"))
implementation(compose.desktop.currentOs)
implementation(compose.runtime)