Skip to content

Commit 12cc37f

Browse files
authored
Create README.md
1 parent 3a9f88a commit 12cc37f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# LoggingLiveData
2+
[![Maven Central](https://img.shields.io/maven-central/v/io.github.chao2zhang.logginglivedata/logginglivedata)](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

Comments
 (0)