All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dev.nokee.platform.nativebase.internal.dependencies.NativeOutgoingDependencies Maven / Gradle / Ivy

The newest version!
package dev.nokee.platform.nativebase.internal.dependencies;

import dev.nokee.platform.base.Binary;
import org.gradle.api.file.DirectoryProperty;
import org.gradle.api.file.RegularFileProperty;
import org.gradle.api.provider.Property;

public interface NativeOutgoingDependencies {
	DirectoryProperty getExportedHeaders();
	RegularFileProperty getExportedSwiftModule();
	Property getExportedBinary();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy