JCreswellENVRMNT

Results 9 comments of JCreswellENVRMNT

There's an issue tracking this on the com.beloo.widget repo https://github.com/BelooS/ChipsLayoutManager/issues/69; I can work around by following the jitpack instructions there, but it requires excluding this dependency as-is from com.github.pchmn:MaterialChipsInput:1.0.8

@arindam091 the solution is just to point jitpack at the BelooS/ChipsLayoutManager repo and use the resultant artifact. Jitpack works by pulling the source from the linked repo, building it, and...

Even a message hinting about where the report files with further details can be found would be useful for Kotlin and/or Lint noobs like me

Greetings from the world of tomorrow! This is still happening in late 2021 with the latest plugin version 4.24.23 EDIT: this issue can be trivially reproduced using the sample project...

> Hi. I'm still facing this problem with plugin version 4.29.0 and the work around seems to cause other issues. Basically, when adding the specific `default` configuration, a being to...

Curiously, I hit the same transformation failure when I use the CLI tool on a trivial AppCompatActivity subclass as follows: ``` C:\Users\jeffcreature\scrap_heap\mamification>BuildTool\bin\BuildToolCLI.bat --input source\classes.jar --output transformed\classes.jar --classpath BuildTool\mam_sdk_classes.jar;%ANDROID_SDK_ROOT%\platforms\android-31\android.jar;classpath\androidx_appcompat_classes.jar;classpath\androidx_fragment_classes.jar;classpath\androidx_activity_classes.jar;classpath\androidx_core_classes.jar --report transformed...

In looking for workaround to this problem, I was considering applying Intune to my library module directly so that the dynamic feature module variable would be removed from the equation;...