Hey! I am using `JsonAdapter.fromJson()` method in...
# squarelibraries
h
Hey! I am using
JsonAdapter.fromJson()
method inside a
suspend
method and IntelliJ is giving me a lint warning:
Inappropriate blocking method call
Is it a valid warning? If it is, then how can I handle this warning?