Search Gradle plugins

Version 4.0.0 (latest)

4.0.0

Created 31 March 2023.

Gradle plugin for Restrikt compiler plugin

Add this plugin to your build using the plugins DSL:

plugins {
  id("com.zwendo.restrikt") version "4.0.0"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("com.zwendo:restrikt-gradle-plugin:4.0.0")
      }
    }
    
    apply(plugin = "com.zwendo.restrikt")
  • Applying plugins to all subprojects .