Skip to content

Commit b3b70fb

Browse files
committed
Upgrade kotlin version
1 parent 5aba267 commit b3b70fb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

kotlin/build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildscript {
2-
ext.kotlin_version = '1.2.31'
2+
ext.kotlin_version = '1.8.10'
33

44
repositories {
55
mavenCentral()
@@ -19,9 +19,9 @@ repositories {
1919
}
2020

2121
dependencies {
22-
compile "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
23-
compile "com.rabbitmq:amqp-client:latest.release"
24-
compile "org.slf4j:slf4j-simple:1.7.25"
22+
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
23+
implementation "com.rabbitmq:amqp-client:latest.release"
24+
implementation "org.slf4j:slf4j-simple:1.7.25"
2525
}
2626

2727
compileKotlin {

0 commit comments

Comments
 (0)