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.6 (latest)
0.1.6
Created 21 February 2024.
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.6"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.github.devcrocod:korro:0.1.6") } } apply(plugin = "io.github.devcrocod.korro")
- Applying plugins to all subprojects .