Skip to content

Kotlin 1.4 TODO #300

Description

@SUPERCILEX
  • 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()

Metadata

Metadata

Assignees

No one assigned

    Labels

    refactorRequires significant changes that don't add new features or fix bugs

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions