Upgrade JDK and simplify artifact configurations.

Updated project settings to use JDK 21 and its specific SDK naming. Simplified XML artifact configurations by removing module-output elements. Applied experimental annotation for JavaScript exports in Kotlin source files.
This commit is contained in:
2024-12-08 13:57:15 +01:00
parent 31f2d8060c
commit b20b2266ba
10 changed files with 16 additions and 20 deletions

View File

@@ -2,6 +2,10 @@
<project version="4">
<component name="JavaScriptLibraryMappings">
<excludedPredefinedLibrary name="vst-chip/build/js/node_modules" />
<excludedPredefinedLibrary name="vst-chip/build/js/packages/vst-base-test/node_modules" />
<excludedPredefinedLibrary name="vst-chip/build/js/packages/vst-chip-audio-worklet-test/node_modules" />
<excludedPredefinedLibrary name="vst-chip/build/js/packages/vst-chip-audio-worklet/node_modules" />
<excludedPredefinedLibrary name="vst-chip/build/js/packages/vst-chip-common-test/node_modules" />
<excludedPredefinedLibrary name="vst-chip/build/js/packages/vst-chip-test/node_modules" />
<excludedPredefinedLibrary name="vst-chip/build/js/packages/vst-chip/node_modules" />
</component>
</project>