withAAR

open fun withAAR(@NonNull pathToAar: @NonNull Path): TypeSolverBuilder(source)
open fun withAAR(@NonNull pathToAar: @NonNull String): TypeSolverBuilder(source)

Allow the type solver to resolve types that are defined in a AAR file.

Return

the current builder.

Parameters

pathToAar

The path to the AAR file.

See also

Throws

If an I/O exception occurs while reading the AAR.


open fun withAAR(@NonNull pathToAar: @NonNull File): TypeSolverBuilder(source)

Allow the type solver to resolve types that are defined in a AAR file.

Return

the current builder.

Parameters

pathToAar

The AAR file.

See also

Throws

If an I/O exception occurs while reading the AAR.