Skip to content

Kotlin Maven Central Version PRs Welcome

Welcome to the Popcorn Guineapig documentation! 👋

Popcorn Guineapig Logo

The goal of this plugin is to help enforce architectural rules in your multi-module project. Once you apply the plugin and specify your architecture guidelines, the plugin will automatically verify whether your architecture adheres to these rules.

The Popcorn Gradle Plugin supports:

  • Kotlin Multiplatform Projects (KMP)

  • Java Projects

  • Android Projects

⚠️ Popcorn Guineapig plugin is designed for Gradle multi-module projects.

Take a look at our repository.

Summary

1. Getting started

2. Existing rules

3. Custom rules

4. Reports

5. Contributions