v1.0.0-beta18
NEW:
- You can now disable the check if the baseUrl ends with a /
Ktorfit.Builder().baseUrl(testBaseUrl, checkUrl = false).build()
🐛 Bugs fixed
- Fixed Ktorfit breaking incremental compilation #110
⬆️ Deps updates
- based on Ktor 2.2.3
NEW:
Ktorfit.Builder().baseUrl(testBaseUrl, checkUrl = false).build()
🐛 Bugs fixed
⬆️ Deps updates