You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/Limitations.mdx
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@ description: Get to know Mokkery's limitations for smoother development!
10
10
* ➡️ Functional types
11
11
* 🏛️ Final classes with [all-open plugin](./Guides/Mocking#final-classes)
12
12
* 🏗️ Abstract/open classes with public constructor and all overridable public members
13
+
* 🚨 Kotlin 2.3.0 introduces stricter runtime checks for Kotlin/Native, which break mocking of classes with complex type parameters and may affect support for this feature in future releases. [Read more here.](https://github.com/lupuuss/Mokkery/issues/115)
14
+
* 🚨 Kotlin 2.2.20 introduces stricter runtime checks for Koltin/WASM, which break mocking of classes with complex type parameters and may affect support for this feature in future releases. [Read more here.](https://github.com/lupuuss/Mokkery/issues/111)
13
15
* ⚠️ Mocking classes whose constructor parameters are accessed within the constructor is **<u>not supported</u>**.\
14
16
15
17
Support for this feature might be tracked [here](https://github.com/lupuuss/Mokkery/issues/108).
0 commit comments