Skip to content

Commit ac324d3

Browse files
authored
build: Update dependencies declaration of kotlin.
- Suppress warn on build and run.
1 parent 1ebb1bf commit ac324d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ repositories {
3737
}
3838

3939
dependencies {
40-
compile "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
40+
implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
41+
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
4142
compile "io.javalin:javalin:$javalin_version"
4243
compile "com.fasterxml.jackson.core:jackson-databind:$jackson_version"
4344
compile "com.fasterxml.jackson.module:jackson-module-kotlin:$jackson_version"

0 commit comments

Comments
 (0)