Files
vst-string/settings.gradle.kts
2024-06-16 20:40:05 +02:00

7 lines
120 B
Kotlin

apply(from = "settings.common.gradle.kts")
rootProject.name = "vst-chip"
include(":common")
include(":audio-worklet")