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

Kotlin as Java should translate type aliases #1115

Closed
MarcinAman opened this issue Jul 13, 2020 · 0 comments · Fixed by #1449
Closed

Kotlin as Java should translate type aliases #1115

MarcinAman opened this issue Jul 13, 2020 · 0 comments · Fixed by #1449
Labels
enhancement An issue for a feature or an overall improvement plugin: kotlin-as-java An issue/PR related to Dokka's kotlin-as-java plugin
Milestone

Comments

@MarcinAman
Copy link
Contributor

Right now kotlin as java doesn't suport translating type aliases.

I think the best way to do it is:

  • remove all typealiases
  • translate all it's occurrences to the 'real' type
@MarcinAman MarcinAman added enhancement An issue for a feature or an overall improvement plugin: kotlin-as-java An issue/PR related to Dokka's kotlin-as-java plugin labels Jul 13, 2020
@Kordyjan Kordyjan added this to the 1.4.20-1 milestone Sep 7, 2020
@BarkingBad BarkingBad linked a pull request Sep 9, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement An issue for a feature or an overall improvement plugin: kotlin-as-java An issue/PR related to Dokka's kotlin-as-java plugin
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants