48 implementation("com.vladsch.flexmark:flexmark-ext-tables:${flexmarkVersion}") |
48 implementation("com.vladsch.flexmark:flexmark-ext-tables:${flexmarkVersion}") |
49 implementation("com.vladsch.flexmark:flexmark-ext-gfm-strikethrough:${flexmarkVersion}") |
49 implementation("com.vladsch.flexmark:flexmark-ext-gfm-strikethrough:${flexmarkVersion}") |
50 implementation("io.github.java-diff-utils:java-diff-utils:4.12") |
50 implementation("io.github.java-diff-utils:java-diff-utils:4.12") |
51 } |
51 } |
52 } |
52 } |
|
53 val test by getting { |
|
54 dependencies { |
|
55 implementation("org.jetbrains.kotlin:kotlin-test-junit5") |
|
56 runtimeOnly("org.junit.jupiter:junit-jupiter-engine:5.5.2") |
|
57 } |
|
58 } |
53 } |
59 } |
54 } |
60 } |