Been away from Gradle Kotlin DSL for about a month. Started working on converting some projects from 4.3.1 to 4.4.1. Ran into a new exception in 4.4.1 that is not in 4.3.1 or 4.4. Is this a known issue or should I file a bug report? java.lang.NoClassDefFoundError: org/gradle/kotlin/dsl/ProjectExtensionsKt$sam$Action$i$c0412805. I would note the line 109 does not exist in the DeployitPlugin.kt file which is only 99 lines long.