Skip to content

Commit 8ea59a0

Browse files
committed
Unable to load class 'org.jetbrains.kotlin.name.FqName', WHY?
1 parent 0fa6bbf commit 8ea59a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

compiler/suspend-transform-plugin-embeddable/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ import embeddable.EmbeddablePlugin
22

33
plugins {
44
java
5+
kotlin("jvm")
56
id("suspend-transform.jvm-maven-publish")
7+
id("com.gradleup.shadow")
68
// https://github.com/bennyhuo/kotlin-compiler-plugin-embeddable-plugin
79
// id("com.bennyhuo.kotlin.plugin.embeddable") version "1.7.10.0"
810
}

0 commit comments

Comments
 (0)