Search Gradle plugins

Version 0.2.0 (latest)

0.2.0

Created 21 February 2022.

Domain-driven design using Kotlin

Add this plugin to your build using the plugins DSL:

plugins {
  id("app.dokt") version "0.2.0"
}

See also:

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