Paul-Marie Tetedoie

Results 5 comments of Paul-Marie Tetedoie

I Agree that we should keep constancy with the platform, attachToRoot is by default true if the viewGroup is not null. In the mean time we need to be able...

This error mean that you have a 2 identical styleable attributes named strokeWidth. This library have one in https://github.com/timqi/SectorProgressView/blob/master/library/src/main/res/values/attrs.xml `````` So you might have another dependencies with the same styleable...

Message{kind=ERROR, text=error: resource previously defined here., sources=[.../.gradle/caches/transforms-1/files-1.1/design-28.0.0-rc02.aar/c0e582146b640b608cb722ba7d62d9bb/res/values/values.xml:20:5-50], original message=, tool name=Optional.of(AAPT)} Google added this attribute in design-28.0.0-....

Internally in GHSAFM, we could use Kotlin value classes ``` @JvmInline value class DeviceId(val value: Long) @JvmInline value class DevicePointer(val value: Long) ```

Actually there is a built-in coverage tool coming with the android plugin. We only have to activate it with ```testCoverageEnabled true``` usually on the debug buildtype, it give some gradle...