Happy Easter everybody! A new release Konnection ...
# feed
m
Happy Easter everybody! A new release Konnection library is available: 1.3.0 This release introduce a breaking change, now you can instantiate a Konnection instance by the Common code:
Copy code
// Get a existent instance or create a default one
-> val konnection = Konnection.instance
// Create a new instance enabling or disabling the debug logs
-> val konnection = Konnection.createInstance(enableDebugLog = true)
For more information, please read the documentation on: https://github.com/TM-Apps/konnection
🙌 1