Move common deserialization components to :core:metadata and :core:metadata.jvm

This commit is contained in:
Dmitriy Novozhilov
2020-09-02 14:42:32 +03:00
parent cdab00fdc8
commit 5d4d07066b
8 changed files with 3 additions and 2 deletions
+1
View File
@@ -8,6 +8,7 @@ javaHome = rootProject.extra["JDK_16"] as String
dependencies {
compile(project(":core:metadata"))
api(project(":core:compiler.common.jvm"))
}
sourceSets {
@@ -1,5 +1,5 @@
/*
* Copyright 2000-2018 JetBrains s.r.o. and Kotlin Programming Language contributors.
* Copyright 2010-2020 JetBrains s.r.o. and Kotlin Programming Language contributors.
* Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file.
*/
@@ -1,5 +1,5 @@
/*
* Copyright 2010-2018 JetBrains s.r.o. and Kotlin Programming Language contributors.
* Copyright 2010-2020 JetBrains s.r.o. and Kotlin Programming Language contributors.
* Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file.
*/