blob: b1375a95c969740babcaaa5f76fb6c87096af66a [file] [log] [blame]
/*
* Copyright 2016-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
*/
apply plugin: 'kotlinx-atomicfu'
dependencies {
compileOnly "org.jetbrains.kotlinx:atomicfu-js:$atomicFU_version"
testCompile "org.jetbrains.kotlinx:atomicfu-js:$atomicFU_version"
}