-
- All Implemented Interfaces:
public final class DependencyExtensionsKt
-
-
Field Summary
Fields Modifier and Type Field Description public final static StringKTOR_MODULE_NAMEpublic final static StringKOTLINX_SERIALISATION_MODULE_NAMEpublic final static StringKOTLINX_COROUTINES_MODULE_NAMEpublic final static StringKORNEA_ANNOTATIONS_MODULE_NAMEpublic final static StringKORNEA_APOLLO_MODULE_NAMEpublic final static StringKORNEA_BASE_MODULE_NAMEpublic final static StringKORNEA_CONFIG_MODULE_NAMEpublic final static StringKORNEA_ERRORS_MODULE_NAMEpublic final static StringKORNEA_IMG_MODULE_NAMEpublic final static StringKORNEA_IO_MODULE_NAMEpublic final static StringKORNEA_MODELLING_MODULE_NAMEpublic final static StringKORNEA_TOOLKIT_MODULE_NAME
-
Method Summary
Modifier and Type Method Description final static ObjectgetExtraOrNull(Project $self, String key)final static Unitdefine(ExtensionAware $self, String name, Object value)final static Unitdefine(ExtensionAware $self, Pair<String, Object> pairs)final static UnitdefineVersion(ExtensionAware $self, String module, Object version)final static UnitdefineVersions(ExtensionAware $self, Pair<String, Object> pairs)final static UnitdefineVersions(ExtensionAware $self, Function1<VersionDefiner, Unit> block)final static ModuleDependencyversioned(Project $self, String spec, String module, String defaultVersion)final static ModuleDependencyversioned(KotlinDependencyHandler $self, String spec, String module, String defaultVersion)final static ModuleDependencyktorModule(Project $self, String module, String defaultVersion)Creates a dependency on a ktor module with the specification io.ktor:ktor-[module]final static ModuleDependencyktorModule(KotlinDependencyHandler $self, String module, String defaultVersion)final static ModuleDependencykotlinxModule(Project $self, String module, String versionKey, String defaultVersion)final static ModuleDependencykotlinxModule(KotlinDependencyHandler $self, String module, String versionKey, String defaultVersion)final static ModuleDependencykotlinxCoroutinesModule(Project $self, String module, String defaultVersion)final static ModuleDependencykotlinxCoroutinesModule(KotlinDependencyHandler $self, String module, String defaultVersion)final static ModuleDependencykotlinxSerialisationModule(Project $self, String module, String defaultVersion)final static ModuleDependencykotlinxSerialisationModule(KotlinDependencyHandler $self, String module, String defaultVersion)final static ModuleDependencybrellaModule(Project $self, String module, String versionKey, String defaultVersion)final static ModuleDependencybrellaModule(KotlinDependencyHandler $self, String module, String versionKey, String defaultVersion)final static ModuleDependencykorneaModule(Project $self, String module, String defaultVersion)final static ModuleDependencykorneaModule(KotlinDependencyHandler $self, String module, String defaultVersion)final static ModuleDependencykorneaAnnotationsModule(Project $self, String defaultVersion)final static ModuleDependencykorneaAnnotationsModule(KotlinDependencyHandler $self, String defaultVersion)final static ModuleDependencykorneaApolloModule(Project $self, String defaultVersion)final static ModuleDependencykorneaApolloModule(KotlinDependencyHandler $self, String defaultVersion)final static ModuleDependencykorneaBaseModule(Project $self, String defaultVersion)final static ModuleDependencykorneaBaseModule(KotlinDependencyHandler $self, String defaultVersion)final static ModuleDependencykorneaConfigModule(Project $self, String defaultVersion)final static ModuleDependencykorneaConfigModule(KotlinDependencyHandler $self, String defaultVersion)final static ModuleDependencykorneaErrorsModule(Project $self, String defaultVersion)final static ModuleDependencykorneaErrorsModule(KotlinDependencyHandler $self, String defaultVersion)final static ModuleDependencykorneaImgModule(Project $self, String defaultVersion)final static ModuleDependencykorneaImgModule(KotlinDependencyHandler $self, String defaultVersion)final static ModuleDependencykorneaIOModule(Project $self, String defaultVersion)final static ModuleDependencykorneaIOModule(KotlinDependencyHandler $self, String defaultVersion)final static ModuleDependencykorneaModellingModule(Project $self, String defaultVersion)final static ModuleDependencykorneaModellingModule(KotlinDependencyHandler $self, String defaultVersion)final static ModuleDependencykorneaToolkitModule(Project $self, String defaultVersion)final static ModuleDependencykorneaToolkitModule(KotlinDependencyHandler $self, String defaultVersion)-
-
Method Detail
-
getExtraOrNull
final static Object getExtraOrNull(Project $self, String key)
-
defineVersion
final static Unit defineVersion(ExtensionAware $self, String module, Object version)
-
defineVersions
final static Unit defineVersions(ExtensionAware $self, Pair<String, Object> pairs)
-
defineVersions
final static Unit defineVersions(ExtensionAware $self, Function1<VersionDefiner, Unit> block)
-
versioned
final static ModuleDependency versioned(Project $self, String spec, String module, String defaultVersion)
-
versioned
final static ModuleDependency versioned(KotlinDependencyHandler $self, String spec, String module, String defaultVersion)
-
ktorModule
final static ModuleDependency ktorModule(Project $self, String module, String defaultVersion)
Creates a dependency on a ktor module with the specification
io.ktor:ktor-[module]
-
ktorModule
final static ModuleDependency ktorModule(KotlinDependencyHandler $self, String module, String defaultVersion)
-
kotlinxModule
final static ModuleDependency kotlinxModule(Project $self, String module, String versionKey, String defaultVersion)
-
kotlinxModule
final static ModuleDependency kotlinxModule(KotlinDependencyHandler $self, String module, String versionKey, String defaultVersion)
-
kotlinxCoroutinesModule
final static ModuleDependency kotlinxCoroutinesModule(Project $self, String module, String defaultVersion)
-
kotlinxCoroutinesModule
final static ModuleDependency kotlinxCoroutinesModule(KotlinDependencyHandler $self, String module, String defaultVersion)
-
kotlinxSerialisationModule
final static ModuleDependency kotlinxSerialisationModule(Project $self, String module, String defaultVersion)
-
kotlinxSerialisationModule
final static ModuleDependency kotlinxSerialisationModule(KotlinDependencyHandler $self, String module, String defaultVersion)
-
brellaModule
final static ModuleDependency brellaModule(Project $self, String module, String versionKey, String defaultVersion)
-
brellaModule
final static ModuleDependency brellaModule(KotlinDependencyHandler $self, String module, String versionKey, String defaultVersion)
-
korneaModule
final static ModuleDependency korneaModule(Project $self, String module, String defaultVersion)
-
korneaModule
final static ModuleDependency korneaModule(KotlinDependencyHandler $self, String module, String defaultVersion)
-
korneaAnnotationsModule
final static ModuleDependency korneaAnnotationsModule(Project $self, String defaultVersion)
-
korneaAnnotationsModule
final static ModuleDependency korneaAnnotationsModule(KotlinDependencyHandler $self, String defaultVersion)
-
korneaApolloModule
final static ModuleDependency korneaApolloModule(Project $self, String defaultVersion)
-
korneaApolloModule
final static ModuleDependency korneaApolloModule(KotlinDependencyHandler $self, String defaultVersion)
-
korneaBaseModule
final static ModuleDependency korneaBaseModule(Project $self, String defaultVersion)
-
korneaBaseModule
final static ModuleDependency korneaBaseModule(KotlinDependencyHandler $self, String defaultVersion)
-
korneaConfigModule
final static ModuleDependency korneaConfigModule(Project $self, String defaultVersion)
-
korneaConfigModule
final static ModuleDependency korneaConfigModule(KotlinDependencyHandler $self, String defaultVersion)
-
korneaErrorsModule
final static ModuleDependency korneaErrorsModule(Project $self, String defaultVersion)
-
korneaErrorsModule
final static ModuleDependency korneaErrorsModule(KotlinDependencyHandler $self, String defaultVersion)
-
korneaImgModule
final static ModuleDependency korneaImgModule(Project $self, String defaultVersion)
-
korneaImgModule
final static ModuleDependency korneaImgModule(KotlinDependencyHandler $self, String defaultVersion)
-
korneaIOModule
final static ModuleDependency korneaIOModule(Project $self, String defaultVersion)
-
korneaIOModule
final static ModuleDependency korneaIOModule(KotlinDependencyHandler $self, String defaultVersion)
-
korneaModellingModule
final static ModuleDependency korneaModellingModule(Project $self, String defaultVersion)
-
korneaModellingModule
final static ModuleDependency korneaModellingModule(KotlinDependencyHandler $self, String defaultVersion)
-
korneaToolkitModule
final static ModuleDependency korneaToolkitModule(Project $self, String defaultVersion)
-
korneaToolkitModule
final static ModuleDependency korneaToolkitModule(KotlinDependencyHandler $self, String defaultVersion)
-
-
-
-