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

Dispatchers.Main -> Dispatchers.Android ? #575

Closed
kirill-grouchnikov opened this issue Sep 17, 2018 · 1 comment
Closed

Dispatchers.Main -> Dispatchers.Android ? #575

kirill-grouchnikov opened this issue Sep 17, 2018 · 1 comment

Comments

@kirill-grouchnikov
Copy link

This page highlights the inconsistency in naming toolkit-specific dispatchers. For Swing and JavaFX the naming follows the name of the toolkit. For Android it is named in a much more generic way.

@JakeWharton
Copy link
Contributor

JakeWharton commented Sep 17, 2018

This was clarified a bit here: #41 (comment)

Basically, Main is only available when authoring for the Android platform whereas Swing and JavaFX are both available when authoring for desktop JVM.

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

No branches or pull requests

2 participants