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

[FEATURE] Kotlin support #38

Open
sveinnetnordic opened this issue Oct 2, 2024 · 1 comment
Open

[FEATURE] Kotlin support #38

sveinnetnordic opened this issue Oct 2, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@sveinnetnordic
Copy link

All my views is written in kotlin. Using kotlin for Vaadin Flow views is much better than Java, so no option to revert.

Copilot is elegant and should support kotlin. The syntax in very close to Java, just skip "new" :-)

@Artur-
Copy link
Member

Artur- commented Oct 2, 2024

The syntax does not really matter as we parse the files into an ast and then manipulate that. Kotlin support would require a Kotlin parser and translating all rewriting operations to support that also

@MarcinVaadin MarcinVaadin added the enhancement New feature or request label Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants