File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4040
4141all : generate-all
4242
43- $(BUILD_DIR ) /debug/libJavaKit.$(LIB_SUFFIX ) $(BUILD_DIR ) /debug/libExampleSwiftLibrary. $( LIB_SUFFIX ) $( BUILD_DIR ) /debug/ Java2Swift :
43+ $(BUILD_DIR ) /debug/libJavaKit.$(LIB_SUFFIX ) $(BUILD_DIR ) /debug/Java2Swift :
4444 swift build
4545
4646./JavaSwiftKitDemo/build/classes/java/main/com/example/swift/HelloSubclass.class : JavaSwiftKitDemo/src/main/java/com/example/swift
@@ -116,4 +116,4 @@ jextract-run: jextract-swift generate-JExtract-interface-files
116116
117117
118118jextract-run-java : jextract-swift generate-JExtract-interface-files
119- ./gradlew run
119+ ./gradlew run SwiftKitExample
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ tasks.test {
6666}
6767
6868application {
69- mainClass = " org .example.HelloJava2Swift"
69+ mainClass = " com .example.HelloJava2Swift"
7070
7171 // In order to silence:
7272 // WARNING: A restricted method in java.lang.foreign.SymbolLookup has been called
You can’t perform that action at this time.
0 commit comments