Update kotlin compiler options to use compileOptions block in benchmark module #431
Conversation
WalkthroughThe benchmark module's Gradle build configuration is updated to migrate from the deprecated Changes
Possibly related issues
Possibly related PRs
Suggested reviewers
Poem
🎯 1 (Trivial) | ⏱️ ~5 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
skydoves
left a comment
There was a problem hiding this comment.
Looks good to me! Thanks for your contribution :)
Guidelines
After migrate from Kotlin 2.2.x to 2.3.x on #421, we are required to migrate from kotlinOptions block to compilerOptions block strictly, as described in the official migration guide.
Types of changes
Fix #430
Preparing a pull request for review
Code formatted using ./gradlew spotlessApply
Verified that the project builds and syncs successfully after migration.
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.