Skip to content

Commit 20170ab

Browse files
author
Andrei Shikov
committed
Add fix test compilation
1 parent c25dad4 commit 20170ab

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

gradle-plugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
apply plugin: "java-gradle-plugin"
66
apply plugin: "org.jetbrains.kotlin.jvm"
77
apply plugin: "maven"
8-
apply from: '../gradle/utils/embedded.gradle'
8+
apply from: rootProject.file('gradle/utils/embedded.gradle')
99

1010
pluginBundle {
1111
website = 'https://github.com/ShikaSD/kotlin-object-serialization-fix'

kotlin-plugin/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ dependencies {
1212

1313
testImplementation 'com.github.tschuchortdev:kotlin-compile-testing:1.2.5'
1414
testImplementation 'junit:junit:4.12'
15+
testImplementation 'org.jetbrains.kotlin:kotlin-compiler-embeddable'
1516
}
1617

1718
compileKotlin {

0 commit comments

Comments
 (0)