ColtonIdle

Results 90 comments of ColtonIdle

Cool. I just looked in your readme and saw nothing about it, so I just added my thought. noob question. How do I run this once its setup? `./gradlew doctor`...

Got it. So the advice is basically, install gradle-doctor, then start running, building, developing your app and keep your eye out for any warnings?

I think it would be cool to just run something like `./gradlew doctor` and get an output of everything so I can try to address it in one fell swoop....

I paused at the timestamp I linked above. You can see that it is talking about gradel build cache. Sorry for the confusion.

Really? I created a new project about a month ago and it did not have this, hence why I created this issue. I'm using the AS canaries exclusively... I wonder...

I might have found the issue. Using Chris Banes' insetter lib https://github.com/chrisbanes/insetter in order to inset at the top of my screen because I draw edge to edge, it breaks...

The solution was to add `android:clipToPadding="false"` on the circleIndicator in xml. That seemed to fix it.

I put this at the bottom of my app build.gradle.kts file and everything started working again. 💯 ``` configurations.all { resolutionStrategy { force("androidx.activity:activity-compose:1.5.0") force("androidx.activity:activity:1.5.0") } } ```

@cherylEnkidu any chance you can update the feature request to just be able to set a proxy instead of a stub/channel. That looks to be the direction that the github...