[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:
committed by
Space Team
parent
b5b7e5f262
commit
10cf97f05b
+12
@@ -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
|
||||
Reference in New Issue
Block a user