(#) androidx.startup:startup-runtime Name : Startup Runtime Description : Android App Startup Runtime License : [The Apache Software License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) Vendor : Android Open Source Project Identifier : androidx.startup Feedback : https://issuetracker.google.com/issues/new?component=823348 Min : Lint 8.0 and 8.1 Compiled : Lint 8.0 and 8.1 Artifact : androidx.startup:startup-runtime:1.2.0 (##) Included Issues |Issue Id |Issue Description | |--------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------| |[EnsureInitializerNoArgConstr](EnsureInitializerNoArgConstr.md.html)|Missing Initializer no-arg constructor | |[EnsureInitializerMetadata](EnsureInitializerMetadata.md.html) |Every Initializer needs to be accompanied by a corresponding entry in the AndroidManifest.xml file| (##) Including !!! This is not a built-in check. To include it, add the below dependency to your project. ``` // build.gradle.kts implementation("androidx.startup:startup-runtime:1.2.0") // build.gradle implementation 'androidx.startup:startup-runtime:1.2.0' // build.gradle.kts with version catalogs: implementation(libs.startup.runtime) # libs.versions.toml [versions] startup-runtime = "1.2.0" [libraries] # For clarity and text wrapping purposes the following declaration is # shown split up across lines, but in TOML it needs to be on a single # line (see https://github.com/toml-lang/toml/issues/516) so adjust # when pasting into libs.versions.toml: startup-runtime = { module = "androidx.startup:startup-runtime", version.ref = "startup-runtime" } ``` 1.2.0 is the version this documentation was generated from; there may be newer versions available. (##) Changes * 1.0.0: First version includes EnsureInitializerMetadata, EnsureInitializerNoArgConstr. (##) Version Compatibility There are multiple older versions available of this library: | Version | Date | Issues | Compatible | Compiled | Requires | |-------------------:|----------|-------:|------------|--------------:|---------:| | 1.2.0|2024/09/18| 2| Yes| 8.0 and 8.1|8.0 and 8.1| | 1.1.1|2022/02/09| 2| Yes| 7.1| 7.0| | 1.1.0|2021/08/04| 2| Yes| 7.0| 4.1| | 1.0.0|2020/10/28| 2| Yes| 4.1| 3.3|