-
- All Implemented Interfaces:
-
org.jetbrains.kotlin.gradle.plugin.mpp.pm20.util.KotlinNameDisambiguation
public interface KotlinGradleFragmentConfigurationContext implements KotlinNameDisambiguation
-
-
Method Summary
Modifier and Type Method Description ProjectgetProject()abstract KotlinGradleModulegetModule()abstract KotlinFragmentDependencyConfigurationsgetDependencies()-
-
Method Detail
-
getProject
Project getProject()
-
getModule
abstract KotlinGradleModule getModule()
-
getDependencies
abstract KotlinFragmentDependencyConfigurations getDependencies()
-
-
-
-