org.jetbrains.android.anko.artifact.Artifact.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of anko-generator Show documentation
Show all versions of anko-generator Show documentation
The generator module from Anko.
The newest version!
package org.jetbrains.android.anko.artifact
import com.google.gson.Gson
import java.io.File
class Artifact(val name: String, val jars: List) {
override fun toString(): String {
return "$name: { jars = \"${jars.joinToString()}\"}"
}
}
class Tunes(val excludedClasses: Set)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy