Oliver Culley de Lange

Results 7 comments of Oliver Culley de Lange

In your layout ``` ``` slider_track.xml ```

I couldn't figure it out so i hacked it. I just added half-height padding to the bottom of the track and range drawables: ```

+1 For this issue, it seems to be blocking out upgrade to kotlin 1.5 / 1.6 Has there been any progress or workarounds?

Sorry, what do you mean by 'old backend' and what is IR? We do use KAPT I will try to create a minimal sample project, yes.

Quick note, while investigating a similar issue, we noticed that disabling 3d terrain on our custom style fixes both issues.

Code [here ](https://github.com/jaredsburrows/gradle-spoon-plugin/blob/b9f5afa843e740d5737c3964018d780aad73d54f/src/main/kotlin/com/jaredsburrows/spoon/SpoonPlugin.kt#L68)for reference

Yes, i have androidTests in the sense that i have end to end instrumented tests in the project, however they're not in the androidTest source set, they're simply in src/main/java/com.blah......