AA: introduce static project structure provider by compiler configuration

Also add standalone mode utils to configure Application/Project environments
This commit is contained in:
Jinseong Jeon
2022-02-02 00:02:36 -08:00
committed by Ilya Kirillov
parent d219de0f88
commit 26e923e3ae
30 changed files with 713 additions and 88 deletions
@@ -110,7 +110,7 @@ public sealed interface KtBinaryModule : KtModule, KtModuleWithProject {
}
/**
* A module which represents a binary library. E.g, JAR o KLIB.
* A module which represents a binary library. E.g, JAR or KLIB.
*/
public interface KtLibraryModule : KtBinaryModule {
public val libraryName: String