Racci
01/01/2023, 9:44 AMpublic fun KotlinDependencyHandler.slim(
dependencyNotation: Any
): Dependency? = with(this as DefaultKotlinDependencyHandler) {
project.dependencies.add((parent as KotlinSourceSet).slimConfigurationName, dependencyNotation)
}
once im able to use it in the build file its compiled down and i have to pass the receiver as the first parameter, is this just how it is or how do i fix this?Vampire
01/01/2023, 11:22 AMRacci
01/01/2023, 11:50 AMRacci
01/01/2023, 1:03 PMRacci
01/01/2023, 1:29 PM