Paul-Hubert Cannesson
Paul-Hubert Cannesson
Following discussion in #97, I removed the proguard line from README
This PR aims to fix the issue mentioned in issue #100, which I'm also facing in my app. The logic is to update `height` when `maxHeight` changes while the toolbar...
According to https://developer.android.com/jetpack/compose/tooling, the `androidx.compose.ui:ui-tooling` dependency should only be used in debug.
I use Kover on an Android app that uses Compose for its UI. As we don't really want (for now) to have coverage on Compose code, we've excluded the `@Composable`...