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

org.jetbrains.kotlin.gradle.targets.js.d8.D8Env.kt Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
package org.jetbrains.kotlin.gradle.targets.js.d8

import org.jetbrains.kotlin.gradle.tasks.internal.CleanableStore
import java.io.File
import java.net.URL

data class D8Env(
    val cleanableStore: CleanableStore,
    val zipPath: File,
    val targetPath: File,
    val executablePath: File,
    val isWindows: Boolean,
    val downloadUrl: URL,
    val ivyDependency: String
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy