Files
vst-chip/settings.common.gradle.kts
rnentjes 2cfc8a8201 Update output directories and Kotlin version, add buildJS task
Modified outputDirectory paths in build scripts and upgraded the Kotlin multiplatform plugin to version 2.1.20. Added a new buildJS task to handle copying files from multiple directories into the web folder. These changes streamline the build process and ensure compatibility with updated tooling.
2025-05-06 18:59:15 +02:00

11 lines
202 B
Kotlin

pluginManagement {
plugins {
kotlin("multiplatform") version "2.1.20"
}
repositories {
gradlePluginPortal()
mavenCentral()
maven { setUrl("https://plugins.gradle.org/m2/") }
}
}