Home
last modified time | relevance | path

Searched refs:getAtomicfuDependencyNotation (Results 1 – 1 of 1) sorted by relevance

/external/kotlinx.atomicfu/atomicfu-gradle-plugin/src/main/kotlin/kotlinx/atomicfu/plugin/gradle/
DAtomicFUGradlePlugin.kt42 getAtomicfuDependencyNotation(Platform.JVM, version) in Project()
44 …dependencies.add(TEST_IMPLEMENTATION_CONFIGURATION, getAtomicfuDependencyNotation(Platform.JVM, ve… in Project()
49 getAtomicfuDependencyNotation(Platform.JS, version) in Project()
51 …dependencies.add(TEST_IMPLEMENTATION_CONFIGURATION, getAtomicfuDependencyNotation(Platform.JS, ver… in Project()
114 private fun getAtomicfuDependencyNotation(platform: Platform, version: String): String = in getAtomicfuDependencyNotation() method
241 …dependencies.add(mainConfigurationName, getAtomicfuDependencyNotation(Platform.MULTIPLATFORM, vers… in Project()
246 …dependencies.add(testConfigurationName, getAtomicfuDependencyNotation(Platform.MULTIPLATFORM, vers… in Project()
256 … dependencies.add(configuration, getAtomicfuDependencyNotation(Platform.MULTIPLATFORM, version)) in Project()
283 dependencies.add(configurationName, getAtomicfuDependencyNotation(platform, version)) in Project()