Minor fixes in build
This commit is contained in:
parent
013a1a935c
commit
5eb1ffb385
@ -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()
|
||||
|
@ -1,5 +1,4 @@
|
||||
plugins {
|
||||
id 'kotlin-multiplatform'
|
||||
id "org.jetbrains.kotlin.multiplatform"
|
||||
}
|
||||
|
||||
|
@ -22,7 +22,7 @@ pluginManagement {
|
||||
}
|
||||
}
|
||||
|
||||
enableFeaturePreview('GRADLE_METADATA')
|
||||
//enableFeaturePreview('GRADLE_METADATA')
|
||||
|
||||
rootProject.name = 'dataforge-core'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user