Package-level declarations

Types

Link copied to clipboard
class CopyAarFileTask(pathToRoot: File, pluginName: String? = null) : KlutterTask

Copy the platform release aar file build in the platform module to the plugin android/Klutter folder.

Link copied to clipboard
class CopyXCFrameworkTask(pathToRoot: File) : KlutterTask

Copy the 'Platform.xcframework' build in the platform module to the plugin ios/Klutter folder.

Link copied to clipboard
class DownloadProtocTask(rootFolder: File, overwrite: Boolean = false, target: File) : KlutterTask

Download a protoc distribution which is required to use protocol buffers in a klutter project.

Link copied to clipboard
open class Executor

Execute a CLI command.

Link copied to clipboard

Task to extract the dart protoc executable.

Link copied to clipboard
class GetKradleTask(pathToKradleOutput: String) : KlutterTask
Link copied to clipboard
class Zippie(zipFile: File, bufferSize: Int = 4096)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
infix fun String.execute(file: File): String
Link copied to clipboard
fun Process.finish(timeout: Long?): String