File tree Expand file tree Collapse file tree 5 files changed +6
-8
lines changed
sample-ios/SampleiOS.xcodeproj Expand file tree Collapse file tree 5 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 19
19
with :
20
20
java-version : 1.8
21
21
- name : Tests
22
- run : bash ./gradlew mokttp :testDebugUnitTest
22
+ run : bash ./gradlew library :testDebugUnitTest
23
23
24
24
ios_tests :
25
25
name : iOS Tests
32
32
- name : Boot simulator
33
33
run : xcrun simctl boot "iPhone 8"
34
34
- name : Tests
35
- run : ./gradlew mokttp :iosTest
35
+ run : ./gradlew library :iosTest
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ dependencies {
49
49
implementation ' androidx.recyclerview:recyclerview:1.1.0'
50
50
implementation ' androidx.recyclerview:recyclerview-selection:1.0.0'
51
51
52
- implementation project(' :mokttp ' )
52
+ implementation project(' :library ' )
53
53
implementation project(' :sample-sharedCode' )
54
54
55
55
testImplementation ' junit:junit:4.13'
Original file line number Diff line number Diff line change 199
199
);
200
200
runOnlyForDeploymentPostprocessing = 0;
201
201
shellPath = /bin/bash;
202
- shellScript = "cd \"$PROJECT_DIR/..\"\n./gradlew mokttp :linkDebugFrameworkIosX64 sample-sharedCode:linkDebugFrameworkIosX64\n";
202
+ shellScript = "cd \"$PROJECT_DIR/..\"\n./gradlew library :linkDebugFrameworkIosX64 sample-sharedCode:linkDebugFrameworkIosX64\n";
203
203
};
204
204
/* End PBXShellScriptBuildPhase section */
205
205
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ kotlin {
46
46
commonMain. dependencies {
47
47
implementation ' org.jetbrains.kotlin:kotlin-stdlib-common'
48
48
implementation " org.jetbrains.kotlinx:kotlinx-serialization-runtime-common:0.20.0"
49
- implementation project(' :mokttp ' )
49
+ implementation project(' :library ' )
50
50
}
51
51
52
52
iosMain {
Original file line number Diff line number Diff line change 1
- include ' :mokttp'
2
- project(' :mokttp' ). projectDir = file(' ./library' )
3
-
1
+ include ' :library'
4
2
include ' :sample-android'
5
3
include ' :sample-sharedCode'
You can’t perform that action at this time.
0 commit comments