theapache64 / rebugger

A simple Compose Multiplatform library designed to print the reason for recomposition in your console/Logcat window."
Apache License 2.0
925 stars 7 forks source link

Unused dependencies #4

Closed badadin closed 1 year ago

badadin commented 1 year ago

Why do you need all of this stuff in your build.gradle config?

 implementation 'androidx.core:core-ktx:1.9.0'
 implementation 'androidx.appcompat:appcompat:1.6.1'
 implementation 'com.google.android.material:material:1.8.0'
 testImplementation 'junit:junit:4.13.2'
 androidTestImplementation 'androidx.test.ext:junit:1.1.5'
 androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
theapache64 commented 1 year ago

We don't need. Removed in https://github.com/theapache64/rebugger/commit/81627e2078480a30715d27a2d74560341a10cb31. Will be part of 1.0.0-alpha04 :) Thanks for reporting

theapache64 commented 1 year ago

Fixed in v1.0.0-alpha04