Files
vst-chip/settings.gradle.kts
rnentjes ee76d4c4a3 Refactor project structure by removing "common" module
Removed the "common" module and associated configurations from the project. Updated dependencies and file placements to reflect these changes across build and source files. Migrated necessary code from the "common" module to relevant existing modules to maintain functionality.
2024-12-08 14:57:01 +01:00

6 lines
101 B
Kotlin

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