icerockdev / moko-network

Network components with codegeneration of rest api for mobile (android & ios) Kotlin Multiplatform development
https://moko.icerock.dev
Apache License 2.0
151 stars 29 forks source link

Release 0.20.0 #194

Closed Alex009 closed 1 year ago

Alex009 commented 1 year ago

Changes

Breaking changes

  1. createHttpClientEngine moved to separated module - network-engine
  2. extensions Throwable.isNetworkError and Throwable.isSSLError now require setup of HttpClientEngine with createHttpClientEngine function OR you should manually run ThrowableToNSErrorMapper.setup to declare how read NSError from used iOS HttpClientEngine.
sonarcloud[bot] commented 1 year ago

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 2 Code Smells

No Coverage information No Coverage information
14.5% 14.5% Duplication