Skip to content

Commit d26cd71

Browse files
committed
fixed kotlin plugin declaration
1 parent f7e82bd commit d26cd71

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

build.gradle

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
1-
buildscript {
2-
repositories {
3-
maven {
4-
url "https://plugins.gradle.org/m2/"
5-
}
6-
}
7-
8-
dependencies {
9-
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
10-
}
11-
}
12-
131
plugins {
14-
id 'org.jetbrains.kotlin.jvm'
2+
id 'org.jetbrains.kotlin.jvm' version '1.3.61'
153
}
164

175
group 'com.papsign.ktor'

0 commit comments

Comments
 (0)