From 1d5501c047f8feb89e2f86356de8a62c6367ef13 Mon Sep 17 00:00:00 2001 From: Svyatoslav Scherbina Date: Tue, 31 Aug 2021 15:57:01 +0000 Subject: [PATCH] kotlin-native/NEW_MM.md: add known issue --- kotlin-native/NEW_MM.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kotlin-native/NEW_MM.md b/kotlin-native/NEW_MM.md index 78ec3c711cc..e7fa89829ea 100644 --- a/kotlin-native/NEW_MM.md +++ b/kotlin-native/NEW_MM.md @@ -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). 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