Diego Gómez Olvera
Diego Gómez Olvera
It is convenient to be able to tune the stroke width when the button is shown as idle and when a progress indicator is shown.
Kotlin and Java are separated in different folders and it can be perceived as a technical limitation
As explained on [StackOverflow](https://stackoverflow.com/questions/38425871/should-kotlin-files-be-put-in-a-separate-source-directory-in-android/38432455#38432455) this kind of separation is not needed anymore and it is inconvenient for the migration of big projects. It would be good to either change the...
### Use case Whenever there is an issue, [LoggingInterceptor](https://github.com/apollographql/apollo-kotlin/blob/main/libraries/apollo-runtime/src/commonMain/kotlin/com/apollographql/apollo3/network/http/LoggingInterceptor.kt) is a pretty useful tool to check the requests and responses, but in order to reproduce an issue, it would be...