File tree Expand file tree Collapse file tree 5 files changed +11
-6
lines changed
desktop/src/commonMain/composeResources/files
shared/src/commonMain/composeResources/files
web/src/commonMain/composeResources/files Expand file tree Collapse file tree 5 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 4
4
5
5
``` bash
6
6
./gradlew :sample:shared:exportLibraryDefinitions -PaboutLibraries.exportPath=src/commonMain/composeResources/files/
7
+ ./gradlew :sample:desktop:exportLibraryDefinitions -PaboutLibraries.exportPath=src/commonMain/composeResources/files/
8
+ ./gradlew :sample:web:exportLibraryDefinitions -PaboutLibraries.exportPath=src/commonMain/composeResources/files/
9
+
7
10
```
8
11
9
12
### Generate reference images for tests
38
41
39
42
### Run iOS app
40
43
41
- - Set up an environment - https://www.jetbrains.com/help/kotlin-multiplatform-dev/multiplatform-setup.html
42
- - Install Kotlin Multiplatform Mobile plugin - https://plugins.jetbrains.com/plugin/14936-kotlin-multiplatform
44
+ - Set up an
45
+ environment - https://www.jetbrains.com/help/kotlin-multiplatform-dev/multiplatform-setup.html
46
+ - Install Kotlin Multiplatform Mobile
47
+ plugin - https://plugins.jetbrains.com/plugin/14936-kotlin-multiplatform
43
48
- Open the project in IntelliJ IDEA / Android Studio
44
49
- Add a new run configuration for the iOS Application
45
50
- Run the iOS Application
Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ dependencyResolutionManagement {
24
24
25
25
versionCatalogs {
26
26
create(" baseLibs" ) {
27
- from(" com.mikepenz:version-catalog:0.2.8 " )
27
+ from(" com.mikepenz:version-catalog:0.2.9 " )
28
28
}
29
29
}
30
30
}
You can’t perform that action at this time.
0 commit comments