Skip to content

Commit 1d774d6

Browse files
committed
Fix incorrect specific of targets associated with a few products
1 parent f5cbcdf commit 1d774d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@ let package = Package(
6969

7070
.library(
7171
name: "JavaKitJar",
72-
targets: ["JavaKitReflection"]
72+
targets: ["JavaKitJar"]
7373
),
7474

7575
.library(
7676
name: "JavaKitNetwork",
77-
targets: ["JavaKitReflection"]
77+
targets: ["JavaKitNetwork"]
7878
),
7979

8080
.library(

0 commit comments

Comments
 (0)