backend migrated to Java 17
This commit is contained in:
11
jpacrepo-frontend/build.gradle
Normal file
11
jpacrepo-frontend/build.gradle
Normal file
@@ -0,0 +1,11 @@
|
||||
plugins {
|
||||
alias(catalog.plugins.kotlin.multiplatform)
|
||||
}
|
||||
|
||||
kotlin {
|
||||
js(IR) {
|
||||
browser {
|
||||
}
|
||||
binaries.executable()
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user