0.2.0 #71

Merged
altavir merged 139 commits from dev into master 2022-01-24 09:44:18 +03:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit db5064f6ed - Show all commits

View File

@ -9,4 +9,4 @@ org.gradle.parallel=true
publishing.github=false publishing.github=false
publishing.sonatype=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 val toolsVersion: String by extra
repositories { repositories {
//mavenLocal() mavenLocal()
maven("https://repo.kotlin.link") maven("https://repo.kotlin.link")
mavenCentral() mavenCentral()
gradlePluginPortal() gradlePluginPortal()