[ObjCExport] Support exported library modules

This new module gives the ability to resolve symbols
from provided klib KtLibraryModules withing a Analysis Session.

^KT-65327 Fixed
This commit is contained in:
Sebastian Sellmair
2024-03-01 11:34:56 +01:00
committed by Space Team
parent b5b7e5f262
commit 10cf97f05b
12 changed files with 234 additions and 98 deletions
@@ -0,0 +1,12 @@
/*
* Copyright 2010-2024 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.
*/
@file:Suppress("unused")
package org.jetbrains.a
const val topLevelProperty = 42
fun topLevelFunction() = 42