• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1/*
2 * Copyright 2017-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
3 */
4
5apply plugin: 'kotlinx-atomicfu'
6apply plugin: 'base'
7
8repositories {
9    maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
10}