Add event dispatcher
This commit is contained in:
18 files changed
+353
-318
No files matched your search
@@ -18,7 +18,7 @@ kotlin {
|
||||
|
||||
sourceSets {
|
||||
commonMain.dependencies {
|
||||
implementation(project(":common"))
|
||||
api(project(":common"))
|
||||
api(libs.kotlinx.serialization.core)
|
||||
api(libs.kotlinx.serialization.json)
|
||||
api(libs.kotlinx.coroutines)
|
||||
|
||||
Reference in New Issue
Block a user