
implementation("io.mockative:mockative:1.2.0")Mockative is a mocking framework that simplifies unit testing by generating mock implementations of interfaces and classes. It utilizes the Kotlin Symbol Processing API (KSP) for code generation, streamlining the setup process. Version 3.0.1 introduces a Gradle plugin that automatically applies necessary plugins, reducing manual configuration. The update also replaces the `@Mock` annotation with `@Mockable` for types in main source sets and introduces the `of<T>()` function to replace the deprecated `classOf<T>()`.