[WASM] Download v8 with D8 gradle plugin and make version property in versions.properties

This commit is contained in:
Igor Yakovlev
2022-07-06 16:37:50 +02:00
parent 939a720686
commit dab1ec7aff
4 changed files with 15 additions and 36 deletions
+1
View File
@@ -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())