added kotlin plugin name
This commit is contained in:
@@ -76,6 +76,9 @@
|
||||
<includes><include>kotlin-jdk-annotations.jar</include></includes>
|
||||
<filtering>false</filtering>
|
||||
</resource>
|
||||
<resource>
|
||||
<directory>${project.basedir}/src/main/resources</directory>
|
||||
</resource>
|
||||
</resources>
|
||||
|
||||
<plugins>
|
||||
|
||||
+1
@@ -0,0 +1 @@
|
||||
implementation-class=org.jetbrains.kotlin.gradle.plugin.KotlinPlugin
|
||||
+1
-2
@@ -1,4 +1,3 @@
|
||||
import org.jetbrains.kotlin.gradle.plugin.*
|
||||
buildscript {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
@@ -11,7 +10,7 @@ buildscript {
|
||||
}
|
||||
}
|
||||
|
||||
apply plugin: KotlinPlugin
|
||||
apply plugin: "kotlin"
|
||||
|
||||
sourceSets {
|
||||
deploy
|
||||
|
||||
Reference in New Issue
Block a user