1.14.0
- Kotlin 1.8.20
- KSP 1.11.0
- Support for vararg parameters (#54)
- Support for inner types (#57)
- Revamp function mocking to differentiate different functions with same signature (#58)
- Introducing
initMocksBeforeTest
(#55) - Move
TestWithMocks
logic intoITestsWithMocks
so that it can be used in test classes that extend something else (#50) - Support for sealed classes in JVM 17 (#56)
- Support for android source-set layout version 2 (#53)