Files
vst-ui-base/settings.gradle.kts
rnentjes 4259b054b3 Add test-app module with initial UI and backend setup
Introduced a new `test-app` module with a basic Kotlin/JS UI and a Kotlin/JVM backend. Updated dependencies to use `api` where applicable and made configuration changes to support composite builds.
2024-12-31 20:00:30 +01:00

8 lines
142 B
Kotlin

plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.5.0"
}
rootProject.name = "vst-ui-base"
//include("test-app")