Skip to content

Commit 3078a6d

Browse files
authored
Merge pull request #36 from readdle/dev/fix-local-ref-issues
Check fix local ref in JavaCoder
2 parents 1f34771 + a6d0d71 commit 3078a6d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

sample/src/main/swift/Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sample/src/main/swift/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ let package = Package(
5555
dependencies: [
5656
.package(url: "https://github.com/readdle/java_swift.git", .upToNextMinor(from: "2.1.8")),
5757
.package(url: "https://github.com/readdle/swift-java.git", .upToNextMinor(from: "0.2.2")),
58-
.package(url: "https://github.com/readdle/swift-java-coder.git", .branch("dev/arm-32-float-issue")),
58+
.package(url: "https://github.com/readdle/swift-java-coder.git", .branch("dev/kotlin-support")),
5959
.package(url: "https://github.com/readdle/swift-anycodable.git", .upToNextMinor(from: "1.0.3")),
6060
],
6161
targets: addGenerated([

0 commit comments

Comments
 (0)