Skip to content
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

Split platform code into Process interface, automatically call exit for 0 & -1 #120

Merged
merged 8 commits into from
May 8, 2024

Conversation

nomisRev
Copy link
Member

@nomisRev nomisRev commented May 7, 2024

  • Split the platform code into an interface
  • Update example Gradle, and add Java. Fixes Setup Java in Kotlin MPP Example #5
  • Call exit(0) in case of succes, and -1 in case of failure

@nomisRev nomisRev changed the title Call exit everywhere, move to common Split platform code into Process interface, automatically call exit for 0 & -1 May 8, 2024
@nomisRev nomisRev merged commit d4737c1 into main May 8, 2024
4 checks passed
@nomisRev nomisRev deleted the exit-process branch May 8, 2024 18:54
nomisRev added a commit that referenced this pull request May 8, 2024
Split platform code into Process interface, automatically call exit for 0 & -1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Setup Java in Kotlin MPP Example
1 participant