How to generate XML with Kotlin Extension functions and Lambdas in Android app — Kotlin DSL
Working with JSON is like a piece of cake to any mobile developer. Unfortunately, sometimes we may need to work with XML as well to support age old webservice APIs. There are…