Kotlin DSL Reference for Gradle
8.4
API
Kotlin DSL Reference for Gradle
/
org.gradle.api.problems
/
ProblemBuilderDefiningLocation
Problem
Builder
Defining
Location
API
@
Incubating
interface
ProblemBuilderDefiningLocation
(
source
)
Problem
instance builder requiring the specification of the problem location.
Members
Functions
location
Link copied to clipboard
API
abstract
fun
location
(
path
:
String
,
line
:
Integer
)
:
ProblemBuilderDefiningType
abstract
fun
location
(
path
:
String
,
line
:
Integer
,
column
:
Integer
)
:
ProblemBuilderDefiningType
Declares that this problem is in a file at a particular line.
no
Location
Link copied to clipboard
API
abstract
fun
noLocation
(
)
:
ProblemBuilderDefiningType
Declares that this problem has no associated location data.