Supply correct Native platform for module descriptor while compiling from CLI

This commit is contained in:
Leonid Startsev
2020-01-13 19:16:07 +03:00
parent f2026a49bb
commit 9bd966c123
3 changed files with 5 additions and 1 deletions
@@ -6,6 +6,7 @@ plugins {
description = "Common klib metadata reader and writer"
dependencies {
compileOnly(project(":compiler:cli-common"))
compileOnly(project(":compiler:frontend"))
compileOnly(project(":core:deserialization"))
compileOnly(project(":compiler:serialization"))