From b7d01bc40f00990aa7d4ae3cdcec1b36e42c8b6c Mon Sep 17 00:00:00 2001 From: Alexander Nozik Date: Wed, 2 Sep 2020 12:11:44 +0300 Subject: [PATCH] Using dev plugin --- settings.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index 7be55542..5f89216d 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -9,7 +9,7 @@ pluginManagement { maven("https://dl.bintray.com/mipt-npm/dev") } - val toolsVersion = "0.6.0" + val toolsVersion = "0.6.0-dev-1" val kotlinVersion = "1.4.0" plugins {