dowel icon indicating copy to clipboard operation
dowel copied to clipboard

A Kotlin Symbol Processor to generate Compose PreviewParameterProviders

Results 3 dowel issues
Sort by recently updated
recently updated
newest added

Right now if a `@Size` annotation has a negative value, then there is an exception thrown in the object construction step `[ksp] java.lang.IllegalArgumentException: Requested character count -n is less than...

bug
enhancement

If the support for `AnnotationTarget.ANNOTATION_CLASS` is added to `@Dowel` targets, it would be possible to define a tailored annotation like the following: ``` @Dowel( count = 2, ) annotation class...