We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aba267 commit b3b70fbCopy full SHA for b3b70fb
kotlin/build.gradle
@@ -1,5 +1,5 @@
1
buildscript {
2
- ext.kotlin_version = '1.2.31'
+ ext.kotlin_version = '1.8.10'
3
4
repositories {
5
mavenCentral()
@@ -19,9 +19,9 @@ repositories {
19
}
20
21
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"
+ implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
+ implementation "com.rabbitmq:amqp-client:latest.release"
+ implementation "org.slf4j:slf4j-simple:1.7.25"
25
26
27
compileKotlin {
0 commit comments