pluto icon indicating copy to clipboard operation
pluto copied to clipboard

Android Pluto is a on-device debugging framework for Android applications, which helps intercept Network calls, capture Crashes & ANRs, manipulate application data on-the-go, and much more.

Results 41 pluto issues
Sort by recently updated
recently updated
newest added
trafficstars

**Problem Statement:** After the migration to Kotlin DSL, we are facing issue with moving all the common android{} changes in each module's `build.gradle.kts`. Due to which each file is containing...

enhancement
help needed