[WASM] Download v8 with D8 gradle plugin and make version property in versions.properties
This commit is contained in:
@@ -262,6 +262,7 @@ fun Project.kotlinxCollectionsImmutable() =
|
||||
val Project.kotlinNativeVersion: String get() = property("versions.kotlin-native") as String
|
||||
|
||||
val Project.nodejsVersion: String get() = property("versions.nodejs") as String
|
||||
val Project.v8Version: String get() = property("versions.v8") as String
|
||||
|
||||
fun File.matchMaybeVersionedArtifact(baseName: String) = name.matches(baseName.toMaybeVersionedJarRegex())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user