doniwinata0309

Results 14 issues of doniwinata0309

This PR only to make henson-plugin compatible with gradle 6.6 above and fix error on gradle configuration cache, the test flow may failed. To generate henson-plugin.jar run ./gradlew henson-plugin:assemble and...

Gradle 6.6.1 (stable version) failed the build when dart and henson plugin applied. Please find my attachment to repro the issue. > Task :app:generateDebugHensonNavigator FAILED FAILURE: Build failed with an...

Hi, we are having a strange behaviour on the module that enable DH 3 recently. We are using multi module, let say I have module structure like this: ```Core -->...

Hi, Any plan to support Kotlin Symbol Processing (KSP)? When using kotlin we used KAPT which is relatively slow. Currently if library supporting KSP it will be faster to compile....

Hi, from [asyncprofiler](https://github.com/gradle/gradle-profiler) i can see the ParcelAnnotationProcessor.process dominating my android build and cpu process. it seems spend most of time to FileOutputStream.write. Do you have any clue what may...

Hi, i found some cases where parceler breaks the incremental compilation. I have sample project for this issue: [Parceler-test.zip](https://github.com/johncarl81/parceler/files/3680438/Parceler-test.zip) There are 3 modules: `app` (application module), depends to: basemodule and...

Parceler version : 1.1.12 AGP: 3.3.1 Hi @johncarl81 , I got this runtime error on android system (the activity become crash, but it is crash on android application, and the...

Hi, I got this error after updating to parceler 1.1.11, while it is working fine on parceler 1.1.6 Android gradle plugin : 3.1.2 Kotlin: 1.2.40 androidSupport : 27.1.1 Databinding compiler:...

Hi any plan to release version 1.4 anytime soon ? I saw the commit that migrate this library to AndroidX on Master. But i cannot find the latest version on...

### Current behavior dynamic feature module [install-time](https://developer.android.com/guide/playcore/feature-delivery/install-time) not included on report. ### Expected behavior Dynamic feature module install time should also visible on report and adding app size. ### Steps...

bug