public abstract class IjLibraryFactory extends Object
IjLibrary objects from TargetNodes.| Constructor and Description | 
|---|
IjLibraryFactory()  | 
| Modifier and Type | Method and Description | 
|---|---|
static IjLibrary | 
getKotlinJavaRuntimeLibrary()  | 
abstract Optional<IjLibrary> | 
getLibrary(TargetNode<?> target)
Creates an IjLibrary. 
 | 
public abstract Optional<IjLibrary> getLibrary(TargetNode<?> target)
target - target to create it from.IjLibrary (Jar/Aar) or if
     the target's output is a .jar an instance is returned.public static IjLibrary getKotlinJavaRuntimeLibrary()