Skip to content

Commit e64c3d0

Browse files
committed
prepare library & sample modules
1 parent afaa4ff commit e64c3d0

74 files changed

Lines changed: 842 additions & 1260 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@
33
/local.properties
44
/.idea
55
.DS_Store
6-
build/
7-
/captures
6+
build
7+
*/build
8+
captures
89
.externalNativeBuild
910
.cxx
10-
iosApp/Podfile.lock
11-
iosApp/Pods/*
12-
iosApp/iosApp.xcworkspace/*
13-
iosApp/iosApp.xcodeproj/*
14-
!iosApp/iosApp.xcodeproj/project.pbxproj
15-
shared/shared.podspec
11+
xcuserdata/
12+
Pods/
13+
*.jks
14+
*yarn.lock

.run/desktopApp.run.xml

Lines changed: 0 additions & 23 deletions
This file was deleted.

LICENSE.txt

Lines changed: 0 additions & 201 deletions
This file was deleted.

README.MD

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Kronos Multiplatform Library
2+
3+
Development in progress
4+
5+
## Before running!
6+
- check your system with (KDoctor)[https://github.com/Kotlin/kdoctor]
7+
- add `local.properties` file to the project root and set a path to Android SDK there
8+
- run `./gradlew podInstall` in the project root
9+
10+
### Android
11+
To run the application on android device/emulator:
12+
- open project in Android Studio and run imported android run configuration
13+
14+
To build the application bundle:
15+
- run `./gradlew :composeApp:assembleDebug`
16+
- find `.apk` file in `composeApp/build/outputs/apk/debug/composeApp-debug.apk`
17+
18+
### Desktop
19+
Run the desktop application: `./gradlew :composeApp:run`
20+
21+
### iOS
22+
To run the application on iPhone device/simulator:
23+
- Open `iosApp/iosApp.xcworkspace` in Xcode and run standard configuration
24+
- Or use (Kotlin Multiplatform Mobile plugin)[https://plugins.jetbrains.com/plugin/14936-kotlin-multiplatform-mobile] for Android Studio

README.md

Lines changed: 0 additions & 100 deletions
This file was deleted.

0 commit comments

Comments
 (0)