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

Recursive typealias's generated with Dukat 0.5.7 #343

Closed
hunterwerlla opened this issue Jul 28, 2020 · 0 comments · Fixed by #385
Closed

Recursive typealias's generated with Dukat 0.5.7 #343

hunterwerlla opened this issue Jul 28, 2020 · 0 comments · Fixed by #385
Assignees
Labels
compilation-failure kotlin code is generated but this code fails to be compiled
Milestone

Comments

@hunterwerlla
Copy link

Using Dukat 0.5.7 and Kotlin 1.4.0-rc, generating externals for "aws-sdk" with implementation(npm("aws-sdk", "2.721.0", generateExternals = true))

Generates a recursive typalias for String and Boolean in nonDeclarations.XRay.nonDeclarations.kt

typealias Boolean = Boolean
...
typealias String = String
@Schahen Schahen added the compilation-failure kotlin code is generated but this code fails to be compiled label Aug 4, 2020
@Schahen Schahen added this to the 0.5.9 milestone Aug 4, 2020
@trilis trilis self-assigned this Aug 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compilation-failure kotlin code is generated but this code fails to be compiled
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants