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 {
ext.kotlin_version = '1.3.10'
ext.serialization_version = '0.9.1'
ext.kotlinx_io_version = '0.1.1'
ext.kotlinx_io_version = '0.1.0'
repositories {
jcenter()

View File

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

View File

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