Are Kotlin 1.3.20 and Kotlin DSL 1.1.1 (or the emb...
# announcements
m
Are Kotlin 1.3.20 and Kotlin DSL 1.1.1 (or the embedded compiler) incompatible?
Copy code
> Configure project :buildSrc
WARNING: Unsupported Kotlin plugin version.
The `embedded-kotlin` and `kotlin-dsl` plugins rely on features of Kotlin `1.3.11` that might work differently than in the requested version `1.3.20`.

> Task :fluid-json-basic:compileKotlin
Compilation with Kotlin compile daemon was not successful
java.lang.Exception: Parameter specified as non-null is null: method org.jetbrains.kotlin.incremental.CacheVersionsKt.customCacheVersionManager, parameter fileName
        at org.jetbrains.kotlin.daemon.common.CompileService$CallResult$Error.get(CompileService.kt:60)
        at org.jetbrains.kotlin.daemon.common.CompileService$CallResult$Error.get(CompileService.kt:59)
        at org.jetbrains.kotlin.compilerRunner.GradleKotlinCompilerWork.compileWithDaemon(GradleKotlinCompilerWork.kt:192)
        at org.jetbrains.kotlin.compilerRunner.GradleKotlinCompilerWork.compileWithDaemonOrFallbackImpl(GradleKotlinCompilerWork.kt:132)
(…)
Could not connect to kotlin daemon. Using fallback strategy.

warning: the '-d' option with a directory destination is ignored because '-Xbuild-file' is specified

BUILD SUCCESSFUL in 1m 24s