cikraft
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
cikraft
gradle-plugin
/
app.softwork.cikraft.gradle
/
IFlowDependencies
IFlow
Dependencies
interface
IFlowDependencies
:
Dependencies
(
source
)
Members
Properties
dependency
Constraint
Factory
Link copied to clipboard
@get:
Inject
abstract
val
dependencyConstraintFactory
:
DependencyConstraintFactory
?
dependency
Factory
Link copied to clipboard
@get:
Inject
abstract
val
dependencyFactory
:
DependencyFactory
?
infrastructure
Link copied to clipboard
abstract
val
infrastructure
:
DependencyCollector
object
Factory
Link copied to clipboard
@get:
Inject
abstract
val
objectFactory
:
ObjectFactory
?
project
Link copied to clipboard
@get:
Inject
abstract
val
project
:
Project
?
Functions
constraint
Link copied to clipboard
open
fun
constraint
(
dependencyConstraintNotation
:
CharSequence
?
)
:
DependencyConstraint
?
open
fun
constraint
(
project
:
ProjectDependency
?
)
:
DependencyConstraint
?
@
Incubating
open
fun
constraint
(
dependencyConstraint
:
ProviderConvertible
<
out
MinimalExternalModuleDependency
?
>
?
)
:
Provider
<
out
DependencyConstraint
?
>
?
@
Incubating
open
fun
constraint
(
dependencyConstraint
:
Provider
<
out
MinimalExternalModuleDependency
?
>
?
)
:
Provider
<
out
DependencyConstraint
?
>
?
module
Link copied to clipboard
open
fun
module
(
dependencyNotation
:
CharSequence
?
)
:
ExternalModuleDependency
?
open
fun
module
(
group
:
@
Nullable
String
?
,
name
:
String
?
,
version
:
@
Nullable
String
?
)
:
ExternalModuleDependency
?
project
Link copied to clipboard
open
fun
project
(
)
:
ProjectDependency
?
open
fun
project
(
projectPath
:
String
?
)
:
ProjectDependency
?