-
- 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 class
GradleKpmFragmentDependencyConfigurations.Companion
-
Method Summary
Modifier and Type Method Description abstract Configuration
getTransitiveApiConfiguration()
This configuration includes the dependencies from the refines-parents abstract Configuration
getTransitiveImplementationConfiguration()
This configuration includes the dependencies from the refines-parents abstract Configuration
getTransitiveRuntimeOnlyConfiguration()
This configuration includes the dependencies from the refines-parents -
Methods inherited from class org.jetbrains.kotlin.gradle.plugin.mpp.pm20.GradleKpmDependencyConfigurations
getApiConfiguration, getCompileOnlyConfiguration, getImplementationConfiguration, getRuntimeOnlyConfiguration
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
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
-
-
-
-