dev.nokee.platform.nativebase.tasks.internal.LinkExecutableTask 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.tasks.internal;
import dev.nokee.platform.nativebase.tasks.LinkExecutable;
import org.gradle.api.tasks.CacheableTask;
@CacheableTask
public class LinkExecutableTask extends org.gradle.nativeplatform.tasks.LinkExecutable implements LinkExecutable {
}