16 lines
229 B
Kotlin
16 lines
229 B
Kotlin
/*
|
|
* Examples for Java
|
|
*
|
|
* Copyright (c) 2021. Elex. All Rights Reserved.
|
|
* https://www.elex-project.com/
|
|
*/
|
|
|
|
plugins {
|
|
id("elex-java")
|
|
}
|
|
|
|
dependencies {
|
|
|
|
implementation("com.vladsch.flexmark:flexmark-all:0.62.2")
|
|
}
|