bejibx
bejibx
Latest version of Moxy (1.5.6) compare interface methods with superclass methods using ```TypeSpec#equal(Object)```, which leads to methods not being equal when we rename parameter in overriden method or add modifier...
Support for https://github.com/Arello-Mobile/Moxy/issues/240 Gradle incap documentation is [here](https://docs.gradle.org/nightly/userguide/java_plugin.html#sec:incremental_annotation_processing).
Hi! I think I suddenly break gradle configuration with my recent PR with incap support. For version 2.0.7 to work properly I have to add both ```paperparcel``` and ```paperparcel-api``` artifacts...
This is kind of question/feature request. In short question is: can we somehow check if values contained inside our ```List``` members can be written into parcel? So imagine we have...
**Description:** layout with attached BottomSheetBehavior jumps to top of its parent container if you change view visibility inside it with enabled LayoutTransitions. Here is how it looks like with enabled...
I notice there are several places where library code have difficulties using definitely non-nullable types: - https://github.com/nesk/akkurate/blob/492b84710d3e1028422586926bc0f7e0963ad0ca/akkurate-core/src/commonTest/kotlin/dev/nesk/akkurate/validatables/ValidatableTest.kt#L106 - https://github.com/nesk/akkurate/blob/492b84710d3e1028422586926bc0f7e0963ad0ca/akkurate-core/src/commonTest/kotlin/dev/nesk/akkurate/validatables/ValidatableTest.kt#L118 - https://github.com/nesk/akkurate/blob/492b84710d3e1028422586926bc0f7e0963ad0ca/akkurate-ksp-plugin/src/main/kotlin/dev/nesk/akkurate/ksp/ValidateAnnotationProcessor.kt#L229 After checking [referenced kotlin issue](https://youtrack.jetbrains.com/issue/KT-59493), it seems it is...