Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Gradle Plugin #96

Open
Nillerr opened this issue Apr 14, 2024 · 0 comments
Open

[Feature] Gradle Plugin #96

Nillerr opened this issue Apr 14, 2024 · 0 comments
Assignees
Labels

Comments

@Nillerr
Copy link
Collaborator

Nillerr commented Apr 14, 2024

Purpose

As Mockative has grown to support more and more features, the way you apply Mockative to your project through Gradle has also grown. To make this process easier, and increase adoption, a Gradle plugin would be beneficial. The API could be something like the following:

plugins {
    id("io.mockative")
}

mockative {
    optIn("io.github.*", "kotlinx.cinterop.ExperimentalForeignApi")
}
@Nillerr Nillerr self-assigned this Apr 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant