io.github.devcrocod.korro
Owner: Pavel Gorgulov
Inserts snippets code of Kotlin into markdown documents from source example files and tests.
https://github.com/devcrocod/korro
Sources: https://github.com/devcrocod/korro
Version 0.1.1-dev-28
0.1.1-dev-28
Created 01 October 2021.
Inserts snippets code of Kotlin into markdown documents from source example files and tests.
Add this plugin to your build using the plugins DSL:
plugins {
id("io.github.devcrocod.korro") version "0.1.1-dev-28"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.github.devcrocod:korro:0.1.1-dev-28") } } apply(plugin = "io.github.devcrocod.korro")
- Applying plugins to all subprojects .