We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c25dad4 commit 20170abCopy full SHA for 20170ab
gradle-plugin/build.gradle
@@ -5,7 +5,7 @@ plugins {
5
apply plugin: "java-gradle-plugin"
6
apply plugin: "org.jetbrains.kotlin.jvm"
7
apply plugin: "maven"
8
-apply from: '../gradle/utils/embedded.gradle'
+apply from: rootProject.file('gradle/utils/embedded.gradle')
9
10
pluginBundle {
11
website = 'https://github.com/ShikaSD/kotlin-object-serialization-fix'
kotlin-plugin/build.gradle
@@ -12,6 +12,7 @@ dependencies {
12
13
testImplementation 'com.github.tschuchortdev:kotlin-compile-testing:1.2.5'
14
testImplementation 'junit:junit:4.12'
15
+ testImplementation 'org.jetbrains.kotlin:kotlin-compiler-embeddable'
16
}
17
18
compileKotlin {
0 commit comments