[Build] Make K/N backend sources publishing for IDE in a less hacky way

The previous way was too hacky relying on internal API
#KTI-1221 In Progress
This commit is contained in:
Alexander.Likhachev
2023-06-07 18:04:14 +02:00
committed by Space Team
parent 8dd957d371
commit 3affe78ae5
2 changed files with 21 additions and 14 deletions
@@ -249,3 +249,8 @@ publishing {
}
}
}
ArtifactsKt.sourcesJar(project) {
it.from(sourceSets["cli_bc"].allSource)
it.from(sourceSets["compiler"].allSource)
}