Remove dependency

This commit is contained in:
2024-06-27 10:07:45 +02:00
parent 2bcd1e0b71
commit b3cd36b8f8
2 changed files with 45 additions and 2 deletions

View File

@@ -37,8 +37,6 @@ kotlin {
val commonMain by getting {
dependencies {
implementation(project(":common"))
implementation("nl.astraeus:vst-worklet-base:1.0.0-SNAPSHOT")
}
}
val jsMain by getting {