Fix iOS build

This commit is contained in:
Syer10
2024-09-02 10:39:43 -04:00
parent 0384c77d1e
commit 81d2e8119b
9 changed files with 53 additions and 2 deletions

View File

@@ -53,6 +53,12 @@ kotlin {
implementation(kotlin("test-annotations-common"))
}
}
getByName("iosMain") {
dependencies {
implementation(libs.moko.parcelize)
}
}
}
}