dev.nokee.platform.nativebase.internal.dependencies.HeaderIncomingDependencies Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of platformNative Show documentation
Show all versions of platformNative Show documentation
Painless native development in Gradle
The newest version!
package dev.nokee.platform.nativebase.internal.dependencies;
import org.gradle.api.file.FileCollection;
public interface HeaderIncomingDependencies {
FileCollection getHeaderSearchPaths();
FileCollection getFrameworkSearchPaths();
}