ADFA-4061: upgrade to latest kotlin-android#1323
Conversation
Fixes an issue with Kotlin compiler where there was a recursive reference to com.android.java.lang.ClassValue, which resulted in a StackOverflow exception Signed-off-by: Akash Yadav <akashyadav@appdevforall.org>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughRelease Notes
Risks & Best Practices
WalkthroughThe PR updates the Gradle build script for the Kotlin analysis API by changing the external ChangesExternal kt-android dependency metadata
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
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 |
Fixes an issue with Kotlin compiler where there was a recursive reference to com.android.java.lang.ClassValue, which resulted in a StackOverflow exception. See appdevforall/kotlin-android@172a7e7 for the actual fix.