-
Notifications
You must be signed in to change notification settings - Fork 200
update: (mostly) latest libraries and updated UI code #478
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Issues with the tutorial not related to the pull request: Create a project, step 3: in Android Studio, you need to choose Generic on the left pane, and then Kotlin Multiplaform. Is it expected? |
Bullet lists after code samples look confusing, as you're expected to figure out extra steps on your own after adding the provided lines. |
The use of packages vs directories is inconsistent. UPD: I replaced directories with packages for the cases where you're trying to add a new directory, but the menu only allows you to create a new package. |
Missing imports in SpaceXApi.kt:
|
For AndroidManifest.xml, if the provided lines are supposed to be placed in the middle of the |
From the sample update: kotlin-hands-on/kmp-networking-and-data-storage#41