Project Exts Kt
Properties
Link copied to clipboard
@Deprecated(message = "Please use `io.spine.protodata.gradle.protoDataWorkingDir` instead.", replaceWith = @ReplaceWith(imports = {"io.spine.protodata.gradle.protoDataWorkingDir" }, expression = "protoDataWorkingDir" ) )
Obtains the directory where ProtoData stores its temporary files.
Functions
Link copied to clipboard
Link copied to clipboard
@Deprecated(message = "Please use `io.spine.tools.gradle.project.hasCompileTask(Language)` instead.", replaceWith = @ReplaceWith(imports = {"io.spine.tools.gradle.project.hasCompileTask" }, expression = "hasCompileTask(language)" ) )
Tells if this project has a compile task for the given language.
Link copied to clipboard
@Deprecated(message = "Please use `io.spine.tools.gradle.project.hasJava()` instead.", replaceWith = @ReplaceWith(imports = {"io.spine.tools.gradle.project.hasJava" }, expression = "hasJava()" ) )
Tells if this project can deal with Java code.
Link copied to clipboard
@Deprecated(message = "Please use `io.spine.tools.gradle.project.hasJavaOrKotlin()` instead.", replaceWith = @ReplaceWith(imports = {"io.spine.tools.gradle.project.hasJavaOrKotlin" }, expression = "hasJavaOrKotlin()" ) )
Verifies if the project can deal with Java or Kotlin code.
Link copied to clipboard
@Deprecated(message = "Please use `io.spine.tools.gradle.project.hasKotlin()` instead.", replaceWith = @ReplaceWith(imports = {"io.spine.tools.gradle.project.hasKotlin" }, expression = "hasJava()" ) )
Tells if this project can deal with Kotlin code.
Link copied to clipboard
@Deprecated(message = "Please use `io.spine.tools.gradle.project.javaCompileFor()` instead.", replaceWith = @ReplaceWith(imports = {"io.spine.tools.gradle.project.findJavaCompileFor" }, expression = "javaCompileFor(sourceSet)" ) )
Attempts to obtain the Java compilation Gradle task for the given source set.
Link copied to clipboard
@Deprecated(message = "Please use `io.spine.tools.gradle.project.kotlinCompileFor()` instead.", replaceWith = @ReplaceWith(imports = {"io.spine.tools.gradle.project.findKotlinCompileFor" }, expression = "kotlinCompileFor(sourceSet)" ) )
Attempts to obtain the Kotlin compilation Gradle task for the given source set.