and then use it like you want it: ``` val gson...
# android
o
and then use it like you want it:
Copy code
val gson = GsonBuilder {
        setPrettyPrinting()
    }