FusedLibraryExtension

@Incubating interface FusedLibraryExtension


Summary

Public properties

Int?

For basic validation that all included libraries in the fused library are at least the minSdk.

String?

Public properties

minSdk

var minSdk: Int?

For basic validation that all included libraries in the fused library are at least the minSdk. Eventually (b/229956178) this value should be able to be automatically determined by the plugin.

namespace

var namespace: String?