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

com.autonomousapps.advice.VariantFile.kt Maven / Gradle / Ivy

There is a newer version: 2.0.2
Show newest version
package com.autonomousapps.advice

import java.io.Serializable

/**
 * Associates a [variant] ("main", "debug", "release", ...) with a [filePath] (to a file such as
 * Java, Kotlin, or XML).
 */
data class VariantFile(
  val variant: String,
  val filePath: String
) : Serializable




© 2015 - 2024 Weber Informatics LLC | Privacy Policy