Skip to content

Commit 2128105

Browse files
committed
Unable to load class 'org.jetbrains.kotlin.name.FqName', WHY!!!??
1 parent 1ab27ef commit 2128105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ plugins {
1212
apply<EmbeddablePlugin>()
1313

1414
dependencies {
15-
add("embedded", project(":compiler:suspend-transform-plugin"))
15+
add("embedded", project(":compiler:suspend-transform-plugin")) { isTransitive = false }
1616
// embedded(project(":compiler:suspend-transform-plugin"))
1717
}

0 commit comments

Comments
 (0)