- * This dependency was declared in catalog libs.versions.toml
- */
- public Provider getCompose() {
- return create("androidx.activity.compose");
- }
-
- }
-
- public static class AndroidxCoreLibraryAccessors extends SubDependencyFactory {
-
- public AndroidxCoreLibraryAccessors(AbstractExternalDependencyFactory owner) { super(owner); }
-
- /**
- * Dependency provider for ktx with androidx.core:core-ktx coordinates and
- * with version reference coreKtx
- *
- * This dependency was declared in catalog libs.versions.toml
- */
- public Provider getKtx() {
- return create("androidx.core.ktx");
- }
-
- }
-
- public static class ComposeLibraryAccessors extends SubDependencyFactory {
- private final ComposeMaterialLibraryAccessors laccForComposeMaterialLibraryAccessors = new ComposeMaterialLibraryAccessors(owner);
- private final ComposeUiLibraryAccessors laccForComposeUiLibraryAccessors = new ComposeUiLibraryAccessors(owner);
-
- public ComposeLibraryAccessors(AbstractExternalDependencyFactory owner) { super(owner); }
-
- /**
- * Dependency provider for bom with androidx.compose:compose-bom coordinates and
- * with version reference composeBom
- *
- * This dependency was declared in catalog libs.versions.toml
- */
- public Provider getBom() {
- return create("compose.bom");
- }
-
- /**
- * Dependency provider for material3 with androidx.compose.material3:material3 coordinates and
- * with no version specified
- *
- * This dependency was declared in catalog libs.versions.toml
- */
- public Provider getMaterial3() {
- return create("compose.material3");
- }
-
- /**
- * Group of libraries at compose.material
- */
- public ComposeMaterialLibraryAccessors getMaterial() {
- return laccForComposeMaterialLibraryAccessors;
- }
-
- /**
- * Group of libraries at compose.ui
- */
- public ComposeUiLibraryAccessors getUi() {
- return laccForComposeUiLibraryAccessors;
- }
-
- }
-
- public static class ComposeMaterialLibraryAccessors extends SubDependencyFactory {
- private final ComposeMaterialIconsLibraryAccessors laccForComposeMaterialIconsLibraryAccessors = new ComposeMaterialIconsLibraryAccessors(owner);
-
- public ComposeMaterialLibraryAccessors(AbstractExternalDependencyFactory owner) { super(owner); }
-
- /**
- * Group of libraries at compose.material.icons
- */
- public ComposeMaterialIconsLibraryAccessors getIcons() {
- return laccForComposeMaterialIconsLibraryAccessors;
- }
-
- }
-
- public static class ComposeMaterialIconsLibraryAccessors extends SubDependencyFactory {
-
- public ComposeMaterialIconsLibraryAccessors(AbstractExternalDependencyFactory owner) { super(owner); }
-
- /**
- * Dependency provider for extended with androidx.compose.material:material-icons-extended coordinates and
- * with no version specified
- *
- * This dependency was declared in catalog libs.versions.toml
- */
- public Provider getExtended() {
- return create("compose.material.icons.extended");
- }
-
- }
-
- public static class ComposeUiLibraryAccessors extends SubDependencyFactory implements DependencyNotationSupplier {
- private final ComposeUiToolingLibraryAccessors laccForComposeUiToolingLibraryAccessors = new ComposeUiToolingLibraryAccessors(owner);
-
- public ComposeUiLibraryAccessors(AbstractExternalDependencyFactory owner) { super(owner); }
-
- /**
- * Dependency provider for ui with androidx.compose.ui:ui coordinates and
- * with no version specified
- *
- * This dependency was declared in catalog libs.versions.toml
- */
- public Provider asProvider() {
- return create("compose.ui");
- }
-
- /**
- * Dependency provider for graphics with androidx.compose.ui:ui-graphics coordinates and
- * with no version specified
- *
- * This dependency was declared in catalog libs.versions.toml
- */
- public Provider getGraphics() {
- return create("compose.ui.graphics");
- }
-
- /**
- * Group of libraries at compose.ui.tooling
- */
- public ComposeUiToolingLibraryAccessors getTooling() {
- return laccForComposeUiToolingLibraryAccessors;
- }
-
- }
-
- public static class ComposeUiToolingLibraryAccessors extends SubDependencyFactory implements DependencyNotationSupplier {
-
- public ComposeUiToolingLibraryAccessors(AbstractExternalDependencyFactory owner) { super(owner); }
-
- /**
- * Dependency provider for tooling with androidx.compose.ui:ui-tooling coordinates and
- * with no version specified
- *
- * This dependency was declared in catalog libs.versions.toml
- */
- public Provider asProvider() {
- return create("compose.ui.tooling");
- }
-
- /**
- * Dependency provider for preview with androidx.compose.ui:ui-tooling-preview coordinates and
- * with no version specified
- *
- * This dependency was declared in catalog libs.versions.toml
- */
- public Provider getPreview() {
- return create("compose.ui.tooling.preview");
- }
-
- }
-
- public static class DatastoreLibraryAccessors extends SubDependencyFactory {
-
- public DatastoreLibraryAccessors(AbstractExternalDependencyFactory owner) { super(owner); }
-
- /**
- * Dependency provider for preferences with androidx.datastore:datastore-preferences coordinates and
- * with version reference datastore
- *
- * This dependency was declared in catalog libs.versions.toml
- */
- public Provider getPreferences() {
- return create("datastore.preferences");
- }
-
- }
-
- public static class HiltLibraryAccessors extends SubDependencyFactory {
- private final HiltNavigationLibraryAccessors laccForHiltNavigationLibraryAccessors = new HiltNavigationLibraryAccessors(owner);
-
- public HiltLibraryAccessors(AbstractExternalDependencyFactory owner) { super(owner); }
-
- /**
- * Dependency provider for android with com.google.dagger:hilt-android coordinates and
- * with version reference hilt
- *
- * This dependency was declared in catalog libs.versions.toml
- */
- public Provider getAndroid() {
- return create("hilt.android");
- }
-
- /**
- * Dependency provider for compiler with com.google.dagger:hilt-android-compiler coordinates and
- * with version reference hilt
- *
- * This dependency was declared in catalog libs.versions.toml
- */
- public Provider getCompiler() {
- return create("hilt.compiler");
- }
-
- /**
- * Group of libraries at hilt.navigation
- */
- public HiltNavigationLibraryAccessors getNavigation() {
- return laccForHiltNavigationLibraryAccessors;
- }
-
- }
-
- public static class HiltNavigationLibraryAccessors extends SubDependencyFactory {
-
- public HiltNavigationLibraryAccessors(AbstractExternalDependencyFactory owner) { super(owner); }
-
- /**
- * Dependency provider for compose with androidx.hilt:hilt-navigation-compose coordinates and
- * with version reference hiltNavigationCompose
- *
- * This dependency was declared in catalog libs.versions.toml
- */
- public Provider getCompose() {
- return create("hilt.navigation.compose");
- }
-
- }
-
- public static class KotlinxLibraryAccessors extends SubDependencyFactory {
- private final KotlinxCoroutinesLibraryAccessors laccForKotlinxCoroutinesLibraryAccessors = new KotlinxCoroutinesLibraryAccessors(owner);
- private final KotlinxSerializationLibraryAccessors laccForKotlinxSerializationLibraryAccessors = new KotlinxSerializationLibraryAccessors(owner);
-
- public KotlinxLibraryAccessors(AbstractExternalDependencyFactory owner) { super(owner); }
-
- /**
- * Group of libraries at kotlinx.coroutines
- */
- public KotlinxCoroutinesLibraryAccessors getCoroutines() {
- return laccForKotlinxCoroutinesLibraryAccessors;
- }
-
- /**
- * Group of libraries at kotlinx.serialization
- */
- public KotlinxSerializationLibraryAccessors getSerialization() {
- return laccForKotlinxSerializationLibraryAccessors;
- }
-
- }
-
- public static class KotlinxCoroutinesLibraryAccessors extends SubDependencyFactory {
-
- public KotlinxCoroutinesLibraryAccessors(AbstractExternalDependencyFactory owner) { super(owner); }
-
- /**
- * Dependency provider for android with org.jetbrains.kotlinx:kotlinx-coroutines-android coordinates and
- * with version reference coroutines
- *
- * This dependency was declared in catalog libs.versions.toml
- */
- public Provider getAndroid() {
- return create("kotlinx.coroutines.android");
- }
-
- }
-
- public static class KotlinxSerializationLibraryAccessors extends SubDependencyFactory {
-
- public KotlinxSerializationLibraryAccessors(AbstractExternalDependencyFactory owner) { super(owner); }
-
- /**
- * Dependency provider for json with org.jetbrains.kotlinx:kotlinx-serialization-json coordinates and
- * with version reference serialization
- *
- * This dependency was declared in catalog libs.versions.toml
- */
- public Provider getJson() {
- return create("kotlinx.serialization.json");
- }
-
- }
-
- public static class LifecycleLibraryAccessors extends SubDependencyFactory {
- private final LifecycleRuntimeLibraryAccessors laccForLifecycleRuntimeLibraryAccessors = new LifecycleRuntimeLibraryAccessors(owner);
- private final LifecycleViewmodelLibraryAccessors laccForLifecycleViewmodelLibraryAccessors = new LifecycleViewmodelLibraryAccessors(owner);
-
- public LifecycleLibraryAccessors(AbstractExternalDependencyFactory owner) { super(owner); }
-
- /**
- * Group of libraries at lifecycle.runtime
- */
- public LifecycleRuntimeLibraryAccessors getRuntime() {
- return laccForLifecycleRuntimeLibraryAccessors;
- }
-
- /**
- * Group of libraries at lifecycle.viewmodel
- */
- public LifecycleViewmodelLibraryAccessors getViewmodel() {
- return laccForLifecycleViewmodelLibraryAccessors;
- }
-
- }
-
- public static class LifecycleRuntimeLibraryAccessors extends SubDependencyFactory {
-
- public LifecycleRuntimeLibraryAccessors(AbstractExternalDependencyFactory owner) { super(owner); }
-
- /**
- * Dependency provider for compose with androidx.lifecycle:lifecycle-runtime-compose coordinates and
- * with version reference lifecycle
- *
- * This dependency was declared in catalog libs.versions.toml
- */
- public Provider getCompose() {
- return create("lifecycle.runtime.compose");
- }
-
- /**
- * Dependency provider for ktx with androidx.lifecycle:lifecycle-runtime-ktx coordinates and
- * with version reference lifecycle
- *
- * This dependency was declared in catalog libs.versions.toml
- */
- public Provider getKtx() {
- return create("lifecycle.runtime.ktx");
- }
-
- }
-
- public static class LifecycleViewmodelLibraryAccessors extends SubDependencyFactory {
-
- public LifecycleViewmodelLibraryAccessors(AbstractExternalDependencyFactory owner) { super(owner); }
-
- /**
- * Dependency provider for compose with androidx.lifecycle:lifecycle-viewmodel-compose coordinates and
- * with version reference lifecycle
- *
- * This dependency was declared in catalog libs.versions.toml
- */
- public Provider getCompose() {
- return create("lifecycle.viewmodel.compose");
- }
-
- }
-
- public static class NavigationLibraryAccessors extends SubDependencyFactory {
-
- public NavigationLibraryAccessors(AbstractExternalDependencyFactory owner) { super(owner); }
-
- /**
- * Dependency provider for compose with androidx.navigation:navigation-compose coordinates and
- * with version reference navigationCompose
- *
- * This dependency was declared in catalog libs.versions.toml
- */
- public Provider getCompose() {
- return create("navigation.compose");
- }
-
- }
-
- public static class RoomLibraryAccessors extends SubDependencyFactory {
-
- public RoomLibraryAccessors(AbstractExternalDependencyFactory owner) { super(owner); }
-
- /**
- * Dependency provider for compiler with androidx.room:room-compiler coordinates and
- * with version reference room
- *
- * This dependency was declared in catalog libs.versions.toml
- */
- public Provider getCompiler() {
- return create("room.compiler");
- }
-
- /**
- * Dependency provider for ktx with androidx.room:room-ktx coordinates and
- * with version reference room
- *
- * This dependency was declared in catalog libs.versions.toml
- */
- public Provider getKtx() {
- return create("room.ktx");
- }
-
- /**
- * Dependency provider for runtime with androidx.room:room-runtime coordinates and
- * with version reference room
- *
- * This dependency was declared in catalog libs.versions.toml
- */
- public Provider getRuntime() {
- return create("room.runtime");
- }
-
- }
-
- public static class VersionAccessors extends VersionFactory {
-
- public VersionAccessors(ProviderFactory providers, DefaultVersionCatalog config) { super(providers, config); }
-
- /**
- * Version alias activityCompose with value 1.9.0
- *
- * If the version is a rich version and cannot be represented as a
- * single version string, an empty string is returned.
- *
- * This version was declared in catalog libs.versions.toml
- */
- public Provider getActivityCompose() { return getVersion("activityCompose"); }
-
- /**
- * Version alias agp with value 8.4.1
- *
- * If the version is a rich version and cannot be represented as a
- * single version string, an empty string is returned.
- *
- * This version was declared in catalog libs.versions.toml
- */
- public Provider getAgp() { return getVersion("agp"); }
-
- /**
- * Version alias composeBom with value 2024.06.00
- *
- * If the version is a rich version and cannot be represented as a
- * single version string, an empty string is returned.
- *
- * This version was declared in catalog libs.versions.toml
- */
- public Provider getComposeBom() { return getVersion("composeBom"); }
-
- /**
- * Version alias coreKtx with value 1.13.1
- *
- * If the version is a rich version and cannot be represented as a
- * single version string, an empty string is returned.
- *
- * This version was declared in catalog libs.versions.toml
- */
- public Provider getCoreKtx() { return getVersion("coreKtx"); }
-
- /**
- * Version alias coroutines with value 1.8.1
- *
- * If the version is a rich version and cannot be represented as a
- * single version string, an empty string is returned.
- *
- * This version was declared in catalog libs.versions.toml
- */
- public Provider getCoroutines() { return getVersion("coroutines"); }
-
- /**
- * Version alias datastore with value 1.1.1
- *
- * If the version is a rich version and cannot be represented as a
- * single version string, an empty string is returned.
- *
- * This version was declared in catalog libs.versions.toml
- */
- public Provider getDatastore() { return getVersion("datastore"); }
-
- /**
- * Version alias hilt with value 2.51.1
- *
- * If the version is a rich version and cannot be represented as a
- * single version string, an empty string is returned.
- *
- * This version was declared in catalog libs.versions.toml
- */
- public Provider getHilt() { return getVersion("hilt"); }
-
- /**
- * Version alias hiltNavigationCompose with value 1.2.0
- *
- * If the version is a rich version and cannot be represented as a
- * single version string, an empty string is returned.
- *
- * This version was declared in catalog libs.versions.toml
- */
- public Provider getHiltNavigationCompose() { return getVersion("hiltNavigationCompose"); }
-
- /**
- * Version alias kotlin with value 2.0.0
- *
- * If the version is a rich version and cannot be represented as a
- * single version string, an empty string is returned.
- *
- * This version was declared in catalog libs.versions.toml
- */
- public Provider getKotlin() { return getVersion("kotlin"); }
-
- /**
- * Version alias ksp with value 2.0.0-1.0.21
- *
- * If the version is a rich version and cannot be represented as a
- * single version string, an empty string is returned.
- *
- * This version was declared in catalog libs.versions.toml
- */
- public Provider getKsp() { return getVersion("ksp"); }
-
- /**
- * Version alias lifecycle with value 2.8.2
- *
- * If the version is a rich version and cannot be represented as a
- * single version string, an empty string is returned.
- *
- * This version was declared in catalog libs.versions.toml
- */
- public Provider getLifecycle() { return getVersion("lifecycle"); }
-
- /**
- * Version alias navigationCompose with value 2.7.7
- *
- * If the version is a rich version and cannot be represented as a
- * single version string, an empty string is returned.
- *
- * This version was declared in catalog libs.versions.toml
- */
- public Provider getNavigationCompose() { return getVersion("navigationCompose"); }
-
- /**
- * Version alias room with value 2.6.1
- *
- * If the version is a rich version and cannot be represented as a
- * single version string, an empty string is returned.
- *
- * This version was declared in catalog libs.versions.toml
- */
- public Provider getRoom() { return getVersion("room"); }
-
- /**
- * Version alias serialization with value 1.7.1
- *
- * If the version is a rich version and cannot be represented as a
- * single version string, an empty string is returned.
- *
- * This version was declared in catalog libs.versions.toml
- */
- public Provider getSerialization() { return getVersion("serialization"); }
-
- }
-
- public static class BundleAccessors extends BundleFactory {
-
- public BundleAccessors(ObjectFactory objects, ProviderFactory providers, DefaultVersionCatalog config, ImmutableAttributesFactory attributesFactory, CapabilityNotationParser capabilityNotationParser) { super(objects, providers, config, attributesFactory, capabilityNotationParser); }
-
- }
-
- public static class PluginAccessors extends PluginFactory {
- private final AndroidPluginAccessors paccForAndroidPluginAccessors = new AndroidPluginAccessors(providers, config);
- private final KotlinPluginAccessors paccForKotlinPluginAccessors = new KotlinPluginAccessors(providers, config);
-
- public PluginAccessors(ProviderFactory providers, DefaultVersionCatalog config) { super(providers, config); }
-
- /**
- * Plugin provider for hilt with plugin id com.google.dagger.hilt.android and
- * with version reference hilt
- *
- * This plugin was declared in catalog libs.versions.toml
- */
- public Provider getHilt() { return createPlugin("hilt"); }
-
- /**
- * Plugin provider for ksp with plugin id com.google.devtools.ksp and
- * with version reference ksp
- *
- * This plugin was declared in catalog libs.versions.toml
- */
- public Provider getKsp() { return createPlugin("ksp"); }
-
- /**
- * Group of plugins at plugins.android
- */
- public AndroidPluginAccessors getAndroid() {
- return paccForAndroidPluginAccessors;
- }
-
- /**
- * Group of plugins at plugins.kotlin
- */
- public KotlinPluginAccessors getKotlin() {
- return paccForKotlinPluginAccessors;
- }
-
- }
-
- public static class AndroidPluginAccessors extends PluginFactory {
-
- public AndroidPluginAccessors(ProviderFactory providers, DefaultVersionCatalog config) { super(providers, config); }
-
- /**
- * Plugin provider for android.application with plugin id com.android.application and
- * with version reference agp
- *
- * This plugin was declared in catalog libs.versions.toml
- */
- public Provider getApplication() { return createPlugin("android.application"); }
-
- }
-
- public static class KotlinPluginAccessors extends PluginFactory {
-
- public KotlinPluginAccessors(ProviderFactory providers, DefaultVersionCatalog config) { super(providers, config); }
-
- /**
- * Plugin provider for kotlin.android with plugin id org.jetbrains.kotlin.android and
- * with version reference kotlin
- *
- * This plugin was declared in catalog libs.versions.toml
- */
- public Provider getAndroid() { return createPlugin("kotlin.android"); }
-
- /**
- * Plugin provider for kotlin.compose with plugin id org.jetbrains.kotlin.plugin.compose and
- * with version reference kotlin
- *
- * This plugin was declared in catalog libs.versions.toml
- */
- public Provider getCompose() { return createPlugin("kotlin.compose"); }
-
- /**
- * Plugin provider for kotlin.serialization with plugin id org.jetbrains.kotlin.plugin.serialization and
- * with version reference kotlin
- *
- * This plugin was declared in catalog libs.versions.toml
- */
- public Provider getSerialization() { return createPlugin("kotlin.serialization"); }
-
- }
-
-}
diff --git a/.gradle/8.7/dependencies-accessors/4d36d099e6cbda31bf86da5ce95a8407329b9417/sources/org/gradle/accessors/dm/LibrariesForLibsInPluginsBlock.java b/.gradle/8.7/dependencies-accessors/4d36d099e6cbda31bf86da5ce95a8407329b9417/sources/org/gradle/accessors/dm/LibrariesForLibsInPluginsBlock.java
deleted file mode 100644
index 7f4717c..0000000
--- a/.gradle/8.7/dependencies-accessors/4d36d099e6cbda31bf86da5ce95a8407329b9417/sources/org/gradle/accessors/dm/LibrariesForLibsInPluginsBlock.java
+++ /dev/null
@@ -1,1023 +0,0 @@
-package org.gradle.accessors.dm;
-
-import org.gradle.api.NonNullApi;
-import org.gradle.api.artifacts.MinimalExternalModuleDependency;
-import org.gradle.plugin.use.PluginDependency;
-import org.gradle.api.artifacts.ExternalModuleDependencyBundle;
-import org.gradle.api.artifacts.MutableVersionConstraint;
-import org.gradle.api.provider.Provider;
-import org.gradle.api.model.ObjectFactory;
-import org.gradle.api.provider.ProviderFactory;
-import org.gradle.api.internal.catalog.AbstractExternalDependencyFactory;
-import org.gradle.api.internal.catalog.DefaultVersionCatalog;
-import java.util.Map;
-import org.gradle.api.internal.attributes.ImmutableAttributesFactory;
-import org.gradle.api.internal.artifacts.dsl.CapabilityNotationParser;
-import javax.inject.Inject;
-
-/**
- * A catalog of dependencies accessible via the {@code libs} extension.
- */
-@NonNullApi
-public class LibrariesForLibsInPluginsBlock extends AbstractExternalDependencyFactory {
-
- private final AbstractExternalDependencyFactory owner = this;
- private final AndroidxLibraryAccessors laccForAndroidxLibraryAccessors = new AndroidxLibraryAccessors(owner);
- private final ComposeLibraryAccessors laccForComposeLibraryAccessors = new ComposeLibraryAccessors(owner);
- private final DatastoreLibraryAccessors laccForDatastoreLibraryAccessors = new DatastoreLibraryAccessors(owner);
- private final HiltLibraryAccessors laccForHiltLibraryAccessors = new HiltLibraryAccessors(owner);
- private final KotlinxLibraryAccessors laccForKotlinxLibraryAccessors = new KotlinxLibraryAccessors(owner);
- private final LifecycleLibraryAccessors laccForLifecycleLibraryAccessors = new LifecycleLibraryAccessors(owner);
- private final NavigationLibraryAccessors laccForNavigationLibraryAccessors = new NavigationLibraryAccessors(owner);
- private final RoomLibraryAccessors laccForRoomLibraryAccessors = new RoomLibraryAccessors(owner);
- private final VersionAccessors vaccForVersionAccessors = new VersionAccessors(providers, config);
- private final BundleAccessors baccForBundleAccessors = new BundleAccessors(objects, providers, config, attributesFactory, capabilityNotationParser);
- private final PluginAccessors paccForPluginAccessors = new PluginAccessors(providers, config);
-
- @Inject
- public LibrariesForLibsInPluginsBlock(DefaultVersionCatalog config, ProviderFactory providers, ObjectFactory objects, ImmutableAttributesFactory attributesFactory, CapabilityNotationParser capabilityNotationParser) {
- super(config, providers, objects, attributesFactory, capabilityNotationParser);
- }
-
- /**
- * Group of libraries at androidx
- *
- * @deprecated Will be removed in Gradle 9.0.
- */
- @Deprecated
- public AndroidxLibraryAccessors getAndroidx() {
- org.gradle.internal.deprecation.DeprecationLogger.deprecateBehaviour("Accessing libraries or bundles from version catalogs in the plugins block.").withAdvice("Only use versions or plugins from catalogs in the plugins block.").willBeRemovedInGradle9().withUpgradeGuideSection(8, "kotlin_dsl_deprecated_catalogs_plugins_block").nagUser();
- return laccForAndroidxLibraryAccessors;
- }
-
- /**
- * Group of libraries at compose
- *
- * @deprecated Will be removed in Gradle 9.0.
- */
- @Deprecated
- public ComposeLibraryAccessors getCompose() {
- org.gradle.internal.deprecation.DeprecationLogger.deprecateBehaviour("Accessing libraries or bundles from version catalogs in the plugins block.").withAdvice("Only use versions or plugins from catalogs in the plugins block.").willBeRemovedInGradle9().withUpgradeGuideSection(8, "kotlin_dsl_deprecated_catalogs_plugins_block").nagUser();
- return laccForComposeLibraryAccessors;
- }
-
- /**
- * Group of libraries at datastore
- *
- * @deprecated Will be removed in Gradle 9.0.
- */
- @Deprecated
- public DatastoreLibraryAccessors getDatastore() {
- org.gradle.internal.deprecation.DeprecationLogger.deprecateBehaviour("Accessing libraries or bundles from version catalogs in the plugins block.").withAdvice("Only use versions or plugins from catalogs in the plugins block.").willBeRemovedInGradle9().withUpgradeGuideSection(8, "kotlin_dsl_deprecated_catalogs_plugins_block").nagUser();
- return laccForDatastoreLibraryAccessors;
- }
-
- /**
- * Group of libraries at hilt
- *
- * @deprecated Will be removed in Gradle 9.0.
- */
- @Deprecated
- public HiltLibraryAccessors getHilt() {
- org.gradle.internal.deprecation.DeprecationLogger.deprecateBehaviour("Accessing libraries or bundles from version catalogs in the plugins block.").withAdvice("Only use versions or plugins from catalogs in the plugins block.").willBeRemovedInGradle9().withUpgradeGuideSection(8, "kotlin_dsl_deprecated_catalogs_plugins_block").nagUser();
- return laccForHiltLibraryAccessors;
- }
-
- /**
- * Group of libraries at kotlinx
- *
- * @deprecated Will be removed in Gradle 9.0.
- */
- @Deprecated
- public KotlinxLibraryAccessors getKotlinx() {
- org.gradle.internal.deprecation.DeprecationLogger.deprecateBehaviour("Accessing libraries or bundles from version catalogs in the plugins block.").withAdvice("Only use versions or plugins from catalogs in the plugins block.").willBeRemovedInGradle9().withUpgradeGuideSection(8, "kotlin_dsl_deprecated_catalogs_plugins_block").nagUser();
- return laccForKotlinxLibraryAccessors;
- }
-
- /**
- * Group of libraries at lifecycle
- *
- * @deprecated Will be removed in Gradle 9.0.
- */
- @Deprecated
- public LifecycleLibraryAccessors getLifecycle() {
- org.gradle.internal.deprecation.DeprecationLogger.deprecateBehaviour("Accessing libraries or bundles from version catalogs in the plugins block.").withAdvice("Only use versions or plugins from catalogs in the plugins block.").willBeRemovedInGradle9().withUpgradeGuideSection(8, "kotlin_dsl_deprecated_catalogs_plugins_block").nagUser();
- return laccForLifecycleLibraryAccessors;
- }
-
- /**
- * Group of libraries at navigation
- *
- * @deprecated Will be removed in Gradle 9.0.
- */
- @Deprecated
- public NavigationLibraryAccessors getNavigation() {
- org.gradle.internal.deprecation.DeprecationLogger.deprecateBehaviour("Accessing libraries or bundles from version catalogs in the plugins block.").withAdvice("Only use versions or plugins from catalogs in the plugins block.").willBeRemovedInGradle9().withUpgradeGuideSection(8, "kotlin_dsl_deprecated_catalogs_plugins_block").nagUser();
- return laccForNavigationLibraryAccessors;
- }
-
- /**
- * Group of libraries at room
- *
- * @deprecated Will be removed in Gradle 9.0.
- */
- @Deprecated
- public RoomLibraryAccessors getRoom() {
- org.gradle.internal.deprecation.DeprecationLogger.deprecateBehaviour("Accessing libraries or bundles from version catalogs in the plugins block.").withAdvice("Only use versions or plugins from catalogs in the plugins block.").willBeRemovedInGradle9().withUpgradeGuideSection(8, "kotlin_dsl_deprecated_catalogs_plugins_block").nagUser();
- return laccForRoomLibraryAccessors;
- }
-
- /**
- * Group of versions at versions
- */
- public VersionAccessors getVersions() {
- return vaccForVersionAccessors;
- }
-
- /**
- * Group of bundles at bundles
- *
- * @deprecated Will be removed in Gradle 9.0.
- */
- @Deprecated
- public BundleAccessors getBundles() {
- org.gradle.internal.deprecation.DeprecationLogger.deprecateBehaviour("Accessing libraries or bundles from version catalogs in the plugins block.").withAdvice("Only use versions or plugins from catalogs in the plugins block.").willBeRemovedInGradle9().withUpgradeGuideSection(8, "kotlin_dsl_deprecated_catalogs_plugins_block").nagUser();
- return baccForBundleAccessors;
- }
-
- /**
- * Group of plugins at plugins
- */
- public PluginAccessors getPlugins() {
- return paccForPluginAccessors;
- }
-
- /**
- * @deprecated Will be removed in Gradle 9.0.
- */
- @Deprecated
- public static class AndroidxLibraryAccessors extends SubDependencyFactory {
- private final AndroidxActivityLibraryAccessors laccForAndroidxActivityLibraryAccessors = new AndroidxActivityLibraryAccessors(owner);
- private final AndroidxCoreLibraryAccessors laccForAndroidxCoreLibraryAccessors = new AndroidxCoreLibraryAccessors(owner);
-
- public AndroidxLibraryAccessors(AbstractExternalDependencyFactory owner) { super(owner); }
-
- /**
- * Group of libraries at androidx.activity
- *
- * @deprecated Will be removed in Gradle 9.0.
- */
- @Deprecated
- public AndroidxActivityLibraryAccessors getActivity() {
- org.gradle.internal.deprecation.DeprecationLogger.deprecateBehaviour("Accessing libraries or bundles from version catalogs in the plugins block.").withAdvice("Only use versions or plugins from catalogs in the plugins block.").willBeRemovedInGradle9().withUpgradeGuideSection(8, "kotlin_dsl_deprecated_catalogs_plugins_block").nagUser();
- return laccForAndroidxActivityLibraryAccessors;
- }
-
- /**
- * Group of libraries at androidx.core
- *
- * @deprecated Will be removed in Gradle 9.0.
- */
- @Deprecated
- public AndroidxCoreLibraryAccessors getCore() {
- org.gradle.internal.deprecation.DeprecationLogger.deprecateBehaviour("Accessing libraries or bundles from version catalogs in the plugins block.").withAdvice("Only use versions or plugins from catalogs in the plugins block.").willBeRemovedInGradle9().withUpgradeGuideSection(8, "kotlin_dsl_deprecated_catalogs_plugins_block").nagUser();
- return laccForAndroidxCoreLibraryAccessors;
- }
-
- }
-
- /**
- * @deprecated Will be removed in Gradle 9.0.
- */
- @Deprecated
- public static class AndroidxActivityLibraryAccessors extends SubDependencyFactory {
-
- public AndroidxActivityLibraryAccessors(AbstractExternalDependencyFactory owner) { super(owner); }
-
- /**
- * Dependency provider for compose with androidx.activity:activity-compose coordinates and
- * with version reference activityCompose
- *
- * This dependency was declared in catalog libs.versions.toml
- *
- * @deprecated Will be removed in Gradle 9.0.
- */
- @Deprecated
- public Provider getCompose() {
- org.gradle.internal.deprecation.DeprecationLogger.deprecateBehaviour("Accessing libraries or bundles from version catalogs in the plugins block.").withAdvice("Only use versions or plugins from catalogs in the plugins block.").willBeRemovedInGradle9().withUpgradeGuideSection(8, "kotlin_dsl_deprecated_catalogs_plugins_block").nagUser();
- return create("androidx.activity.compose");
- }
-
- }
-
- /**
- * @deprecated Will be removed in Gradle 9.0.
- */
- @Deprecated
- public static class AndroidxCoreLibraryAccessors extends SubDependencyFactory {
-
- public AndroidxCoreLibraryAccessors(AbstractExternalDependencyFactory owner) { super(owner); }
-
- /**
- * Dependency provider for ktx with androidx.core:core-ktx coordinates and
- * with version reference coreKtx
- *
- * This dependency was declared in catalog libs.versions.toml
- *
- * @deprecated Will be removed in Gradle 9.0.
- */
- @Deprecated
- public Provider getKtx() {
- org.gradle.internal.deprecation.DeprecationLogger.deprecateBehaviour("Accessing libraries or bundles from version catalogs in the plugins block.").withAdvice("Only use versions or plugins from catalogs in the plugins block.").willBeRemovedInGradle9().withUpgradeGuideSection(8, "kotlin_dsl_deprecated_catalogs_plugins_block").nagUser();
- return create("androidx.core.ktx");
- }
-
- }
-
- /**
- * @deprecated Will be removed in Gradle 9.0.
- */
- @Deprecated
- public static class ComposeLibraryAccessors extends SubDependencyFactory {
- private final ComposeMaterialLibraryAccessors laccForComposeMaterialLibraryAccessors = new ComposeMaterialLibraryAccessors(owner);
- private final ComposeUiLibraryAccessors laccForComposeUiLibraryAccessors = new ComposeUiLibraryAccessors(owner);
-
- public ComposeLibraryAccessors(AbstractExternalDependencyFactory owner) { super(owner); }
-
- /**
- * Dependency provider for bom with androidx.compose:compose-bom coordinates and
- * with version reference composeBom
- *
- * This dependency was declared in catalog libs.versions.toml
- *
- * @deprecated Will be removed in Gradle 9.0.
- */
- @Deprecated
- public Provider getBom() {
- org.gradle.internal.deprecation.DeprecationLogger.deprecateBehaviour("Accessing libraries or bundles from version catalogs in the plugins block.").withAdvice("Only use versions or plugins from catalogs in the plugins block.").willBeRemovedInGradle9().withUpgradeGuideSection(8, "kotlin_dsl_deprecated_catalogs_plugins_block").nagUser();
- return create("compose.bom");
- }
-
- /**
- * Dependency provider for material3 with androidx.compose.material3:material3 coordinates and
- * with no version specified
- *
- * This dependency was declared in catalog libs.versions.toml
- *
- * @deprecated Will be removed in Gradle 9.0.
- */
- @Deprecated
- public Provider getMaterial3() {
- org.gradle.internal.deprecation.DeprecationLogger.deprecateBehaviour("Accessing libraries or bundles from version catalogs in the plugins block.").withAdvice("Only use versions or plugins from catalogs in the plugins block.").willBeRemovedInGradle9().withUpgradeGuideSection(8, "kotlin_dsl_deprecated_catalogs_plugins_block").nagUser();
- return create("compose.material3");
- }
-
- /**
- * Group of libraries at compose.material
- *
- * @deprecated Will be removed in Gradle 9.0.
- */
- @Deprecated
- public ComposeMaterialLibraryAccessors getMaterial() {
- org.gradle.internal.deprecation.DeprecationLogger.deprecateBehaviour("Accessing libraries or bundles from version catalogs in the plugins block.").withAdvice("Only use versions or plugins from catalogs in the plugins block.").willBeRemovedInGradle9().withUpgradeGuideSection(8, "kotlin_dsl_deprecated_catalogs_plugins_block").nagUser();
- return laccForComposeMaterialLibraryAccessors;
- }
-
- /**
- * Group of libraries at compose.ui
- *
- * @deprecated Will be removed in Gradle 9.0.
- */
- @Deprecated
- public ComposeUiLibraryAccessors getUi() {
- org.gradle.internal.deprecation.DeprecationLogger.deprecateBehaviour("Accessing libraries or bundles from version catalogs in the plugins block.").withAdvice("Only use versions or plugins from catalogs in the plugins block.").willBeRemovedInGradle9().withUpgradeGuideSection(8, "kotlin_dsl_deprecated_catalogs_plugins_block").nagUser();
- return laccForComposeUiLibraryAccessors;
- }
-
- }
-
- /**
- * @deprecated Will be removed in Gradle 9.0.
- */
- @Deprecated
- public static class ComposeMaterialLibraryAccessors extends SubDependencyFactory {
- private final ComposeMaterialIconsLibraryAccessors laccForComposeMaterialIconsLibraryAccessors = new ComposeMaterialIconsLibraryAccessors(owner);
-
- public ComposeMaterialLibraryAccessors(AbstractExternalDependencyFactory owner) { super(owner); }
-
- /**
- * Group of libraries at compose.material.icons
- *
- * @deprecated Will be removed in Gradle 9.0.
- */
- @Deprecated
- public ComposeMaterialIconsLibraryAccessors getIcons() {
- org.gradle.internal.deprecation.DeprecationLogger.deprecateBehaviour("Accessing libraries or bundles from version catalogs in the plugins block.").withAdvice("Only use versions or plugins from catalogs in the plugins block.").willBeRemovedInGradle9().withUpgradeGuideSection(8, "kotlin_dsl_deprecated_catalogs_plugins_block").nagUser();
- return laccForComposeMaterialIconsLibraryAccessors;
- }
-
- }
-
- /**
- * @deprecated Will be removed in Gradle 9.0.
- */
- @Deprecated
- public static class ComposeMaterialIconsLibraryAccessors extends SubDependencyFactory {
-
- public ComposeMaterialIconsLibraryAccessors(AbstractExternalDependencyFactory owner) { super(owner); }
-
- /**
- * Dependency provider for extended with androidx.compose.material:material-icons-extended coordinates and
- * with no version specified
- *
- * This dependency was declared in catalog libs.versions.toml
- *
- * @deprecated Will be removed in Gradle 9.0.
- */
- @Deprecated
- public Provider getExtended() {
- org.gradle.internal.deprecation.DeprecationLogger.deprecateBehaviour("Accessing libraries or bundles from version catalogs in the plugins block.").withAdvice("Only use versions or plugins from catalogs in the plugins block.").willBeRemovedInGradle9().withUpgradeGuideSection(8, "kotlin_dsl_deprecated_catalogs_plugins_block").nagUser();
- return create("compose.material.icons.extended");
- }
-
- }
-
- /**
- * @deprecated Will be removed in Gradle 9.0.
- */
- @Deprecated
- public static class ComposeUiLibraryAccessors extends SubDependencyFactory implements DependencyNotationSupplier {
- private final ComposeUiToolingLibraryAccessors laccForComposeUiToolingLibraryAccessors = new ComposeUiToolingLibraryAccessors(owner);
-
- public ComposeUiLibraryAccessors(AbstractExternalDependencyFactory owner) { super(owner); }
-
- /**
- * Dependency provider for ui with androidx.compose.ui:ui coordinates and
- * with no version specified
- *
- * This dependency was declared in catalog libs.versions.toml
- *
- * @deprecated Will be removed in Gradle 9.0.
- */
- @Deprecated
- public Provider asProvider() {
- org.gradle.internal.deprecation.DeprecationLogger.deprecateBehaviour("Accessing libraries or bundles from version catalogs in the plugins block.").withAdvice("Only use versions or plugins from catalogs in the plugins block.").willBeRemovedInGradle9().withUpgradeGuideSection(8, "kotlin_dsl_deprecated_catalogs_plugins_block").nagUser();
- return create("compose.ui");
- }
-
- /**
- * Dependency provider for graphics with androidx.compose.ui:ui-graphics coordinates and
- * with no version specified
- *
- * This dependency was declared in catalog libs.versions.toml
- *
- * @deprecated Will be removed in Gradle 9.0.
- */
- @Deprecated
- public Provider getGraphics() {
- org.gradle.internal.deprecation.DeprecationLogger.deprecateBehaviour("Accessing libraries or bundles from version catalogs in the plugins block.").withAdvice("Only use versions or plugins from catalogs in the plugins block.").willBeRemovedInGradle9().withUpgradeGuideSection(8, "kotlin_dsl_deprecated_catalogs_plugins_block").nagUser();
- return create("compose.ui.graphics");
- }
-
- /**
- * Group of libraries at compose.ui.tooling
- *
- * @deprecated Will be removed in Gradle 9.0.
- */
- @Deprecated
- public ComposeUiToolingLibraryAccessors getTooling() {
- org.gradle.internal.deprecation.DeprecationLogger.deprecateBehaviour("Accessing libraries or bundles from version catalogs in the plugins block.").withAdvice("Only use versions or plugins from catalogs in the plugins block.").willBeRemovedInGradle9().withUpgradeGuideSection(8, "kotlin_dsl_deprecated_catalogs_plugins_block").nagUser();
- return laccForComposeUiToolingLibraryAccessors;
- }
-
- }
-
- /**
- * @deprecated Will be removed in Gradle 9.0.
- */
- @Deprecated
- public static class ComposeUiToolingLibraryAccessors extends SubDependencyFactory implements DependencyNotationSupplier {
-
- public ComposeUiToolingLibraryAccessors(AbstractExternalDependencyFactory owner) { super(owner); }
-
- /**
- * Dependency provider for tooling with androidx.compose.ui:ui-tooling coordinates and
- * with no version specified
- *
- * This dependency was declared in catalog libs.versions.toml
- *
- * @deprecated Will be removed in Gradle 9.0.
- */
- @Deprecated
- public Provider asProvider() {
- org.gradle.internal.deprecation.DeprecationLogger.deprecateBehaviour("Accessing libraries or bundles from version catalogs in the plugins block.").withAdvice("Only use versions or plugins from catalogs in the plugins block.").willBeRemovedInGradle9().withUpgradeGuideSection(8, "kotlin_dsl_deprecated_catalogs_plugins_block").nagUser();
- return create("compose.ui.tooling");
- }
-
- /**
- * Dependency provider for preview with androidx.compose.ui:ui-tooling-preview coordinates and
- * with no version specified
- *
- * This dependency was declared in catalog libs.versions.toml
- *
- * @deprecated Will be removed in Gradle 9.0.
- */
- @Deprecated
- public Provider getPreview() {
- org.gradle.internal.deprecation.DeprecationLogger.deprecateBehaviour("Accessing libraries or bundles from version catalogs in the plugins block.").withAdvice("Only use versions or plugins from catalogs in the plugins block.").willBeRemovedInGradle9().withUpgradeGuideSection(8, "kotlin_dsl_deprecated_catalogs_plugins_block").nagUser();
- return create("compose.ui.tooling.preview");
- }
-
- }
-
- /**
- * @deprecated Will be removed in Gradle 9.0.
- */
- @Deprecated
- public static class DatastoreLibraryAccessors extends SubDependencyFactory {
-
- public DatastoreLibraryAccessors(AbstractExternalDependencyFactory owner) { super(owner); }
-
- /**
- * Dependency provider for preferences with androidx.datastore:datastore-preferences coordinates and
- * with version reference datastore
- *
- * This dependency was declared in catalog libs.versions.toml
- *
- * @deprecated Will be removed in Gradle 9.0.
- */
- @Deprecated
- public Provider getPreferences() {
- org.gradle.internal.deprecation.DeprecationLogger.deprecateBehaviour("Accessing libraries or bundles from version catalogs in the plugins block.").withAdvice("Only use versions or plugins from catalogs in the plugins block.").willBeRemovedInGradle9().withUpgradeGuideSection(8, "kotlin_dsl_deprecated_catalogs_plugins_block").nagUser();
- return create("datastore.preferences");
- }
-
- }
-
- /**
- * @deprecated Will be removed in Gradle 9.0.
- */
- @Deprecated
- public static class HiltLibraryAccessors extends SubDependencyFactory {
- private final HiltNavigationLibraryAccessors laccForHiltNavigationLibraryAccessors = new HiltNavigationLibraryAccessors(owner);
-
- public HiltLibraryAccessors(AbstractExternalDependencyFactory owner) { super(owner); }
-
- /**
- * Dependency provider for android with com.google.dagger:hilt-android coordinates and
- * with version reference hilt
- *
- * This dependency was declared in catalog libs.versions.toml
- *
- * @deprecated Will be removed in Gradle 9.0.
- */
- @Deprecated
- public Provider getAndroid() {
- org.gradle.internal.deprecation.DeprecationLogger.deprecateBehaviour("Accessing libraries or bundles from version catalogs in the plugins block.").withAdvice("Only use versions or plugins from catalogs in the plugins block.").willBeRemovedInGradle9().withUpgradeGuideSection(8, "kotlin_dsl_deprecated_catalogs_plugins_block").nagUser();
- return create("hilt.android");
- }
-
- /**
- * Dependency provider for compiler with com.google.dagger:hilt-android-compiler coordinates and
- * with version reference hilt
- *
- * This dependency was declared in catalog libs.versions.toml
- *
- * @deprecated Will be removed in Gradle 9.0.
- */
- @Deprecated
- public Provider getCompiler() {
- org.gradle.internal.deprecation.DeprecationLogger.deprecateBehaviour("Accessing libraries or bundles from version catalogs in the plugins block.").withAdvice("Only use versions or plugins from catalogs in the plugins block.").willBeRemovedInGradle9().withUpgradeGuideSection(8, "kotlin_dsl_deprecated_catalogs_plugins_block").nagUser();
- return create("hilt.compiler");
- }
-
- /**
- * Group of libraries at hilt.navigation
- *
- * @deprecated Will be removed in Gradle 9.0.
- */
- @Deprecated
- public HiltNavigationLibraryAccessors getNavigation() {
- org.gradle.internal.deprecation.DeprecationLogger.deprecateBehaviour("Accessing libraries or bundles from version catalogs in the plugins block.").withAdvice("Only use versions or plugins from catalogs in the plugins block.").willBeRemovedInGradle9().withUpgradeGuideSection(8, "kotlin_dsl_deprecated_catalogs_plugins_block").nagUser();
- return laccForHiltNavigationLibraryAccessors;
- }
-
- }
-
- /**
- * @deprecated Will be removed in Gradle 9.0.
- */
- @Deprecated
- public static class HiltNavigationLibraryAccessors extends SubDependencyFactory {
-
- public HiltNavigationLibraryAccessors(AbstractExternalDependencyFactory owner) { super(owner); }
-
- /**
- * Dependency provider for compose with androidx.hilt:hilt-navigation-compose coordinates and
- * with version reference hiltNavigationCompose
- *
- * This dependency was declared in catalog libs.versions.toml
- *
- * @deprecated Will be removed in Gradle 9.0.
- */
- @Deprecated
- public Provider getCompose() {
- org.gradle.internal.deprecation.DeprecationLogger.deprecateBehaviour("Accessing libraries or bundles from version catalogs in the plugins block.").withAdvice("Only use versions or plugins from catalogs in the plugins block.").willBeRemovedInGradle9().withUpgradeGuideSection(8, "kotlin_dsl_deprecated_catalogs_plugins_block").nagUser();
- return create("hilt.navigation.compose");
- }
-
- }
-
- /**
- * @deprecated Will be removed in Gradle 9.0.
- */
- @Deprecated
- public static class KotlinxLibraryAccessors extends SubDependencyFactory {
- private final KotlinxCoroutinesLibraryAccessors laccForKotlinxCoroutinesLibraryAccessors = new KotlinxCoroutinesLibraryAccessors(owner);
- private final KotlinxSerializationLibraryAccessors laccForKotlinxSerializationLibraryAccessors = new KotlinxSerializationLibraryAccessors(owner);
-
- public KotlinxLibraryAccessors(AbstractExternalDependencyFactory owner) { super(owner); }
-
- /**
- * Group of libraries at kotlinx.coroutines
- *
- * @deprecated Will be removed in Gradle 9.0.
- */
- @Deprecated
- public KotlinxCoroutinesLibraryAccessors getCoroutines() {
- org.gradle.internal.deprecation.DeprecationLogger.deprecateBehaviour("Accessing libraries or bundles from version catalogs in the plugins block.").withAdvice("Only use versions or plugins from catalogs in the plugins block.").willBeRemovedInGradle9().withUpgradeGuideSection(8, "kotlin_dsl_deprecated_catalogs_plugins_block").nagUser();
- return laccForKotlinxCoroutinesLibraryAccessors;
- }
-
- /**
- * Group of libraries at kotlinx.serialization
- *
- * @deprecated Will be removed in Gradle 9.0.
- */
- @Deprecated
- public KotlinxSerializationLibraryAccessors getSerialization() {
- org.gradle.internal.deprecation.DeprecationLogger.deprecateBehaviour("Accessing libraries or bundles from version catalogs in the plugins block.").withAdvice("Only use versions or plugins from catalogs in the plugins block.").willBeRemovedInGradle9().withUpgradeGuideSection(8, "kotlin_dsl_deprecated_catalogs_plugins_block").nagUser();
- return laccForKotlinxSerializationLibraryAccessors;
- }
-
- }
-
- /**
- * @deprecated Will be removed in Gradle 9.0.
- */
- @Deprecated
- public static class KotlinxCoroutinesLibraryAccessors extends SubDependencyFactory {
-
- public KotlinxCoroutinesLibraryAccessors(AbstractExternalDependencyFactory owner) { super(owner); }
-
- /**
- * Dependency provider for android with org.jetbrains.kotlinx:kotlinx-coroutines-android coordinates and
- * with version reference coroutines
- *
- * This dependency was declared in catalog libs.versions.toml
- *
- * @deprecated Will be removed in Gradle 9.0.
- */
- @Deprecated
- public Provider getAndroid() {
- org.gradle.internal.deprecation.DeprecationLogger.deprecateBehaviour("Accessing libraries or bundles from version catalogs in the plugins block.").withAdvice("Only use versions or plugins from catalogs in the plugins block.").willBeRemovedInGradle9().withUpgradeGuideSection(8, "kotlin_dsl_deprecated_catalogs_plugins_block").nagUser();
- return create("kotlinx.coroutines.android");
- }
-
- }
-
- /**
- * @deprecated Will be removed in Gradle 9.0.
- */
- @Deprecated
- public static class KotlinxSerializationLibraryAccessors extends SubDependencyFactory {
-
- public KotlinxSerializationLibraryAccessors(AbstractExternalDependencyFactory owner) { super(owner); }
-
- /**
- * Dependency provider for json with org.jetbrains.kotlinx:kotlinx-serialization-json coordinates and
- * with version reference serialization
- *
- * This dependency was declared in catalog libs.versions.toml
- *
- * @deprecated Will be removed in Gradle 9.0.
- */
- @Deprecated
- public Provider getJson() {
- org.gradle.internal.deprecation.DeprecationLogger.deprecateBehaviour("Accessing libraries or bundles from version catalogs in the plugins block.").withAdvice("Only use versions or plugins from catalogs in the plugins block.").willBeRemovedInGradle9().withUpgradeGuideSection(8, "kotlin_dsl_deprecated_catalogs_plugins_block").nagUser();
- return create("kotlinx.serialization.json");
- }
-
- }
-
- /**
- * @deprecated Will be removed in Gradle 9.0.
- */
- @Deprecated
- public static class LifecycleLibraryAccessors extends SubDependencyFactory {
- private final LifecycleRuntimeLibraryAccessors laccForLifecycleRuntimeLibraryAccessors = new LifecycleRuntimeLibraryAccessors(owner);
- private final LifecycleViewmodelLibraryAccessors laccForLifecycleViewmodelLibraryAccessors = new LifecycleViewmodelLibraryAccessors(owner);
-
- public LifecycleLibraryAccessors(AbstractExternalDependencyFactory owner) { super(owner); }
-
- /**
- * Group of libraries at lifecycle.runtime
- *
- * @deprecated Will be removed in Gradle 9.0.
- */
- @Deprecated
- public LifecycleRuntimeLibraryAccessors getRuntime() {
- org.gradle.internal.deprecation.DeprecationLogger.deprecateBehaviour("Accessing libraries or bundles from version catalogs in the plugins block.").withAdvice("Only use versions or plugins from catalogs in the plugins block.").willBeRemovedInGradle9().withUpgradeGuideSection(8, "kotlin_dsl_deprecated_catalogs_plugins_block").nagUser();
- return laccForLifecycleRuntimeLibraryAccessors;
- }
-
- /**
- * Group of libraries at lifecycle.viewmodel
- *
- * @deprecated Will be removed in Gradle 9.0.
- */
- @Deprecated
- public LifecycleViewmodelLibraryAccessors getViewmodel() {
- org.gradle.internal.deprecation.DeprecationLogger.deprecateBehaviour("Accessing libraries or bundles from version catalogs in the plugins block.").withAdvice("Only use versions or plugins from catalogs in the plugins block.").willBeRemovedInGradle9().withUpgradeGuideSection(8, "kotlin_dsl_deprecated_catalogs_plugins_block").nagUser();
- return laccForLifecycleViewmodelLibraryAccessors;
- }
-
- }
-
- /**
- * @deprecated Will be removed in Gradle 9.0.
- */
- @Deprecated
- public static class LifecycleRuntimeLibraryAccessors extends SubDependencyFactory {
-
- public LifecycleRuntimeLibraryAccessors(AbstractExternalDependencyFactory owner) { super(owner); }
-
- /**
- * Dependency provider for compose with androidx.lifecycle:lifecycle-runtime-compose coordinates and
- * with version reference lifecycle
- *
- * This dependency was declared in catalog libs.versions.toml
- *
- * @deprecated Will be removed in Gradle 9.0.
- */
- @Deprecated
- public Provider getCompose() {
- org.gradle.internal.deprecation.DeprecationLogger.deprecateBehaviour("Accessing libraries or bundles from version catalogs in the plugins block.").withAdvice("Only use versions or plugins from catalogs in the plugins block.").willBeRemovedInGradle9().withUpgradeGuideSection(8, "kotlin_dsl_deprecated_catalogs_plugins_block").nagUser();
- return create("lifecycle.runtime.compose");
- }
-
- /**
- * Dependency provider for ktx with androidx.lifecycle:lifecycle-runtime-ktx coordinates and
- * with version reference lifecycle
- *
- * This dependency was declared in catalog libs.versions.toml
- *
- * @deprecated Will be removed in Gradle 9.0.
- */
- @Deprecated
- public Provider getKtx() {
- org.gradle.internal.deprecation.DeprecationLogger.deprecateBehaviour("Accessing libraries or bundles from version catalogs in the plugins block.").withAdvice("Only use versions or plugins from catalogs in the plugins block.").willBeRemovedInGradle9().withUpgradeGuideSection(8, "kotlin_dsl_deprecated_catalogs_plugins_block").nagUser();
- return create("lifecycle.runtime.ktx");
- }
-
- }
-
- /**
- * @deprecated Will be removed in Gradle 9.0.
- */
- @Deprecated
- public static class LifecycleViewmodelLibraryAccessors extends SubDependencyFactory {
-
- public LifecycleViewmodelLibraryAccessors(AbstractExternalDependencyFactory owner) { super(owner); }
-
- /**
- * Dependency provider for compose with androidx.lifecycle:lifecycle-viewmodel-compose coordinates and
- * with version reference lifecycle
- *
- * This dependency was declared in catalog libs.versions.toml
- *
- * @deprecated Will be removed in Gradle 9.0.
- */
- @Deprecated
- public Provider getCompose() {
- org.gradle.internal.deprecation.DeprecationLogger.deprecateBehaviour("Accessing libraries or bundles from version catalogs in the plugins block.").withAdvice("Only use versions or plugins from catalogs in the plugins block.").willBeRemovedInGradle9().withUpgradeGuideSection(8, "kotlin_dsl_deprecated_catalogs_plugins_block").nagUser();
- return create("lifecycle.viewmodel.compose");
- }
-
- }
-
- /**
- * @deprecated Will be removed in Gradle 9.0.
- */
- @Deprecated
- public static class NavigationLibraryAccessors extends SubDependencyFactory {
-
- public NavigationLibraryAccessors(AbstractExternalDependencyFactory owner) { super(owner); }
-
- /**
- * Dependency provider for compose with androidx.navigation:navigation-compose coordinates and
- * with version reference navigationCompose
- *
- * This dependency was declared in catalog libs.versions.toml
- *
- * @deprecated Will be removed in Gradle 9.0.
- */
- @Deprecated
- public Provider getCompose() {
- org.gradle.internal.deprecation.DeprecationLogger.deprecateBehaviour("Accessing libraries or bundles from version catalogs in the plugins block.").withAdvice("Only use versions or plugins from catalogs in the plugins block.").willBeRemovedInGradle9().withUpgradeGuideSection(8, "kotlin_dsl_deprecated_catalogs_plugins_block").nagUser();
- return create("navigation.compose");
- }
-
- }
-
- /**
- * @deprecated Will be removed in Gradle 9.0.
- */
- @Deprecated
- public static class RoomLibraryAccessors extends SubDependencyFactory {
-
- public RoomLibraryAccessors(AbstractExternalDependencyFactory owner) { super(owner); }
-
- /**
- * Dependency provider for compiler with androidx.room:room-compiler coordinates and
- * with version reference room
- *
- * This dependency was declared in catalog libs.versions.toml
- *
- * @deprecated Will be removed in Gradle 9.0.
- */
- @Deprecated
- public Provider getCompiler() {
- org.gradle.internal.deprecation.DeprecationLogger.deprecateBehaviour("Accessing libraries or bundles from version catalogs in the plugins block.").withAdvice("Only use versions or plugins from catalogs in the plugins block.").willBeRemovedInGradle9().withUpgradeGuideSection(8, "kotlin_dsl_deprecated_catalogs_plugins_block").nagUser();
- return create("room.compiler");
- }
-
- /**
- * Dependency provider for ktx with androidx.room:room-ktx coordinates and
- * with version reference room
- *
- * This dependency was declared in catalog libs.versions.toml
- *
- * @deprecated Will be removed in Gradle 9.0.
- */
- @Deprecated
- public Provider getKtx() {
- org.gradle.internal.deprecation.DeprecationLogger.deprecateBehaviour("Accessing libraries or bundles from version catalogs in the plugins block.").withAdvice("Only use versions or plugins from catalogs in the plugins block.").willBeRemovedInGradle9().withUpgradeGuideSection(8, "kotlin_dsl_deprecated_catalogs_plugins_block").nagUser();
- return create("room.ktx");
- }
-
- /**
- * Dependency provider for runtime with androidx.room:room-runtime coordinates and
- * with version reference room
- *
- * This dependency was declared in catalog libs.versions.toml
- *
- * @deprecated Will be removed in Gradle 9.0.
- */
- @Deprecated
- public Provider getRuntime() {
- org.gradle.internal.deprecation.DeprecationLogger.deprecateBehaviour("Accessing libraries or bundles from version catalogs in the plugins block.").withAdvice("Only use versions or plugins from catalogs in the plugins block.").willBeRemovedInGradle9().withUpgradeGuideSection(8, "kotlin_dsl_deprecated_catalogs_plugins_block").nagUser();
- return create("room.runtime");
- }
-
- }
-
- public static class VersionAccessors extends VersionFactory {
-
- public VersionAccessors(ProviderFactory providers, DefaultVersionCatalog config) { super(providers, config); }
-
- /**
- * Version alias activityCompose with value 1.9.0
- *
- * If the version is a rich version and cannot be represented as a
- * single version string, an empty string is returned.
- *
- * This version was declared in catalog libs.versions.toml
- */
- public Provider getActivityCompose() { return getVersion("activityCompose"); }
-
- /**
- * Version alias agp with value 8.4.1
- *
- * If the version is a rich version and cannot be represented as a
- * single version string, an empty string is returned.
- *
- * This version was declared in catalog libs.versions.toml
- */
- public Provider getAgp() { return getVersion("agp"); }
-
- /**
- * Version alias composeBom with value 2024.06.00
- *
- * If the version is a rich version and cannot be represented as a
- * single version string, an empty string is returned.
- *
- * This version was declared in catalog libs.versions.toml
- */
- public Provider getComposeBom() { return getVersion("composeBom"); }
-
- /**
- * Version alias coreKtx with value 1.13.1
- *
- * If the version is a rich version and cannot be represented as a
- * single version string, an empty string is returned.
- *
- * This version was declared in catalog libs.versions.toml
- */
- public Provider getCoreKtx() { return getVersion("coreKtx"); }
-
- /**
- * Version alias coroutines with value 1.8.1
- *
- * If the version is a rich version and cannot be represented as a
- * single version string, an empty string is returned.
- *
- * This version was declared in catalog libs.versions.toml
- */
- public Provider getCoroutines() { return getVersion("coroutines"); }
-
- /**
- * Version alias datastore with value 1.1.1
- *
- * If the version is a rich version and cannot be represented as a
- * single version string, an empty string is returned.
- *
- * This version was declared in catalog libs.versions.toml
- */
- public Provider getDatastore() { return getVersion("datastore"); }
-
- /**
- * Version alias hilt with value 2.51.1
- *
- * If the version is a rich version and cannot be represented as a
- * single version string, an empty string is returned.
- *
- * This version was declared in catalog libs.versions.toml
- */
- public Provider getHilt() { return getVersion("hilt"); }
-
- /**
- * Version alias hiltNavigationCompose with value 1.2.0
- *
- * If the version is a rich version and cannot be represented as a
- * single version string, an empty string is returned.
- *
- * This version was declared in catalog libs.versions.toml
- */
- public Provider getHiltNavigationCompose() { return getVersion("hiltNavigationCompose"); }
-
- /**
- * Version alias kotlin with value 2.0.0
- *
- * If the version is a rich version and cannot be represented as a
- * single version string, an empty string is returned.
- *
- * This version was declared in catalog libs.versions.toml
- */
- public Provider getKotlin() { return getVersion("kotlin"); }
-
- /**
- * Version alias ksp with value 2.0.0-1.0.21
- *
- * If the version is a rich version and cannot be represented as a
- * single version string, an empty string is returned.
- *
- * This version was declared in catalog libs.versions.toml
- */
- public Provider getKsp() { return getVersion("ksp"); }
-
- /**
- * Version alias lifecycle with value 2.8.2
- *
- * If the version is a rich version and cannot be represented as a
- * single version string, an empty string is returned.
- *
- * This version was declared in catalog libs.versions.toml
- */
- public Provider getLifecycle() { return getVersion("lifecycle"); }
-
- /**
- * Version alias navigationCompose with value 2.7.7
- *
- * If the version is a rich version and cannot be represented as a
- * single version string, an empty string is returned.
- *
- * This version was declared in catalog libs.versions.toml
- */
- public Provider getNavigationCompose() { return getVersion("navigationCompose"); }
-
- /**
- * Version alias room with value 2.6.1
- *
- * If the version is a rich version and cannot be represented as a
- * single version string, an empty string is returned.
- *
- * This version was declared in catalog libs.versions.toml
- */
- public Provider getRoom() { return getVersion("room"); }
-
- /**
- * Version alias serialization with value 1.7.1
- *
- * If the version is a rich version and cannot be represented as a
- * single version string, an empty string is returned.
- *
- * This version was declared in catalog libs.versions.toml
- */
- public Provider getSerialization() { return getVersion("serialization"); }
-
- }
-
- /**
- * @deprecated Will be removed in Gradle 9.0.
- */
- @Deprecated
- public static class BundleAccessors extends BundleFactory {
-
- public BundleAccessors(ObjectFactory objects, ProviderFactory providers, DefaultVersionCatalog config, ImmutableAttributesFactory attributesFactory, CapabilityNotationParser capabilityNotationParser) { super(objects, providers, config, attributesFactory, capabilityNotationParser); }
-
- }
-
- public static class PluginAccessors extends PluginFactory {
- private final AndroidPluginAccessors paccForAndroidPluginAccessors = new AndroidPluginAccessors(providers, config);
- private final KotlinPluginAccessors paccForKotlinPluginAccessors = new KotlinPluginAccessors(providers, config);
-
- public PluginAccessors(ProviderFactory providers, DefaultVersionCatalog config) { super(providers, config); }
-
- /**
- * Plugin provider for hilt with plugin id com.google.dagger.hilt.android and
- * with version reference hilt
- *
- * This plugin was declared in catalog libs.versions.toml
- */
- public Provider getHilt() { return createPlugin("hilt"); }
-
- /**
- * Plugin provider for ksp with plugin id com.google.devtools.ksp and
- * with version reference ksp
- *
- * This plugin was declared in catalog libs.versions.toml
- */
- public Provider getKsp() { return createPlugin("ksp"); }
-
- /**
- * Group of plugins at plugins.android
- */
- public AndroidPluginAccessors getAndroid() {
- return paccForAndroidPluginAccessors;
- }
-
- /**
- * Group of plugins at plugins.kotlin
- */
- public KotlinPluginAccessors getKotlin() {
- return paccForKotlinPluginAccessors;
- }
-
- }
-
- public static class AndroidPluginAccessors extends PluginFactory {
-
- public AndroidPluginAccessors(ProviderFactory providers, DefaultVersionCatalog config) { super(providers, config); }
-
- /**
- * Plugin provider for android.application with plugin id com.android.application and
- * with version reference agp
- *
- * This plugin was declared in catalog libs.versions.toml
- */
- public Provider getApplication() { return createPlugin("android.application"); }
-
- }
-
- public static class KotlinPluginAccessors extends PluginFactory {
-
- public KotlinPluginAccessors(ProviderFactory providers, DefaultVersionCatalog config) { super(providers, config); }
-
- /**
- * Plugin provider for kotlin.android with plugin id org.jetbrains.kotlin.android and
- * with version reference kotlin
- *
- * This plugin was declared in catalog libs.versions.toml
- */
- public Provider getAndroid() { return createPlugin("kotlin.android"); }
-
- /**
- * Plugin provider for kotlin.compose with plugin id org.jetbrains.kotlin.plugin.compose and
- * with version reference kotlin
- *
- * This plugin was declared in catalog libs.versions.toml
- */
- public Provider getCompose() { return createPlugin("kotlin.compose"); }
-
- /**
- * Plugin provider for kotlin.serialization with plugin id org.jetbrains.kotlin.plugin.serialization and
- * with version reference kotlin
- *
- * This plugin was declared in catalog libs.versions.toml
- */
- public Provider getSerialization() { return createPlugin("kotlin.serialization"); }
-
- }
-
-}
diff --git a/.gradle/8.7/executionHistory/executionHistory.lock b/.gradle/8.7/executionHistory/executionHistory.lock
deleted file mode 100644
index b2dd250..0000000
Binary files a/.gradle/8.7/executionHistory/executionHistory.lock and /dev/null differ
diff --git a/.gradle/8.7/fileHashes/fileHashes.bin b/.gradle/8.7/fileHashes/fileHashes.bin
deleted file mode 100644
index cd83fa9..0000000
Binary files a/.gradle/8.7/fileHashes/fileHashes.bin and /dev/null differ
diff --git a/.gradle/8.7/fileHashes/fileHashes.lock b/.gradle/8.7/fileHashes/fileHashes.lock
deleted file mode 100644
index bb530a7..0000000
Binary files a/.gradle/8.7/fileHashes/fileHashes.lock and /dev/null differ
diff --git a/.gradle/8.7/fileHashes/resourceHashesCache.bin b/.gradle/8.7/fileHashes/resourceHashesCache.bin
deleted file mode 100644
index 4478e4d..0000000
Binary files a/.gradle/8.7/fileHashes/resourceHashesCache.bin and /dev/null differ
diff --git a/.gradle/buildOutputCleanup/buildOutputCleanup.lock b/.gradle/buildOutputCleanup/buildOutputCleanup.lock
deleted file mode 100644
index 72fbd61..0000000
Binary files a/.gradle/buildOutputCleanup/buildOutputCleanup.lock and /dev/null differ
diff --git a/.gradle/buildOutputCleanup/cache.properties b/.gradle/buildOutputCleanup/cache.properties
deleted file mode 100644
index 0ae8178..0000000
--- a/.gradle/buildOutputCleanup/cache.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-#Fri May 22 16:56:02 CDT 2026
-gradle.version=8.7
diff --git a/.gradle/config.properties b/.gradle/config.properties
deleted file mode 100644
index 16d1193..0000000
--- a/.gradle/config.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-#Fri May 22 16:55:12 CDT 2026
-java.home=C\:\\Program Files\\Android\\Android Studio\\jbr
diff --git a/.gradle/file-system.probe b/.gradle/file-system.probe
deleted file mode 100644
index 1333b3d..0000000
Binary files a/.gradle/file-system.probe and /dev/null differ
diff --git a/.idea/.gitignore b/.idea/.gitignore
deleted file mode 100644
index 26d3352..0000000
--- a/.idea/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-# Default ignored files
-/shelf/
-/workspace.xml
diff --git a/.idea/.name b/.idea/.name
deleted file mode 100644
index abd93fc..0000000
--- a/.idea/.name
+++ /dev/null
@@ -1 +0,0 @@
-HSDiary
\ No newline at end of file
diff --git a/.idea/AndroidProjectSystem.xml b/.idea/AndroidProjectSystem.xml
deleted file mode 100644
index 4a53bee..0000000
--- a/.idea/AndroidProjectSystem.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/appInsightsSettings.xml b/.idea/appInsightsSettings.xml
deleted file mode 100644
index 371f2e2..0000000
--- a/.idea/appInsightsSettings.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/caches/deviceStreaming.xml b/.idea/caches/deviceStreaming.xml
deleted file mode 100644
index fadb0d1..0000000
--- a/.idea/caches/deviceStreaming.xml
+++ /dev/null
@@ -1,2153 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/compiler.xml b/.idea/compiler.xml
deleted file mode 100644
index b86273d..0000000
--- a/.idea/compiler.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/deploymentTargetSelector.xml b/.idea/deploymentTargetSelector.xml
deleted file mode 100644
index f299359..0000000
--- a/.idea/deploymentTargetSelector.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/gradle.xml b/.idea/gradle.xml
deleted file mode 100644
index 97f0a8e..0000000
--- a/.idea/gradle.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/migrations.xml b/.idea/migrations.xml
deleted file mode 100644
index f8051a6..0000000
--- a/.idea/migrations.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
deleted file mode 100644
index 74dd639..0000000
--- a/.idea/misc.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/runConfigurations.xml b/.idea/runConfigurations.xml
deleted file mode 100644
index 16660f1..0000000
--- a/.idea/runConfigurations.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
deleted file mode 100644
index 94a25f7..0000000
--- a/.idea/vcs.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/local.properties b/local.properties
deleted file mode 100644
index f5f0b41..0000000
--- a/local.properties
+++ /dev/null
@@ -1,8 +0,0 @@
-## This file must *NOT* be checked into Version Control Systems,
-# as it contains information specific to your local configuration.
-#
-# Location of the SDK. This is only used by Gradle.
-# For customization when using a Version Control System, please read the
-# header note.
-#Fri May 22 16:55:12 CDT 2026
-sdk.dir=C\:\\Users\\colby\\AppData\\Local\\Android\\Sdk