Flat

class Flat(val packageName: String) : PackageNameGenerator

Constructors

Link copied to clipboard
fun Flat(packageName: String)

Functions

Link copied to clipboard
open override fun packageName(filePath: String): String

This will be called with

Properties

Link copied to clipboard
val packageName: String
Link copied to clipboard
open override val version: String

A version that is used as input of the Gradle task. Since PackageNameGenerator cannot easily be serialized and influences the output of the task, we need a way to mark the task out-of-date when the implementation changes.