api: initial commit

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2021-06-03 00:32:17 +05:30
parent 29c374859b
commit fcfcbfbf92
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
17 changed files with 274 additions and 12 deletions

View file

@ -15,7 +15,7 @@ kotlin {
sourceSets {
val jvmMain by getting {
dependencies {
implementation(project(":common"))
implementation(projects.common)
implementation(compose.desktop.currentOs)
}
}