Skip to content

Commit 316d97f

Browse files
authored
Merge pull request #9 from evilya/version-fix
Use exact kmp native coroutines version
2 parents 1f13c08 + e32179d commit 316d97f

File tree

3 files changed

+21
-21
lines changed

3 files changed

+21
-21
lines changed

step5/gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ kotlinxCoroutinesCore = "1.8.1"
1919
kotlinxDatetime = "0.6.0"
2020
ktorVersion = "2.3.7"
2121
lifecycleViewmodelCompose = "2.8.2"
22-
ksp="2.0.0-1.0.21"
23-
kmpNativeCoroutines="1.0.0-ALPHA-31"
22+
ksp="2.0.0-1.0.24"
23+
kmpNativeCoroutines="1.0.0-ALPHA-33"
2424

2525
[libraries]
2626
androidx-lifecycle-runtime-compose = { module = "androidx.lifecycle:lifecycle-runtime-compose", version.ref = "lifecycleViewmodelCompose" }

step5/iosApp/iosApp.xcodeproj/project.pbxproj

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
058557BB273AAA24004C7B11 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 058557BA273AAA24004C7B11 /* Assets.xcassets */; };
1111
058557D9273AAEEB004C7B11 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 058557D8273AAEEB004C7B11 /* Preview Assets.xcassets */; };
1212
2152FB042600AC8F00CF470E /* iOSApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2152FB032600AC8F00CF470E /* iOSApp.swift */; };
13-
66FA1F6B2B4E99280096F4C8 /* KMPNativeCoroutinesAsync in Frameworks */ = {isa = PBXBuildFile; productRef = 66FA1F662B4E984C0096F4C8 /* KMPNativeCoroutinesAsync */; };
14-
66FA1F6D2B4E99280096F4C8 /* KMPNativeCoroutinesCore in Frameworks */ = {isa = PBXBuildFile; productRef = 66FA1F682B4E984C0096F4C8 /* KMPNativeCoroutinesCore */; };
13+
227F509E2CB8121100940B28 /* KMPNativeCoroutinesAsync in Frameworks */ = {isa = PBXBuildFile; productRef = 227F509D2CB8121100940B28 /* KMPNativeCoroutinesAsync */; };
14+
227F50A02CB8121100940B28 /* KMPNativeCoroutinesCore in Frameworks */ = {isa = PBXBuildFile; productRef = 227F509F2CB8121100940B28 /* KMPNativeCoroutinesCore */; };
1515
7555FF83242A565900829871 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7555FF82242A565900829871 /* ContentView.swift */; };
1616
/* End PBXBuildFile section */
1717

@@ -30,8 +30,8 @@
3030
isa = PBXFrameworksBuildPhase;
3131
buildActionMask = 2147483647;
3232
files = (
33-
66FA1F6D2B4E99280096F4C8 /* KMPNativeCoroutinesCore in Frameworks */,
34-
66FA1F6B2B4E99280096F4C8 /* KMPNativeCoroutinesAsync in Frameworks */,
33+
227F50A02CB8121100940B28 /* KMPNativeCoroutinesCore in Frameworks */,
34+
227F509E2CB8121100940B28 /* KMPNativeCoroutinesAsync in Frameworks */,
3535
);
3636
runOnlyForDeploymentPostprocessing = 0;
3737
};
@@ -98,7 +98,7 @@
9898
isa = PBXNativeTarget;
9999
buildConfigurationList = 7555FFA5242A565B00829871 /* Build configuration list for PBXNativeTarget "iosApp" */;
100100
buildPhases = (
101-
F36B1CEA2AD836FC00CB74D5 /* Compile Kotlin */,
101+
F36B1CEA2AD836FC00CB74D5 /* Compile Kotlin Framework */,
102102
7555FF77242A565900829871 /* Sources */,
103103
7555FF79242A565900829871 /* Resources */,
104104
66FA1F6A2B4E98EA0096F4C8 /* Frameworks */,
@@ -109,8 +109,8 @@
109109
);
110110
name = iosApp;
111111
packageProductDependencies = (
112-
66FA1F662B4E984C0096F4C8 /* KMPNativeCoroutinesAsync */,
113-
66FA1F682B4E984C0096F4C8 /* KMPNativeCoroutinesCore */,
112+
227F509D2CB8121100940B28 /* KMPNativeCoroutinesAsync */,
113+
227F509F2CB8121100940B28 /* KMPNativeCoroutinesCore */,
114114
);
115115
productName = iosApp;
116116
productReference = 7555FF7B242A565900829871 /* GreetingKMP.app */;
@@ -141,7 +141,7 @@
141141
);
142142
mainGroup = 7555FF72242A565900829871;
143143
packageReferences = (
144-
66AA0F5B2BC5846F002B2606 /* XCRemoteSwiftPackageReference "KMP-NativeCoroutines" */,
144+
227F509C2CB8121100940B28 /* XCRemoteSwiftPackageReference "KMP-NativeCoroutines" */,
145145
);
146146
productRefGroup = 7555FF7C242A565900829871 /* Products */;
147147
projectDirPath = "";
@@ -398,25 +398,25 @@
398398
/* End XCConfigurationList section */
399399

400400
/* Begin XCRemoteSwiftPackageReference section */
401-
66AA0F5B2BC5846F002B2606 /* XCRemoteSwiftPackageReference "KMP-NativeCoroutines" */ = {
401+
227F509C2CB8121100940B28 /* XCRemoteSwiftPackageReference "KMP-NativeCoroutines" */ = {
402402
isa = XCRemoteSwiftPackageReference;
403403
repositoryURL = "https://github.com/rickclephas/KMP-NativeCoroutines.git";
404404
requirement = {
405-
branch = master;
406-
kind = branch;
405+
kind = exactVersion;
406+
version = "1.0.0-ALPHA-33";
407407
};
408408
};
409409
/* End XCRemoteSwiftPackageReference section */
410410

411411
/* Begin XCSwiftPackageProductDependency section */
412-
66AA0F5C2BC5846F002B2606 /* KMPNativeCoroutinesAsync */ = {
412+
227F509D2CB8121100940B28 /* KMPNativeCoroutinesAsync */ = {
413413
isa = XCSwiftPackageProductDependency;
414-
package = 66AA0F5B2BC5846F002B2606 /* XCRemoteSwiftPackageReference "KMP-NativeCoroutines" */;
414+
package = 227F509C2CB8121100940B28 /* XCRemoteSwiftPackageReference "KMP-NativeCoroutines" */;
415415
productName = KMPNativeCoroutinesAsync;
416416
};
417-
66AA0F5E2BC5846F002B2606 /* KMPNativeCoroutinesCore */ = {
417+
227F509F2CB8121100940B28 /* KMPNativeCoroutinesCore */ = {
418418
isa = XCSwiftPackageProductDependency;
419-
package = 66AA0F5B2BC5846F002B2606 /* XCRemoteSwiftPackageReference "KMP-NativeCoroutines" */;
419+
package = 227F509C2CB8121100940B28 /* XCRemoteSwiftPackageReference "KMP-NativeCoroutines" */;
420420
productName = KMPNativeCoroutinesCore;
421421
};
422422
/* End XCSwiftPackageProductDependency section */

step5/iosApp/iosApp.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

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

0 commit comments

Comments
 (0)