0.2.0 release

This commit is contained in:
Alexander Nozik 2022-01-23 15:56:46 +03:00
parent d504943295
commit db5064f6ed
No known key found for this signature in database
GPG Key ID: F7FCF2DD25C71357
2 changed files with 2 additions and 2 deletions

View File

@ -9,4 +9,4 @@ org.gradle.parallel=true
publishing.github=false
publishing.sonatype=false
toolsVersion=0.11.0-kotlin-1.6.10
toolsVersion=0.11.1-kotlin-1.6.10

View File

@ -8,7 +8,7 @@ pluginManagement {
val toolsVersion: String by extra
repositories {
//mavenLocal()
mavenLocal()
maven("https://repo.kotlin.link")
mavenCentral()
gradlePluginPortal()