Package-level declarations

Properties

Link copied to clipboard

The full path to the aar-metadata.properties file within an AAR file.

Link copied to clipboard

The full path to the AndroidManifest.xml file within an AAR file.

Link copied to clipboard

The full path to the api.jar file within an AAR file.

Link copied to clipboard

The full path to the assets file within an AAR file.

Link copied to clipboard

The full path to the classes.jar file within an AAR file.

Link copied to clipboard

The full path to the jni file within an AAR file.

Link copied to clipboard

The full path to the libs file within an AAR file.

Link copied to clipboard

The full path to the lint.jar file within an AAR file.

Link copied to clipboard

The full path to the navigation.json file within an AAR file.

Link copied to clipboard

The full path to the proguard.txt file within an AAR file.

Link copied to clipboard

The full path to the public.txt file within an AAR file.

Link copied to clipboard

The full path to the res file within an AAR file.

Link copied to clipboard

The full path to the R.txt file within an AAR file.

Functions

Link copied to clipboard
fun <T> Path.createArchive(block: (FileSystem) -> T): T

Creates a new archive file at the specified path, returning a FileSystem that represents the internal structure of the archive to which files can be read, written, and deleted.

Link copied to clipboard
fun <T> Path.openArchive(block: (FileSystem) -> T): T

Opens an existing archive file at the specified path, returning a FileSystem that represents the internal structure of the archive to which files can be read, written, and deleted.