Skip to content

Commit 87bca80

Browse files
committed
added buildscript
1 parent d26cd71 commit 87bca80

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

build.gradle

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
1+
buildscript {
2+
repositories {
3+
mavenCentral()
4+
}
5+
6+
dependencies {
7+
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.61"
8+
}
9+
}
10+
111
plugins {
2-
id 'org.jetbrains.kotlin.jvm' version '1.3.61'
12+
id "org.jetbrains.kotlin.jvm" version "1.3.61"
313
}
414

515
group 'com.papsign.ktor'

0 commit comments

Comments
 (0)