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 07ca8bd commit 3298cf7Copy full SHA for 3298cf7
gradle-plugin/build.gradle
@@ -5,7 +5,7 @@ plugins {
5
id 'org.jetbrains.kotlin.jvm'
6
}
7
8
-apply from: rootProject.file('gradle/utils/embedded.gradle')
+//apply from: rootProject.file('gradle/utils/embedded.gradle')
9
10
gradlePlugin {
11
website = 'https://github.com/ShikaSD/kotlin-object-serialization-fix'
@@ -26,5 +26,5 @@ dependencies {
26
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
27
implementation "org.jetbrains.kotlin:kotlin-gradle-plugin-api"
28
29
- embedded project(':kotlin-plugin')
+// embedded project(':kotlin-plugin')
30
0 commit comments