-
- All Implemented Interfaces:
-
org.jetbrains.kotlin.gradle.plugin.mpp.pm20.GradleKpmDependencyConfigurations
public interface GradleKpmFragmentDependencyConfigurations implements GradleKpmDependencyConfigurations
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classGradleKpmFragmentDependencyConfigurations.Companion
-
Method Summary
Modifier and Type Method Description abstract ConfigurationgetTransitiveApiConfiguration()This configuration includes the dependencies from the refines-parents abstract ConfigurationgetTransitiveImplementationConfiguration()This configuration includes the dependencies from the refines-parents abstract ConfigurationgetTransitiveRuntimeOnlyConfiguration()This configuration includes the dependencies from the refines-parents abstract ConfigurationgetApiConfiguration()abstract ConfigurationgetImplementationConfiguration()abstract ConfigurationgetCompileOnlyConfiguration()abstract ConfigurationgetRuntimeOnlyConfiguration()-
-
Method Detail
-
getTransitiveApiConfiguration
abstract Configuration getTransitiveApiConfiguration()
This configuration includes the dependencies from the refines-parents
-
getTransitiveImplementationConfiguration
abstract Configuration getTransitiveImplementationConfiguration()
This configuration includes the dependencies from the refines-parents
-
getTransitiveRuntimeOnlyConfiguration
abstract Configuration getTransitiveRuntimeOnlyConfiguration()
This configuration includes the dependencies from the refines-parents
-
getApiConfiguration
abstract Configuration getApiConfiguration()
-
getImplementationConfiguration
abstract Configuration getImplementationConfiguration()
-
getCompileOnlyConfiguration
abstract Configuration getCompileOnlyConfiguration()
-
getRuntimeOnlyConfiguration
abstract Configuration getRuntimeOnlyConfiguration()
-
-
-
-