Skip to content

Commit c4da6da

Browse files
committed
fix main sample class
1 parent 881b18c commit c4da6da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Samples/JExtractJNISampleApp/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ tasks.named('test', Test) {
159159
}
160160

161161
application {
162-
mainClass = "com.example.swift.HelloJava2Swift"
162+
mainClass = "com.example.swift.HelloJava2SwiftJNI"
163163

164164
applicationDefaultJvmArgs = [
165165
"--enable-native-access=ALL-UNNAMED",

0 commit comments

Comments
 (0)