Minor fixes in build

This commit is contained in:
Alexander Nozik 2018-12-06 13:49:20 +03:00
parent 013a1a935c
commit 5eb1ffb385
3 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,7 @@
buildscript { buildscript {
ext.kotlin_version = '1.3.10' ext.kotlin_version = '1.3.10'
ext.serialization_version = '0.9.1' ext.serialization_version = '0.9.1'
ext.kotlinx_io_version = '0.1.1' ext.kotlinx_io_version = '0.1.0'
repositories { repositories {
jcenter() jcenter()

View File

@ -1,5 +1,4 @@
plugins { plugins {
id 'kotlin-multiplatform'
id "org.jetbrains.kotlin.multiplatform" id "org.jetbrains.kotlin.multiplatform"
} }

View File

@ -22,7 +22,7 @@ pluginManagement {
} }
} }
enableFeaturePreview('GRADLE_METADATA') //enableFeaturePreview('GRADLE_METADATA')
rootProject.name = 'dataforge-core' rootProject.name = 'dataforge-core'