Skip to content

Commit

Permalink
0.3.1 released
Browse files Browse the repository at this point in the history
  • Loading branch information
Him188 committed May 22, 2020
1 parent 0f6e550 commit c377afd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 1 addition & 4 deletions buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
object Versions {
const val version = "0.3.0"
const val version = "0.3.1"

object Kotlin {
const val stdlib = "1.3.72"
Expand All @@ -10,6 +10,3 @@ object Versions {
const val bintray = "1.8.5"
}
}

@Suppress("unused")
fun kotlinx(id: String, version: String) = "org.jetbrains.kotlinx:kotlinx-$id:$version"
2 changes: 2 additions & 0 deletions buildSrc/src/main/kotlin/kotlinx.kt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@Suppress("unused")
fun kotlinx(id: String, version: String) = "org.jetbrains.kotlinx:kotlinx-$id:$version"

0 comments on commit c377afd

Please sign in to comment.