From e52db03ff744caaca0fa4ac058cd4b97f938940f Mon Sep 17 00:00:00 2001 From: AJ Date: Wed, 15 May 2024 10:26:09 -0700 Subject: [PATCH] Update graal class name directive --- .../com.github.ajalt.mordant/mordant/native-image.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mordant/src/jvmMain/resources/META-INF/native-image/com.github.ajalt.mordant/mordant/native-image.properties b/mordant/src/jvmMain/resources/META-INF/native-image/com.github.ajalt.mordant/mordant/native-image.properties index c29860452..d5e51785f 100644 --- a/mordant/src/jvmMain/resources/META-INF/native-image/com.github.ajalt.mordant/mordant/native-image.properties +++ b/mordant/src/jvmMain/resources/META-INF/native-image/com.github.ajalt.mordant/mordant/native-image.properties @@ -1 +1 @@ -Args = --initialize-at-build-time=com.github.ajalt.mordant.internal.MppImplKt +Args = --initialize-at-build-time=com.github.ajalt.mordant.internal.MppInternal_jvmKt