Kotlin DSL Reference for Gradle
8.4
API
Kotlin DSL Reference for Gradle
/
org.gradle.api.problems
/
ProblemLocation
Problem
Location
API
@
Incubating
interface
ProblemLocation
(
source
)
A basic problem location pointing to a specific part of a file.
Members
Functions
get
Column
Link copied to clipboard
API
@
Nullable
abstract
fun
getColumn
(
)
:
Integer
get
Line
Link copied to clipboard
API
@
Nullable
abstract
fun
getLine
(
)
:
Integer
get
Path
Link copied to clipboard
API
abstract
fun
getPath
(
)
:
String