-
Notifications
You must be signed in to change notification settings - Fork 15
RUM-8582: Add kotlin compiler plugin environment #314
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RUM-8582: Add kotlin compiler plugin environment #314
Conversation
b07ee58 to
e6aec40
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## feature/kotlin-compiler-plugin #314 +/- ##
====================================================================
- Coverage 78.11% 77.09% -1.02%
- Complexity 260 261 +1
====================================================================
Files 31 34 +3
Lines 941 956 +15
Branches 113 113
====================================================================
+ Hits 735 737 +2
- Misses 151 165 +14
+ Partials 55 54 -1
|
e6aec40 to
37c7e86
Compare
| // Build | ||
| id("java-gradle-plugin") | ||
| kotlin("jvm") | ||
| kotlin("kapt") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why we are using outdated KAPT here? Is it for AutoService? Does it support KSP?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, it's for AutoService annotation processing, and AutoService doesn't work with KSP.
What does this PR do?
This PR :
ComoposeTagTransformerfor future development.Motivation
RUM-8582
Review checklist (to be filled by reviewers)