kotlin-native/NEW_MM.md: add known issue

This commit is contained in:
Svyatoslav Scherbina
2021-08-31 15:57:01 +00:00
committed by Space
parent c175039afb
commit 1d5501c047
+2
View File
@@ -97,6 +97,8 @@ To fix this, specify the engine explicitly, by replacing `HttpClient()` with `Ht
(see [the documentation](https://ktor.io/docs/http-client-engines.html#native) for more details). (see [the documentation](https://ktor.io/docs/http-client-engines.html#native) for more details).
Other libraries might also have compatibility issues. If you encounter any, please report to the library authors. Other libraries might also have compatibility issues. If you encounter any, please report to the library authors.
Known issues:
* SQLDelight: https://github.com/cashapp/sqldelight/issues/2556
## Performance issues ## Performance issues