https://kotlinlang.org logo
#gradle
Title
s

Siva

02/11/2021, 5:00 AM
friends, i am using
Gradle 6.8.2
using
Kotlin DSL gradle build file
on a Spring Kotlin Project with
Kotlin - 1.4.30
. Build runs fine. but i am getting this strange error - like
Copy code
Cannot use Kotlin build script compile avoidance with /tmp/workspace/foobar//.gradle/caches/jars-8/021b114693a2f9baeaa36276f062d3d8/kotlin-compiler-embeddable-1.4.30.jar: class org/jetbrains/kotlin/asJava/ImpreciseResolveResult: inline fun ifSure(): compile avoidance is not supported with public inline functions
2 Views