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.
28 lines
966 B
XML
28 lines
966 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project version="4">
|
|
<component name="GradleMigrationSettings" migrationVersion="1" />
|
|
<component name="GradleSettings">
|
|
<option name="linkedExternalProjectsSettings">
|
|
<GradleProjectSettings>
|
|
<compositeConfiguration>
|
|
<compositeBuild compositeDefinitionSource="SCRIPT">
|
|
<builds>
|
|
<build path="$PROJECT_DIR$" name="vst-ui-base">
|
|
<projects>
|
|
<project path="$PROJECT_DIR$" />
|
|
</projects>
|
|
</build>
|
|
</builds>
|
|
</compositeBuild>
|
|
</compositeConfiguration>
|
|
<option name="externalProjectPath" value="$PROJECT_DIR$/test-app" />
|
|
<option name="modules">
|
|
<set>
|
|
<option value="$PROJECT_DIR$" />
|
|
<option value="$PROJECT_DIR$/test-app" />
|
|
</set>
|
|
</option>
|
|
</GradleProjectSettings>
|
|
</option>
|
|
</component>
|
|
</project> |