-
Notifications
You must be signed in to change notification settings - Fork 451
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
Remove kapt sources hax for non-Android projects #932
Conversation
Later I'll check Android Studio stable, beta and canary and see if it works. If not I'll create issues on Google's and our bugtracker for that. |
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.
Pass if it reviews correctly
Merge whenever you're happy then :D |
Codecov Report
@@ Coverage Diff @@
## master #932 +/- ##
========================================
Coverage 45.4% 45.4%
Complexity 647 647
========================================
Files 309 309
Lines 7972 7972
Branches 859 859
========================================
Hits 3620 3620
Misses 4035 4035
Partials 317 317 Continue to review full report at Codecov.
|
thanks @jereksel ! |
It's only not needed anymore, but in fact it breaks build (test
kaptKotlin
is not included - at least on Linux, on Windows it seems to be working fine, I don't get it :-( ).