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 1.4 TODO #300

Open
5 tasks
SUPERCILEX opened this issue Jun 10, 2020 · 0 comments
Open
5 tasks

Kotlin 1.4 TODO #300

SUPERCILEX opened this issue Jun 10, 2020 · 0 comments
Labels
refactor Requires significant changes that don't add new features or fix bugs
Milestone

Comments

@SUPERCILEX
Copy link
Owner

  • Get rid of NewInference compiler flag (it's the default)
  • Run type inference inspection to see if some unnecessary types can be removed
  • Add trailing commas
  • Use binaries.executable() in Kotlin/JS
    • kotlin {
          js(IR) { // Enable IR backend
              nodejs() // and/or browser()
              binaries.executable()
              moduleName = "myModuleName" // Goes in build/js/packages/myModuleName
          }
      }
  • Enable API mode with kotlin.explicitApi()
@SUPERCILEX SUPERCILEX added the refactor Requires significant changes that don't add new features or fix bugs label Jun 10, 2020
@SUPERCILEX SUPERCILEX added this to the vNext milestone Jun 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Requires significant changes that don't add new features or fix bugs
Projects
None yet
Development

No branches or pull requests

1 participant