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
move all files that are already pure kotlin at the time this task is done (no Java or Android dependencies) into the common module, including its tests. (The implementation for iOS is obviously empty for now)
test build on Android
After this, work can start on a skeleton implementation of the iOS app.
This should ideally be done when there are as few PRs open as possible, as all PRs will result to have conflicts in every single file.
This should also ideally be done in concert with @Helium314 (the maintainer of the SCEE fork/addon), i.e. the fewer unmerged branches there are, the less work it is to rebase it on top / merge it with all the moved files.
The text was updated successfully, but these errors were encountered:
git is able to track renames in rebases. But yes: It can not do magic.
Rename files and change them (to match its new location) should be done in separate commits.
Currently, the project setup is that of a native Android app. The task is to
After this, work can start on a skeleton implementation of the iOS app.
This should ideally be done when there are as few PRs open as possible, as all PRs will result to have conflicts in every single file.
This should also ideally be done in concert with @Helium314 (the maintainer of the SCEE fork/addon), i.e. the fewer unmerged branches there are, the less work it is to rebase it on top / merge it with all the moved files.
The text was updated successfully, but these errors were encountered: