Set JS compiler target to ES2015 in kotlin-multiplatform-js-browser-conventions#48
Set JS compiler target to ES2015 in kotlin-multiplatform-js-browser-conventions#48
kotlin-multiplatform-js-browser-conventions#48Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughA Gradle Kotlin Multiplatform JS build configuration file is updated to add a Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
|
There was a problem hiding this comment.
Pull request overview
Updates the Gradle convention script for Kotlin Multiplatform JS (browser) projects to compile JavaScript targeting ES2015, aligning the generated output with modern JS runtimes.
Changes:
- Set Kotlin/JS compiler target to
es2015for thejs { browser() }target in thekotlin-multiplatform-js-browser-conventionsconvention plugin.



Summary by CodeRabbit