Refactor test-app: remove unused build scripts and migrate components, utilities, and database files to vst-ui-base. Update SVG utilities with viewBox fix, enhance KnobComponent with global mouse listeners, and clean up unused imports.
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
plugins {
|
||||
id("org.gradle.toolchains.foojay-resolver-convention") version "0.5.0"
|
||||
}
|
||||
apply(from = "settings.common.gradle.kts")
|
||||
|
||||
rootProject.name = "vst-ui-base"
|
||||
|
||||
//include("test-app")
|
||||
include(":vst-ui-base")
|
||||
include(":test-app")
|
||||
|
||||
Reference in New Issue
Block a user