has Kotlin
@Deprecated(message = "Please use `io.spine.tools.gradle.project.hasKotlin()` instead.", replaceWith = @ReplaceWith(imports = {"io.spine.tools.gradle.project.hasKotlin" }, expression = "hasJava()" ) )
Deprecated
Please use `io.spine.tools.gradle.project.hasKotlin()` instead.
Replace with
import io.spine.tools.gradle.project.hasKotlin
Content copied to clipboard
hasJava()Content copied to clipboard
Tells if this project can deal with Kotlin code.
Return
true if any of the tasks starts with "compile" and ends with "Kotlin".