dev.mokkery
Owner: Damian Baczyński
Gradle plugin for Mokkery - mocking library for Kotlin Multiplatform, easy to use, boilerplate-free and compiler plugin driven.
Sources: https://github.com/lupuuss/Mokkery.git
Version 2.0.0-Beta3
2.0.0-Beta3
Created 05 April 2024.
Gradle plugin for Mokkery - mocking library for Kotlin Multiplatform, easy to use, boilerplate-free and compiler plugin driven.
Add this plugin to your build using the plugins DSL:
plugins {
id("dev.mokkery") version "2.0.0-Beta3"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("dev.mokkery:mokkery-gradle:2.0.0-Beta3") } } apply(plugin = "dev.mokkery")
- Applying plugins to all subprojects .