You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,12 +54,9 @@ I also have the following samples that demonstrate the use of a variety of Kotli
54
54
55
55
56
56
### Building
57
-
You need to use at least Android Studio Flamingo (**note: Java 17 is now the minimum version required**). Requires Xcode 13.2 or later (due to use of new Swift 5.5 concurrency APIs).
58
57
59
58
Open `PeopleInSpaceSwiftUI' for iOS projects.
60
59
61
-
To exercise (React based) web client run `./gradlew :web:browserDevelopmentRun`.
62
-
63
60
To run backend you can either run `./gradlew :backend:run` or run `Server.kt` directly from Android Studio. After doing that you should then for example be able to open `http://localhost:9090/astros_local.json` in a browser.
0 commit comments