Search Gradle plugins

Version 0.1.7-beta-4

0.1.7-beta-4

Created 11 October 2020.

Kotlin Serverless Framework

Add this plugin to your build using the plugins DSL:

plugins {
  id("io.kotless") version "0.1.7-beta-4"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("io.kotless:gradle:0.1.7-beta-4")
      }
    }
    
    apply(plugin = "io.kotless")
  • Applying plugins to all subprojects .