runner-images icon indicating copy to clipboard operation
runner-images copied to clipboard

Pin kotlin to latest version(2.1.21)

Open sureshe456 opened this issue 6 months ago • 0 comments

Description

  1. Pin kotlin to latest version(2.1.21)
  2. In Kotlin 2.x,Run kapt with -Kapt-mode=stubsAndApt and use kotlinc for the final compilation step.
  3. In Kotlin 2.x, kotlinc-js requires additional arguments, even when checking versions. Simply running kotlinc-js -version now fails unless other required options are provided.

Related issue:

Check list

  • [ ] Related issue / work item is attached
  • [ ] Tests are written (if applicable)
  • [ ] Documentation is updated (if applicable)
  • [ ] Changes are tested and related VM images are successfully generated

sureshe456 avatar Jun 23 '25 06:06 sureshe456