File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
plugins/project/src/main/kotlin Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -489,6 +489,7 @@ okhttp-mockwebserver = { module = "com.squareup.okhttp3:mockwebs
489489okhttp-tls = { module = " com.squareup.okhttp3:okhttp-tls" , version.ref = " okhttp" }
490490
491491graal-sdk = { module = " org.graalvm.sdk:graal-sdk" , version.ref = " graalvm" }
492+ graal-svm = { module = " org.graalvm.nativeimage:svm" , version.ref = " graalvm" }
492493graal-polyglot = { module = " org.graalvm.polyglot:polyglot" , version.ref = " graalvm" }
493494graal-wasm = { module = " org.graalvm.polyglot:wasm" , version.ref = " graalvm" }
494495google-auto-service-apt = { module = " com.google.auto.service:auto-service" , version.ref = " google-auto-service" }
Original file line number Diff line number Diff line change @@ -202,7 +202,8 @@ val niArchiveName
202202
203203dependencies {
204204 // Dependencies required for native-image build. Use "graalCompileOnly" for compile only deps.
205- // "graalCompileOnly"(libs.graalvm.sdk)
206- // "graalImplementation"(libs.classgraph)
205+ " graalCompileOnly" (libs.graal.sdk)
207206 nativeImageCompileOnly(graal.map { it.output })
207+ compileOnly(libs.graal.sdk)
208+ // "graalImplementation"(libs.classgraph)
208209}
You can’t perform that action at this time.
0 commit comments