hasKotlin

@Deprecated(message = "Please use `io.spine.tools.gradle.project.hasKotlin()` instead.", replaceWith = @ReplaceWith(imports = {"io.spine.tools.gradle.project.hasKotlin"}, expression = "hasJava()"))
public final static Boolean hasKotlin(Project $self)

Deprecated

Please use `io.spine.tools.gradle.project.hasKotlin()` instead.

Replace with

import io.spine.tools.gradle.project.hasKotlin
hasJava()

Tells if this project can deal with Kotlin code.

Return

true if any of the tasks starts with "compile" and ends with "Kotlin".