Obsolete
Status Update
Comments
au...@google.com <au...@google.com> #2
Thank you for your feedback. Team may reach out for more feedback in reproducing or triaging this issue.
au...@google.com <au...@google.com> #3
Could you try AGP 3.3.0-rc01 or 3.4.0-alpha06 and see if it fixes the issue?
If not, could you provide a sample project (as the error message above is not enough for us to debug the issue)?
If not, could you provide a sample project (as the error message above is not enough for us to debug the issue)?
au...@google.com <au...@google.com> #5
(Note that the comment mentions using Kotlin as well. And this bug report references "kotterknife" which I'm guessing is Kotlinified butterknife.
au...@google.com <au...@google.com> #6
KotterKnife is just using property delegation. Use your first company's
product to find out what it is exactly (i.e. Google search).
On Fri, Dec 7, 2018, 10:19 PM <buganizer-system@google.com> wrote:
product to find out what it is exactly (i.e. Google search).
On Fri, Dec 7, 2018, 10:19 PM <buganizer-system@google.com> wrote:
ap...@google.com <ap...@google.com> #7
Gradle has improved the error message to indicate exactly what transform has failed (https://github.com/gradle/gradle/issues/7950 ).
Their fix is scheduled for Gradle 5.1-rc-01 (not available as of today), but you can grab their latest builds athttps://services.gradle.org/distributions-snapshots/ .
Could you update the Gradle wrapper file to use the latest Gradle snapshot (e.g.,https://services.gradle.org/distributions-snapshots/gradle-5.1-20181210080012+0000-bin.zip ) and attach the new stack trace here?
Their fix is scheduled for Gradle 5.1-rc-01 (not available as of today), but you can grab their latest builds at
Could you update the Gradle wrapper file to use the latest Gradle snapshot (e.g.,
Description
Steps to reproduce:
default
;default
disappears from existing classes that implement that interface;For example in
ViewModelProvider.Factory
mark a methodcreate
asdefault
:then run
./gradlew :lifec:lifec-view:updateApi
It will fail with: