You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
835 B
34 lines
835 B
#
|
|
# Copyright 2016-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
|
|
#
|
|
|
|
version=0.14.4-SNAPSHOT
|
|
group=org.jetbrains.kotlinx
|
|
|
|
kotlin_version=1.4.0
|
|
asm_version=7.2
|
|
slf4j_version=1.8.0-alpha2
|
|
junit_version=4.12
|
|
|
|
maven_version=3.5.3
|
|
|
|
gradle_node_version=1.2.0
|
|
node_version=8.11.1
|
|
npm_version=5.7.1
|
|
mocha_version=4.1.0
|
|
mocha_headless_chrome_version=1.8.2
|
|
mocha_teamcity_reporter_version=2.2.2
|
|
source_map_support_version=0.5.3
|
|
|
|
kotlin.incremental.multiplatform=true
|
|
kotlin.native.ignoreDisabledTargets=true
|
|
|
|
kotlin.js.compiler=both
|
|
|
|
kotlin.mpp.enableGranularSourceSetsMetadata=true
|
|
kotlin.mpp.enableCompatibilityMetadataVariant=true
|
|
|
|
# Workaround for Bintray treating .sha512 files as artifacts
|
|
# https://github.com/gradle/gradle/issues/11412
|
|
systemProp.org.gradle.internal.publish.checksums.insecure=true
|