runner-images
runner-images copied to clipboard
Pin kotlin to latest version(2.1.21)
Description
- Pin kotlin to latest version(2.1.21)
- In Kotlin 2.x,Run kapt with -Kapt-mode=stubsAndApt and use kotlinc for the final compilation step.
- 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