We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a9f88a commit 12cc37fCopy full SHA for 12cc37f
README.md
@@ -0,0 +1,12 @@
1
+# LoggingLiveData
2
+[](https://search.maven.org/artifact/io.github.chao2zhang.logginglivedata/logginglivedata)
3
+
4
+The gradle plugin to make LiveData universally debuggable through bytecode transformation
5
6
+# Usage
7
+```groovy
8
+apply plugin: 'io.github.chao2zhang.logginglivedata'
9
+```
10
11
+# How it works
12
+Checkout this [blog post](https://chao2zhang.medium.com/debugging-livedata-changes-made-easy-d3aa16b81b41)
0 commit comments