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.
11 lines
705 B
XML
11 lines
705 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project version="4">
|
|
<component name="JavaScriptLibraryMappings">
|
|
<excludedPredefinedLibrary name="vst-chip/build/js/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> |