diff --git a/build.gradle.kts b/build.gradle.kts index 3230f34..c5a0512 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -64,7 +64,7 @@ dependencies { implementation("com.fasterxml.jackson.module:jackson-module-kotlin") implementation("org.jetbrains.kotlin:kotlin-reflect") } - +// kotlin { compilerOptions { freeCompilerArgs.addAll("-Xjsr305=strict")