mixitconf/mixit

build.gradle.kts update

Closed this issue · 1 comments

changed due to Kotlin 1.1.50

 freeCompilerArgs = listOf("-Xjsr305-annotations=enable") -->   freeCompilerArgs = listOf("-Xjsr305=strict")

following dependencies can be removed.

  compile("com.fasterxml.jackson.module:jackson-module-kotlin")
  compile("com.fasterxml.jackson.datatype:jackson-datatype-jsr310")

Fixed via 8d01b44 and df6c642.