Skip to content

Commit

Permalink
Switch to compiler-embeddable
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmook committed Mar 11, 2019
1 parent 81620b6 commit 76ad15c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions markdown/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,8 @@ dependencies {
//compileOnly(gradleKotlinDsl())

implementation(kotlin("stdlib-jdk8"))
implementation(kotlin("compiler"))
implementation(kotlin("compiler-embeddable"))
implementation(kotlin("script-util"))
implementation(kotlin("script-runtime"))

api("com.vladsch.flexmark:flexmark-ext-tables:0.40.20")
api("com.vladsch.flexmark:flexmark-ext-gfm-strikethrough:0.40.20")
Expand Down

0 comments on commit 76ad15c

Please sign in to comment.