diff --git a/client/.gitignore b/client/.gitignore new file mode 100644 index 0000000..ac120a1 --- /dev/null +++ b/client/.gitignore @@ -0,0 +1,164 @@ +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class +.idead + +# C extensions +*.so + +# Distribution / packaging +.Python +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +wheels/ +share/python-wheels/ +*.egg-info/ +.installed.cfg +*.egg +MANIFEST + +# PyInstaller +# Usually these files are written by a python script from a template +# before PyInstaller builds the exe, so as to inject date/other infos into it. +*.manifest +*.spec + +# Installer logs +pip-log.txt +pip-delete-this-directory.txt + +# Unit test / coverage reports +htmlcov/ +.tox/ +.nox/ +.coverage +.coverage.* +.cache +nosetests.xml +coverage.xml +*.cover +*.py,cover +.hypothesis/ +.pytest_cache/ +cover/ + +# Translations +*.mo +*.pot + +# Django stuff: +*.log +local_settings.py +db.sqlite3 +db.sqlite3-journal + +# Flask stuff: +instance/ +.webassets-cache + +# Scrapy stuff: +.scrapy + +# Sphinx documentation +docs/_build/ + +# PyBuilder +.pybuilder/ +target/ + +# Jupyter Notebook +.ipynb_checkpoints + +# IPython +profile_default/ +ipython_config.py + +# pyenv +# For a library or package, you might want to ignore these files since the code is +# intended to run in multiple environments; otherwise, check them in: +# .python-version + +# pipenv +# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control. +# However, in case of collaboration, if having platform-specific dependencies or dependencies +# having no cross-platform support, pipenv may install dependencies that don't work, or not +# install all needed dependencies. +#Pipfile.lock + +# poetry +# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control. +# This is especially recommended for binary packages to ensure reproducibility, and is more +# commonly ignored for libraries. +# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control +*.lock + +# pdm +# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control. +#pdm.lock +# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it +# in version control. +# https://pdm.fming.dev/#use-with-ide +.pdm.toml + +# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm +__pypackages__/ + +# Celery stuff +celerybeat-schedule +celerybeat.pid + +# SageMath parsed files +*.sage.py + +# Environments +.env +.venv +env/ +venv/ +ENV/ +env.bak/ +venv.bak/ + +# Spyder project settings +.spyderproject +.spyproject + +# Rope project settings +.ropeproject + +# mkdocs documentation +/site + +# mypy +.mypy_cache/ +.dmypy.json +dmypy.json + +# Pyre type checker +.pyre/ + +# pytype static type analyzer +.pytype/ + +# Cython debug symbols +cython_debug/ + +# PyCharm +# JetBrains specific template is maintained in a separate JetBrains.gitignore that can +# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore +# and can be added to the global gitignore or merged into this file. For a more nuclear +# option (not recommended) you can uncomment the following to ignore the entire idea folder. +#.idea/ + +# Flet +storage/ \ No newline at end of file diff --git a/client/.gradle/8.9/checksums/checksums.lock b/client/.gradle/8.9/checksums/checksums.lock deleted file mode 100644 index ac92737..0000000 Binary files a/client/.gradle/8.9/checksums/checksums.lock and /dev/null differ diff --git a/client/.gradle/8.9/checksums/md5-checksums.bin b/client/.gradle/8.9/checksums/md5-checksums.bin deleted file mode 100644 index 5095377..0000000 Binary files a/client/.gradle/8.9/checksums/md5-checksums.bin and /dev/null differ diff --git a/client/.gradle/8.9/checksums/sha1-checksums.bin b/client/.gradle/8.9/checksums/sha1-checksums.bin deleted file mode 100644 index f3ce670..0000000 Binary files a/client/.gradle/8.9/checksums/sha1-checksums.bin and /dev/null differ diff --git a/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibs$AndroidVersionAccessors.class b/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibs$AndroidVersionAccessors.class deleted file mode 100644 index 9c48e17..0000000 Binary files a/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibs$AndroidVersionAccessors.class and /dev/null differ diff --git a/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibs$AndroidxActivityLibraryAccessors.class b/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibs$AndroidxActivityLibraryAccessors.class deleted file mode 100644 index 308e380..0000000 Binary files a/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibs$AndroidxActivityLibraryAccessors.class and /dev/null differ diff --git a/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibs$AndroidxCoreLibraryAccessors.class b/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibs$AndroidxCoreLibraryAccessors.class deleted file mode 100644 index 5cd2b0e..0000000 Binary files a/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibs$AndroidxCoreLibraryAccessors.class and /dev/null differ diff --git a/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibs$AndroidxEspressoLibraryAccessors.class b/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibs$AndroidxEspressoLibraryAccessors.class deleted file mode 100644 index d6f88ba..0000000 Binary files a/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibs$AndroidxEspressoLibraryAccessors.class and /dev/null differ diff --git a/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibs$AndroidxLibraryAccessors.class b/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibs$AndroidxLibraryAccessors.class deleted file mode 100644 index 6c22963..0000000 Binary files a/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibs$AndroidxLibraryAccessors.class and /dev/null differ diff --git a/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibs$AndroidxLifecycleLibraryAccessors.class b/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibs$AndroidxLifecycleLibraryAccessors.class deleted file mode 100644 index f7887ec..0000000 Binary files a/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibs$AndroidxLifecycleLibraryAccessors.class and /dev/null differ diff --git a/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibs$AndroidxTestExtLibraryAccessors.class b/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibs$AndroidxTestExtLibraryAccessors.class deleted file mode 100644 index 58226dd..0000000 Binary files a/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibs$AndroidxTestExtLibraryAccessors.class and /dev/null differ diff --git a/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibs$AndroidxVersionAccessors.class b/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibs$AndroidxVersionAccessors.class deleted file mode 100644 index 0876c5d..0000000 Binary files a/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibs$AndroidxVersionAccessors.class and /dev/null differ diff --git a/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibs$BundleAccessors.class b/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibs$BundleAccessors.class deleted file mode 100644 index 9485d39..0000000 Binary files a/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibs$BundleAccessors.class and /dev/null differ diff --git a/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibs$KotlinLibraryAccessors.class b/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibs$KotlinLibraryAccessors.class deleted file mode 100644 index 217dabf..0000000 Binary files a/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibs$KotlinLibraryAccessors.class and /dev/null differ diff --git a/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibs$KotlinxLibraryAccessors.class b/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibs$KotlinxLibraryAccessors.class deleted file mode 100644 index 7e006e9..0000000 Binary files a/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibs$KotlinxLibraryAccessors.class and /dev/null differ diff --git a/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibs$KotlinxVersionAccessors.class b/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibs$KotlinxVersionAccessors.class deleted file mode 100644 index 311a252..0000000 Binary files a/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibs$KotlinxVersionAccessors.class and /dev/null differ diff --git a/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibs$PluginAccessors.class b/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibs$PluginAccessors.class deleted file mode 100644 index b13d8c0..0000000 Binary files a/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibs$PluginAccessors.class and /dev/null differ diff --git a/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibs$VersionAccessors.class b/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibs$VersionAccessors.class deleted file mode 100644 index c6d71c4..0000000 Binary files a/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibs$VersionAccessors.class and /dev/null differ diff --git a/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibs.class b/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibs.class deleted file mode 100644 index f540a0a..0000000 Binary files a/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibs.class and /dev/null differ diff --git a/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibsInPluginsBlock$AndroidVersionAccessors.class b/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibsInPluginsBlock$AndroidVersionAccessors.class deleted file mode 100644 index 1850451..0000000 Binary files a/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibsInPluginsBlock$AndroidVersionAccessors.class and /dev/null differ diff --git a/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibsInPluginsBlock$AndroidxActivityLibraryAccessors.class b/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibsInPluginsBlock$AndroidxActivityLibraryAccessors.class deleted file mode 100644 index 598abbc..0000000 Binary files a/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibsInPluginsBlock$AndroidxActivityLibraryAccessors.class and /dev/null differ diff --git a/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibsInPluginsBlock$AndroidxCoreLibraryAccessors.class b/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibsInPluginsBlock$AndroidxCoreLibraryAccessors.class deleted file mode 100644 index cbf2aae..0000000 Binary files a/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibsInPluginsBlock$AndroidxCoreLibraryAccessors.class and /dev/null differ diff --git a/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibsInPluginsBlock$AndroidxEspressoLibraryAccessors.class b/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibsInPluginsBlock$AndroidxEspressoLibraryAccessors.class deleted file mode 100644 index d8f0fff..0000000 Binary files a/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibsInPluginsBlock$AndroidxEspressoLibraryAccessors.class and /dev/null differ diff --git a/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibsInPluginsBlock$AndroidxLibraryAccessors.class b/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibsInPluginsBlock$AndroidxLibraryAccessors.class deleted file mode 100644 index 8e288ed..0000000 Binary files a/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibsInPluginsBlock$AndroidxLibraryAccessors.class and /dev/null differ diff --git a/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibsInPluginsBlock$AndroidxLifecycleLibraryAccessors.class b/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibsInPluginsBlock$AndroidxLifecycleLibraryAccessors.class deleted file mode 100644 index 0530aaa..0000000 Binary files a/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibsInPluginsBlock$AndroidxLifecycleLibraryAccessors.class and /dev/null differ diff --git a/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibsInPluginsBlock$AndroidxTestExtLibraryAccessors.class b/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibsInPluginsBlock$AndroidxTestExtLibraryAccessors.class deleted file mode 100644 index 6b9fe52..0000000 Binary files a/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibsInPluginsBlock$AndroidxTestExtLibraryAccessors.class and /dev/null differ diff --git a/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibsInPluginsBlock$AndroidxVersionAccessors.class b/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibsInPluginsBlock$AndroidxVersionAccessors.class deleted file mode 100644 index 79e47ae..0000000 Binary files a/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibsInPluginsBlock$AndroidxVersionAccessors.class and /dev/null differ diff --git a/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibsInPluginsBlock$BundleAccessors.class b/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibsInPluginsBlock$BundleAccessors.class deleted file mode 100644 index 3a2c6a5..0000000 Binary files a/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibsInPluginsBlock$BundleAccessors.class and /dev/null differ diff --git a/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibsInPluginsBlock$KotlinLibraryAccessors.class b/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibsInPluginsBlock$KotlinLibraryAccessors.class deleted file mode 100644 index f341a8f..0000000 Binary files a/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibsInPluginsBlock$KotlinLibraryAccessors.class and /dev/null differ diff --git a/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibsInPluginsBlock$KotlinxLibraryAccessors.class b/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibsInPluginsBlock$KotlinxLibraryAccessors.class deleted file mode 100644 index d960b7b..0000000 Binary files a/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibsInPluginsBlock$KotlinxLibraryAccessors.class and /dev/null differ diff --git a/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibsInPluginsBlock$KotlinxVersionAccessors.class b/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibsInPluginsBlock$KotlinxVersionAccessors.class deleted file mode 100644 index d70acfc..0000000 Binary files a/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibsInPluginsBlock$KotlinxVersionAccessors.class and /dev/null differ diff --git a/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibsInPluginsBlock$PluginAccessors.class b/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibsInPluginsBlock$PluginAccessors.class deleted file mode 100644 index 563dcbf..0000000 Binary files a/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibsInPluginsBlock$PluginAccessors.class and /dev/null differ diff --git a/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibsInPluginsBlock$VersionAccessors.class b/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibsInPluginsBlock$VersionAccessors.class deleted file mode 100644 index 561b7a2..0000000 Binary files a/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibsInPluginsBlock$VersionAccessors.class and /dev/null differ diff --git a/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibsInPluginsBlock.class b/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibsInPluginsBlock.class deleted file mode 100644 index 6cccbcb..0000000 Binary files a/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/classes/org/gradle/accessors/dm/LibrariesForLibsInPluginsBlock.class and /dev/null differ diff --git a/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/metadata.bin b/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/metadata.bin deleted file mode 100644 index d0d7b83..0000000 --- a/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/metadata.bin +++ /dev/null @@ -1 +0,0 @@ -sdqaonr34bcpvouv6acithyp3a 9J.֛/!classest!"A潜kFsources1>Mt&_ \ No newline at end of file diff --git a/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/sources/org/gradle/accessors/dm/LibrariesForLibs.java b/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/sources/org/gradle/accessors/dm/LibrariesForLibs.java deleted file mode 100644 index 898418b..0000000 --- a/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/sources/org/gradle/accessors/dm/LibrariesForLibs.java +++ /dev/null @@ -1,555 +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 LibrariesForLibs extends AbstractExternalDependencyFactory { - - private final AbstractExternalDependencyFactory owner = this; - private final AndroidxLibraryAccessors laccForAndroidxLibraryAccessors = new AndroidxLibraryAccessors(owner); - private final KotlinLibraryAccessors laccForKotlinLibraryAccessors = new KotlinLibraryAccessors(owner); - private final KotlinxLibraryAccessors laccForKotlinxLibraryAccessors = new KotlinxLibraryAccessors(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 LibrariesForLibs(DefaultVersionCatalog config, ProviderFactory providers, ObjectFactory objects, ImmutableAttributesFactory attributesFactory, CapabilityNotationParser capabilityNotationParser) { - super(config, providers, objects, attributesFactory, capabilityNotationParser); - } - - /** - * Dependency provider for junit with junit:junit coordinates and - * with version reference junit - *

- * This dependency was declared in catalog libs.versions.toml - */ - public Provider getJunit() { - return create("junit"); - } - - /** - * Group of libraries at androidx - */ - public AndroidxLibraryAccessors getAndroidx() { - return laccForAndroidxLibraryAccessors; - } - - /** - * Group of libraries at kotlin - */ - public KotlinLibraryAccessors getKotlin() { - return laccForKotlinLibraryAccessors; - } - - /** - * Group of libraries at kotlinx - */ - public KotlinxLibraryAccessors getKotlinx() { - return laccForKotlinxLibraryAccessors; - } - - /** - * Group of versions at versions - */ - public VersionAccessors getVersions() { - return vaccForVersionAccessors; - } - - /** - * Group of bundles at bundles - */ - public BundleAccessors getBundles() { - return baccForBundleAccessors; - } - - /** - * Group of plugins at plugins - */ - public PluginAccessors getPlugins() { - return paccForPluginAccessors; - } - - public static class AndroidxLibraryAccessors extends SubDependencyFactory { - private final AndroidxActivityLibraryAccessors laccForAndroidxActivityLibraryAccessors = new AndroidxActivityLibraryAccessors(owner); - private final AndroidxCoreLibraryAccessors laccForAndroidxCoreLibraryAccessors = new AndroidxCoreLibraryAccessors(owner); - private final AndroidxEspressoLibraryAccessors laccForAndroidxEspressoLibraryAccessors = new AndroidxEspressoLibraryAccessors(owner); - private final AndroidxLifecycleLibraryAccessors laccForAndroidxLifecycleLibraryAccessors = new AndroidxLifecycleLibraryAccessors(owner); - private final AndroidxTestExtLibraryAccessors laccForAndroidxTestExtLibraryAccessors = new AndroidxTestExtLibraryAccessors(owner); - - public AndroidxLibraryAccessors(AbstractExternalDependencyFactory owner) { super(owner); } - - /** - * Dependency provider for appcompat with androidx.appcompat:appcompat coordinates and - * with version reference androidx.appcompat - *

- * This dependency was declared in catalog libs.versions.toml - */ - public Provider getAppcompat() { - return create("androidx.appcompat"); - } - - /** - * Dependency provider for constraintlayout with androidx.constraintlayout:constraintlayout coordinates and - * with version reference androidx.constraintlayout - *

- * This dependency was declared in catalog libs.versions.toml - */ - public Provider getConstraintlayout() { - return create("androidx.constraintlayout"); - } - - /** - * Group of libraries at androidx.activity - */ - public AndroidxActivityLibraryAccessors getActivity() { - return laccForAndroidxActivityLibraryAccessors; - } - - /** - * Group of libraries at androidx.core - */ - public AndroidxCoreLibraryAccessors getCore() { - return laccForAndroidxCoreLibraryAccessors; - } - - /** - * Group of libraries at androidx.espresso - */ - public AndroidxEspressoLibraryAccessors getEspresso() { - return laccForAndroidxEspressoLibraryAccessors; - } - - /** - * Group of libraries at androidx.lifecycle - */ - public AndroidxLifecycleLibraryAccessors getLifecycle() { - return laccForAndroidxLifecycleLibraryAccessors; - } - - /** - * Group of libraries at androidx.testExt - */ - public AndroidxTestExtLibraryAccessors getTestExt() { - return laccForAndroidxTestExtLibraryAccessors; - } - - } - - 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 androidx.activity - *

- * 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 androidx.core - *

- * This dependency was declared in catalog libs.versions.toml - */ - public Provider getKtx() { - return create("androidx.core.ktx"); - } - - } - - public static class AndroidxEspressoLibraryAccessors extends SubDependencyFactory { - - public AndroidxEspressoLibraryAccessors(AbstractExternalDependencyFactory owner) { super(owner); } - - /** - * Dependency provider for core with androidx.test.espresso:espresso-core coordinates and - * with version reference androidx.espresso - *

- * This dependency was declared in catalog libs.versions.toml - */ - public Provider getCore() { - return create("androidx.espresso.core"); - } - - } - - public static class AndroidxLifecycleLibraryAccessors extends SubDependencyFactory { - - public AndroidxLifecycleLibraryAccessors(AbstractExternalDependencyFactory owner) { super(owner); } - - /** - * Dependency provider for runtimeCompose with org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose coordinates and - * with version reference androidx.lifecycle - *

- * This dependency was declared in catalog libs.versions.toml - */ - public Provider getRuntimeCompose() { - return create("androidx.lifecycle.runtimeCompose"); - } - - /** - * Dependency provider for viewmodel with org.jetbrains.androidx.lifecycle:lifecycle-viewmodel coordinates and - * with version reference androidx.lifecycle - *

- * This dependency was declared in catalog libs.versions.toml - */ - public Provider getViewmodel() { - return create("androidx.lifecycle.viewmodel"); - } - - } - - public static class AndroidxTestExtLibraryAccessors extends SubDependencyFactory { - - public AndroidxTestExtLibraryAccessors(AbstractExternalDependencyFactory owner) { super(owner); } - - /** - * Dependency provider for junit with androidx.test.ext:junit coordinates and - * with version reference androidx.testExt - *

- * This dependency was declared in catalog libs.versions.toml - */ - public Provider getJunit() { - return create("androidx.testExt.junit"); - } - - } - - public static class KotlinLibraryAccessors extends SubDependencyFactory { - - public KotlinLibraryAccessors(AbstractExternalDependencyFactory owner) { super(owner); } - - /** - * Dependency provider for test with org.jetbrains.kotlin:kotlin-test coordinates and - * with version reference kotlin - *

- * This dependency was declared in catalog libs.versions.toml - */ - public Provider getTest() { - return create("kotlin.test"); - } - - /** - * Dependency provider for testJunit with org.jetbrains.kotlin:kotlin-test-junit coordinates and - * with version reference kotlin - *

- * This dependency was declared in catalog libs.versions.toml - */ - public Provider getTestJunit() { - return create("kotlin.testJunit"); - } - - } - - public static class KotlinxLibraryAccessors extends SubDependencyFactory { - - public KotlinxLibraryAccessors(AbstractExternalDependencyFactory owner) { super(owner); } - - /** - * Dependency provider for coroutinesSwing with org.jetbrains.kotlinx:kotlinx-coroutines-swing coordinates and - * with version reference kotlinx.coroutines - *

- * This dependency was declared in catalog libs.versions.toml - */ - public Provider getCoroutinesSwing() { - return create("kotlinx.coroutinesSwing"); - } - - } - - public static class VersionAccessors extends VersionFactory { - - private final AndroidVersionAccessors vaccForAndroidVersionAccessors = new AndroidVersionAccessors(providers, config); - private final AndroidxVersionAccessors vaccForAndroidxVersionAccessors = new AndroidxVersionAccessors(providers, config); - private final KotlinxVersionAccessors vaccForKotlinxVersionAccessors = new KotlinxVersionAccessors(providers, config); - public VersionAccessors(ProviderFactory providers, DefaultVersionCatalog config) { super(providers, config); } - - /** - * Version alias agp with value 8.7.3 - *

- * 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 composeHotReload with value 1.0.0-alpha11 - *

- * 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 getComposeHotReload() { return getVersion("composeHotReload"); } - - /** - * Version alias composeMultiplatform with value 1.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 getComposeMultiplatform() { return getVersion("composeMultiplatform"); } - - /** - * Version alias junit with value 4.13.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 getJunit() { return getVersion("junit"); } - - /** - * Version alias kotlin with value 2.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 getKotlin() { return getVersion("kotlin"); } - - /** - * Group of versions at versions.android - */ - public AndroidVersionAccessors getAndroid() { - return vaccForAndroidVersionAccessors; - } - - /** - * Group of versions at versions.androidx - */ - public AndroidxVersionAccessors getAndroidx() { - return vaccForAndroidxVersionAccessors; - } - - /** - * Group of versions at versions.kotlinx - */ - public KotlinxVersionAccessors getKotlinx() { - return vaccForKotlinxVersionAccessors; - } - - } - - public static class AndroidVersionAccessors extends VersionFactory { - - public AndroidVersionAccessors(ProviderFactory providers, DefaultVersionCatalog config) { super(providers, config); } - - /** - * Version alias android.compileSdk with value 35 - *

- * 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 getCompileSdk() { return getVersion("android.compileSdk"); } - - /** - * Version alias android.minSdk with value 24 - *

- * 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 getMinSdk() { return getVersion("android.minSdk"); } - - /** - * Version alias android.targetSdk with value 35 - *

- * 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 getTargetSdk() { return getVersion("android.targetSdk"); } - - } - - public static class AndroidxVersionAccessors extends VersionFactory { - - public AndroidxVersionAccessors(ProviderFactory providers, DefaultVersionCatalog config) { super(providers, config); } - - /** - * Version alias androidx.activity with value 1.10.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 getActivity() { return getVersion("androidx.activity"); } - - /** - * Version alias androidx.appcompat 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 getAppcompat() { return getVersion("androidx.appcompat"); } - - /** - * Version alias androidx.constraintlayout with value 2.2.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 getConstraintlayout() { return getVersion("androidx.constraintlayout"); } - - /** - * Version alias androidx.core with value 1.16.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 getCore() { return getVersion("androidx.core"); } - - /** - * Version alias androidx.espresso with value 3.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 getEspresso() { return getVersion("androidx.espresso"); } - - /** - * Version alias androidx.lifecycle with value 2.9.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 getLifecycle() { return getVersion("androidx.lifecycle"); } - - /** - * Version alias androidx.testExt with value 1.2.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 getTestExt() { return getVersion("androidx.testExt"); } - - } - - public static class KotlinxVersionAccessors extends VersionFactory { - - public KotlinxVersionAccessors(ProviderFactory providers, DefaultVersionCatalog config) { super(providers, config); } - - /** - * Version alias kotlinx.coroutines with value 1.10.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 getCoroutines() { return getVersion("kotlinx.coroutines"); } - - } - - 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 { - - public PluginAccessors(ProviderFactory providers, DefaultVersionCatalog config) { super(providers, config); } - - /** - * Plugin provider for androidApplication with plugin id com.android.application and - * with version reference agp - *

- * This plugin was declared in catalog libs.versions.toml - */ - public Provider getAndroidApplication() { return createPlugin("androidApplication"); } - - /** - * Plugin provider for androidLibrary with plugin id com.android.library and - * with version reference agp - *

- * This plugin was declared in catalog libs.versions.toml - */ - public Provider getAndroidLibrary() { return createPlugin("androidLibrary"); } - - /** - * Plugin provider for composeCompiler with plugin id org.jetbrains.kotlin.plugin.compose and - * with version reference kotlin - *

- * This plugin was declared in catalog libs.versions.toml - */ - public Provider getComposeCompiler() { return createPlugin("composeCompiler"); } - - /** - * Plugin provider for composeHotReload with plugin id org.jetbrains.compose.hot-reload and - * with version reference composeHotReload - *

- * This plugin was declared in catalog libs.versions.toml - */ - public Provider getComposeHotReload() { return createPlugin("composeHotReload"); } - - /** - * Plugin provider for composeMultiplatform with plugin id org.jetbrains.compose and - * with version reference composeMultiplatform - *

- * This plugin was declared in catalog libs.versions.toml - */ - public Provider getComposeMultiplatform() { return createPlugin("composeMultiplatform"); } - - /** - * Plugin provider for kotlinMultiplatform with plugin id org.jetbrains.kotlin.multiplatform and - * with version reference kotlin - *

- * This plugin was declared in catalog libs.versions.toml - */ - public Provider getKotlinMultiplatform() { return createPlugin("kotlinMultiplatform"); } - - } - -} diff --git a/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/sources/org/gradle/accessors/dm/LibrariesForLibsInPluginsBlock.java b/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/sources/org/gradle/accessors/dm/LibrariesForLibsInPluginsBlock.java deleted file mode 100644 index bd67245..0000000 --- a/client/.gradle/8.9/dependencies-accessors/26d8c03add692c8e47d63601f1f74ec68230d2fc/sources/org/gradle/accessors/dm/LibrariesForLibsInPluginsBlock.java +++ /dev/null @@ -1,675 +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 KotlinLibraryAccessors laccForKotlinLibraryAccessors = new KotlinLibraryAccessors(owner); - private final KotlinxLibraryAccessors laccForKotlinxLibraryAccessors = new KotlinxLibraryAccessors(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); - } - - /** - * Dependency provider for junit with junit:junit coordinates and - * with version reference junit - *

- * This dependency was declared in catalog libs.versions.toml - * - * @deprecated Will be removed in Gradle 9.0. - */ - @Deprecated - public Provider getJunit() { - 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("junit"); - } - - /** - * 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 kotlin - * - * @deprecated Will be removed in Gradle 9.0. - */ - @Deprecated - public KotlinLibraryAccessors getKotlin() { - 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 laccForKotlinLibraryAccessors; - } - - /** - * 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 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); - private final AndroidxEspressoLibraryAccessors laccForAndroidxEspressoLibraryAccessors = new AndroidxEspressoLibraryAccessors(owner); - private final AndroidxLifecycleLibraryAccessors laccForAndroidxLifecycleLibraryAccessors = new AndroidxLifecycleLibraryAccessors(owner); - private final AndroidxTestExtLibraryAccessors laccForAndroidxTestExtLibraryAccessors = new AndroidxTestExtLibraryAccessors(owner); - - public AndroidxLibraryAccessors(AbstractExternalDependencyFactory owner) { super(owner); } - - /** - * Dependency provider for appcompat with androidx.appcompat:appcompat coordinates and - * with version reference androidx.appcompat - *

- * This dependency was declared in catalog libs.versions.toml - * - * @deprecated Will be removed in Gradle 9.0. - */ - @Deprecated - public Provider getAppcompat() { - 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.appcompat"); - } - - /** - * Dependency provider for constraintlayout with androidx.constraintlayout:constraintlayout coordinates and - * with version reference androidx.constraintlayout - *

- * This dependency was declared in catalog libs.versions.toml - * - * @deprecated Will be removed in Gradle 9.0. - */ - @Deprecated - public Provider getConstraintlayout() { - 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.constraintlayout"); - } - - /** - * 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; - } - - /** - * Group of libraries at androidx.espresso - * - * @deprecated Will be removed in Gradle 9.0. - */ - @Deprecated - public AndroidxEspressoLibraryAccessors getEspresso() { - 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 laccForAndroidxEspressoLibraryAccessors; - } - - /** - * Group of libraries at androidx.lifecycle - * - * @deprecated Will be removed in Gradle 9.0. - */ - @Deprecated - public AndroidxLifecycleLibraryAccessors 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 laccForAndroidxLifecycleLibraryAccessors; - } - - /** - * Group of libraries at androidx.testExt - * - * @deprecated Will be removed in Gradle 9.0. - */ - @Deprecated - public AndroidxTestExtLibraryAccessors getTestExt() { - 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 laccForAndroidxTestExtLibraryAccessors; - } - - } - - /** - * @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 androidx.activity - *

- * 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 androidx.core - *

- * 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 AndroidxEspressoLibraryAccessors extends SubDependencyFactory { - - public AndroidxEspressoLibraryAccessors(AbstractExternalDependencyFactory owner) { super(owner); } - - /** - * Dependency provider for core with androidx.test.espresso:espresso-core coordinates and - * with version reference androidx.espresso - *

- * This dependency was declared in catalog libs.versions.toml - * - * @deprecated Will be removed in Gradle 9.0. - */ - @Deprecated - public Provider 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 create("androidx.espresso.core"); - } - - } - - /** - * @deprecated Will be removed in Gradle 9.0. - */ - @Deprecated - public static class AndroidxLifecycleLibraryAccessors extends SubDependencyFactory { - - public AndroidxLifecycleLibraryAccessors(AbstractExternalDependencyFactory owner) { super(owner); } - - /** - * Dependency provider for runtimeCompose with org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose coordinates and - * with version reference androidx.lifecycle - *

- * This dependency was declared in catalog libs.versions.toml - * - * @deprecated Will be removed in Gradle 9.0. - */ - @Deprecated - public Provider getRuntimeCompose() { - 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.lifecycle.runtimeCompose"); - } - - /** - * Dependency provider for viewmodel with org.jetbrains.androidx.lifecycle:lifecycle-viewmodel coordinates and - * with version reference androidx.lifecycle - *

- * This dependency was declared in catalog libs.versions.toml - * - * @deprecated Will be removed in Gradle 9.0. - */ - @Deprecated - public Provider 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 create("androidx.lifecycle.viewmodel"); - } - - } - - /** - * @deprecated Will be removed in Gradle 9.0. - */ - @Deprecated - public static class AndroidxTestExtLibraryAccessors extends SubDependencyFactory { - - public AndroidxTestExtLibraryAccessors(AbstractExternalDependencyFactory owner) { super(owner); } - - /** - * Dependency provider for junit with androidx.test.ext:junit coordinates and - * with version reference androidx.testExt - *

- * This dependency was declared in catalog libs.versions.toml - * - * @deprecated Will be removed in Gradle 9.0. - */ - @Deprecated - public Provider getJunit() { - 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.testExt.junit"); - } - - } - - /** - * @deprecated Will be removed in Gradle 9.0. - */ - @Deprecated - public static class KotlinLibraryAccessors extends SubDependencyFactory { - - public KotlinLibraryAccessors(AbstractExternalDependencyFactory owner) { super(owner); } - - /** - * Dependency provider for test with org.jetbrains.kotlin:kotlin-test coordinates and - * with version reference kotlin - *

- * This dependency was declared in catalog libs.versions.toml - * - * @deprecated Will be removed in Gradle 9.0. - */ - @Deprecated - public Provider getTest() { - 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("kotlin.test"); - } - - /** - * Dependency provider for testJunit with org.jetbrains.kotlin:kotlin-test-junit coordinates and - * with version reference kotlin - *

- * This dependency was declared in catalog libs.versions.toml - * - * @deprecated Will be removed in Gradle 9.0. - */ - @Deprecated - public Provider getTestJunit() { - 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("kotlin.testJunit"); - } - - } - - /** - * @deprecated Will be removed in Gradle 9.0. - */ - @Deprecated - public static class KotlinxLibraryAccessors extends SubDependencyFactory { - - public KotlinxLibraryAccessors(AbstractExternalDependencyFactory owner) { super(owner); } - - /** - * Dependency provider for coroutinesSwing with org.jetbrains.kotlinx:kotlinx-coroutines-swing coordinates and - * with version reference kotlinx.coroutines - *

- * This dependency was declared in catalog libs.versions.toml - * - * @deprecated Will be removed in Gradle 9.0. - */ - @Deprecated - public Provider getCoroutinesSwing() { - 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.coroutinesSwing"); - } - - } - - public static class VersionAccessors extends VersionFactory { - - private final AndroidVersionAccessors vaccForAndroidVersionAccessors = new AndroidVersionAccessors(providers, config); - private final AndroidxVersionAccessors vaccForAndroidxVersionAccessors = new AndroidxVersionAccessors(providers, config); - private final KotlinxVersionAccessors vaccForKotlinxVersionAccessors = new KotlinxVersionAccessors(providers, config); - public VersionAccessors(ProviderFactory providers, DefaultVersionCatalog config) { super(providers, config); } - - /** - * Version alias agp with value 8.7.3 - *

- * 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 composeHotReload with value 1.0.0-alpha11 - *

- * 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 getComposeHotReload() { return getVersion("composeHotReload"); } - - /** - * Version alias composeMultiplatform with value 1.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 getComposeMultiplatform() { return getVersion("composeMultiplatform"); } - - /** - * Version alias junit with value 4.13.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 getJunit() { return getVersion("junit"); } - - /** - * Version alias kotlin with value 2.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 getKotlin() { return getVersion("kotlin"); } - - /** - * Group of versions at versions.android - */ - public AndroidVersionAccessors getAndroid() { - return vaccForAndroidVersionAccessors; - } - - /** - * Group of versions at versions.androidx - */ - public AndroidxVersionAccessors getAndroidx() { - return vaccForAndroidxVersionAccessors; - } - - /** - * Group of versions at versions.kotlinx - */ - public KotlinxVersionAccessors getKotlinx() { - return vaccForKotlinxVersionAccessors; - } - - } - - public static class AndroidVersionAccessors extends VersionFactory { - - public AndroidVersionAccessors(ProviderFactory providers, DefaultVersionCatalog config) { super(providers, config); } - - /** - * Version alias android.compileSdk with value 35 - *

- * 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 getCompileSdk() { return getVersion("android.compileSdk"); } - - /** - * Version alias android.minSdk with value 24 - *

- * 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 getMinSdk() { return getVersion("android.minSdk"); } - - /** - * Version alias android.targetSdk with value 35 - *

- * 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 getTargetSdk() { return getVersion("android.targetSdk"); } - - } - - public static class AndroidxVersionAccessors extends VersionFactory { - - public AndroidxVersionAccessors(ProviderFactory providers, DefaultVersionCatalog config) { super(providers, config); } - - /** - * Version alias androidx.activity with value 1.10.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 getActivity() { return getVersion("androidx.activity"); } - - /** - * Version alias androidx.appcompat 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 getAppcompat() { return getVersion("androidx.appcompat"); } - - /** - * Version alias androidx.constraintlayout with value 2.2.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 getConstraintlayout() { return getVersion("androidx.constraintlayout"); } - - /** - * Version alias androidx.core with value 1.16.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 getCore() { return getVersion("androidx.core"); } - - /** - * Version alias androidx.espresso with value 3.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 getEspresso() { return getVersion("androidx.espresso"); } - - /** - * Version alias androidx.lifecycle with value 2.9.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 getLifecycle() { return getVersion("androidx.lifecycle"); } - - /** - * Version alias androidx.testExt with value 1.2.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 getTestExt() { return getVersion("androidx.testExt"); } - - } - - public static class KotlinxVersionAccessors extends VersionFactory { - - public KotlinxVersionAccessors(ProviderFactory providers, DefaultVersionCatalog config) { super(providers, config); } - - /** - * Version alias kotlinx.coroutines with value 1.10.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 getCoroutines() { return getVersion("kotlinx.coroutines"); } - - } - - /** - * @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 { - - public PluginAccessors(ProviderFactory providers, DefaultVersionCatalog config) { super(providers, config); } - - /** - * Plugin provider for androidApplication with plugin id com.android.application and - * with version reference agp - *

- * This plugin was declared in catalog libs.versions.toml - */ - public Provider getAndroidApplication() { return createPlugin("androidApplication"); } - - /** - * Plugin provider for androidLibrary with plugin id com.android.library and - * with version reference agp - *

- * This plugin was declared in catalog libs.versions.toml - */ - public Provider getAndroidLibrary() { return createPlugin("androidLibrary"); } - - /** - * Plugin provider for composeCompiler with plugin id org.jetbrains.kotlin.plugin.compose and - * with version reference kotlin - *

- * This plugin was declared in catalog libs.versions.toml - */ - public Provider getComposeCompiler() { return createPlugin("composeCompiler"); } - - /** - * Plugin provider for composeHotReload with plugin id org.jetbrains.compose.hot-reload and - * with version reference composeHotReload - *

- * This plugin was declared in catalog libs.versions.toml - */ - public Provider getComposeHotReload() { return createPlugin("composeHotReload"); } - - /** - * Plugin provider for composeMultiplatform with plugin id org.jetbrains.compose and - * with version reference composeMultiplatform - *

- * This plugin was declared in catalog libs.versions.toml - */ - public Provider getComposeMultiplatform() { return createPlugin("composeMultiplatform"); } - - /** - * Plugin provider for kotlinMultiplatform with plugin id org.jetbrains.kotlin.multiplatform and - * with version reference kotlin - *

- * This plugin was declared in catalog libs.versions.toml - */ - public Provider getKotlinMultiplatform() { return createPlugin("kotlinMultiplatform"); } - - } - -} diff --git a/client/.gradle/8.9/dependencies-accessors/c100e5b9e987dbd50f527a84a13358c5b35ad96b/classes/org/gradle/accessors/dm/LibrariesForLibs$AndroidxLibraryAccessors.class b/client/.gradle/8.9/dependencies-accessors/c100e5b9e987dbd50f527a84a13358c5b35ad96b/classes/org/gradle/accessors/dm/LibrariesForLibs$AndroidxLibraryAccessors.class deleted file mode 100644 index 85c31c7..0000000 Binary files a/client/.gradle/8.9/dependencies-accessors/c100e5b9e987dbd50f527a84a13358c5b35ad96b/classes/org/gradle/accessors/dm/LibrariesForLibs$AndroidxLibraryAccessors.class and /dev/null differ diff --git a/client/.gradle/8.9/dependencies-accessors/c100e5b9e987dbd50f527a84a13358c5b35ad96b/classes/org/gradle/accessors/dm/LibrariesForLibs$AndroidxLifecycleLibraryAccessors.class b/client/.gradle/8.9/dependencies-accessors/c100e5b9e987dbd50f527a84a13358c5b35ad96b/classes/org/gradle/accessors/dm/LibrariesForLibs$AndroidxLifecycleLibraryAccessors.class deleted file mode 100644 index 8ed8209..0000000 Binary files a/client/.gradle/8.9/dependencies-accessors/c100e5b9e987dbd50f527a84a13358c5b35ad96b/classes/org/gradle/accessors/dm/LibrariesForLibs$AndroidxLifecycleLibraryAccessors.class and /dev/null differ diff --git a/client/.gradle/8.9/dependencies-accessors/c100e5b9e987dbd50f527a84a13358c5b35ad96b/classes/org/gradle/accessors/dm/LibrariesForLibs$AndroidxVersionAccessors.class b/client/.gradle/8.9/dependencies-accessors/c100e5b9e987dbd50f527a84a13358c5b35ad96b/classes/org/gradle/accessors/dm/LibrariesForLibs$AndroidxVersionAccessors.class deleted file mode 100644 index 1f39ca7..0000000 Binary files a/client/.gradle/8.9/dependencies-accessors/c100e5b9e987dbd50f527a84a13358c5b35ad96b/classes/org/gradle/accessors/dm/LibrariesForLibs$AndroidxVersionAccessors.class and /dev/null differ diff --git a/client/.gradle/8.9/dependencies-accessors/c100e5b9e987dbd50f527a84a13358c5b35ad96b/classes/org/gradle/accessors/dm/LibrariesForLibs$BundleAccessors.class b/client/.gradle/8.9/dependencies-accessors/c100e5b9e987dbd50f527a84a13358c5b35ad96b/classes/org/gradle/accessors/dm/LibrariesForLibs$BundleAccessors.class deleted file mode 100644 index aa28740..0000000 Binary files a/client/.gradle/8.9/dependencies-accessors/c100e5b9e987dbd50f527a84a13358c5b35ad96b/classes/org/gradle/accessors/dm/LibrariesForLibs$BundleAccessors.class and /dev/null differ diff --git a/client/.gradle/8.9/dependencies-accessors/c100e5b9e987dbd50f527a84a13358c5b35ad96b/classes/org/gradle/accessors/dm/LibrariesForLibs$KotlinLibraryAccessors.class b/client/.gradle/8.9/dependencies-accessors/c100e5b9e987dbd50f527a84a13358c5b35ad96b/classes/org/gradle/accessors/dm/LibrariesForLibs$KotlinLibraryAccessors.class deleted file mode 100644 index ab879c5..0000000 Binary files a/client/.gradle/8.9/dependencies-accessors/c100e5b9e987dbd50f527a84a13358c5b35ad96b/classes/org/gradle/accessors/dm/LibrariesForLibs$KotlinLibraryAccessors.class and /dev/null differ diff --git a/client/.gradle/8.9/dependencies-accessors/c100e5b9e987dbd50f527a84a13358c5b35ad96b/classes/org/gradle/accessors/dm/LibrariesForLibs$KotlinxLibraryAccessors.class b/client/.gradle/8.9/dependencies-accessors/c100e5b9e987dbd50f527a84a13358c5b35ad96b/classes/org/gradle/accessors/dm/LibrariesForLibs$KotlinxLibraryAccessors.class deleted file mode 100644 index 9178cfd..0000000 Binary files a/client/.gradle/8.9/dependencies-accessors/c100e5b9e987dbd50f527a84a13358c5b35ad96b/classes/org/gradle/accessors/dm/LibrariesForLibs$KotlinxLibraryAccessors.class and /dev/null differ diff --git a/client/.gradle/8.9/dependencies-accessors/c100e5b9e987dbd50f527a84a13358c5b35ad96b/classes/org/gradle/accessors/dm/LibrariesForLibs$KotlinxVersionAccessors.class b/client/.gradle/8.9/dependencies-accessors/c100e5b9e987dbd50f527a84a13358c5b35ad96b/classes/org/gradle/accessors/dm/LibrariesForLibs$KotlinxVersionAccessors.class deleted file mode 100644 index 03264d9..0000000 Binary files a/client/.gradle/8.9/dependencies-accessors/c100e5b9e987dbd50f527a84a13358c5b35ad96b/classes/org/gradle/accessors/dm/LibrariesForLibs$KotlinxVersionAccessors.class and /dev/null differ diff --git a/client/.gradle/8.9/dependencies-accessors/c100e5b9e987dbd50f527a84a13358c5b35ad96b/classes/org/gradle/accessors/dm/LibrariesForLibs$PluginAccessors.class b/client/.gradle/8.9/dependencies-accessors/c100e5b9e987dbd50f527a84a13358c5b35ad96b/classes/org/gradle/accessors/dm/LibrariesForLibs$PluginAccessors.class deleted file mode 100644 index 7b5975a..0000000 Binary files a/client/.gradle/8.9/dependencies-accessors/c100e5b9e987dbd50f527a84a13358c5b35ad96b/classes/org/gradle/accessors/dm/LibrariesForLibs$PluginAccessors.class and /dev/null differ diff --git a/client/.gradle/8.9/dependencies-accessors/c100e5b9e987dbd50f527a84a13358c5b35ad96b/classes/org/gradle/accessors/dm/LibrariesForLibs$VersionAccessors.class b/client/.gradle/8.9/dependencies-accessors/c100e5b9e987dbd50f527a84a13358c5b35ad96b/classes/org/gradle/accessors/dm/LibrariesForLibs$VersionAccessors.class deleted file mode 100644 index c831b8f..0000000 Binary files a/client/.gradle/8.9/dependencies-accessors/c100e5b9e987dbd50f527a84a13358c5b35ad96b/classes/org/gradle/accessors/dm/LibrariesForLibs$VersionAccessors.class and /dev/null differ diff --git a/client/.gradle/8.9/dependencies-accessors/c100e5b9e987dbd50f527a84a13358c5b35ad96b/classes/org/gradle/accessors/dm/LibrariesForLibs.class b/client/.gradle/8.9/dependencies-accessors/c100e5b9e987dbd50f527a84a13358c5b35ad96b/classes/org/gradle/accessors/dm/LibrariesForLibs.class deleted file mode 100644 index cfd1338..0000000 Binary files a/client/.gradle/8.9/dependencies-accessors/c100e5b9e987dbd50f527a84a13358c5b35ad96b/classes/org/gradle/accessors/dm/LibrariesForLibs.class and /dev/null differ diff --git a/client/.gradle/8.9/dependencies-accessors/c100e5b9e987dbd50f527a84a13358c5b35ad96b/classes/org/gradle/accessors/dm/LibrariesForLibsInPluginsBlock$AndroidxLibraryAccessors.class b/client/.gradle/8.9/dependencies-accessors/c100e5b9e987dbd50f527a84a13358c5b35ad96b/classes/org/gradle/accessors/dm/LibrariesForLibsInPluginsBlock$AndroidxLibraryAccessors.class deleted file mode 100644 index 8ada9c8..0000000 Binary files a/client/.gradle/8.9/dependencies-accessors/c100e5b9e987dbd50f527a84a13358c5b35ad96b/classes/org/gradle/accessors/dm/LibrariesForLibsInPluginsBlock$AndroidxLibraryAccessors.class and /dev/null differ diff --git a/client/.gradle/8.9/dependencies-accessors/c100e5b9e987dbd50f527a84a13358c5b35ad96b/classes/org/gradle/accessors/dm/LibrariesForLibsInPluginsBlock$AndroidxLifecycleLibraryAccessors.class b/client/.gradle/8.9/dependencies-accessors/c100e5b9e987dbd50f527a84a13358c5b35ad96b/classes/org/gradle/accessors/dm/LibrariesForLibsInPluginsBlock$AndroidxLifecycleLibraryAccessors.class deleted file mode 100644 index 367159b..0000000 Binary files a/client/.gradle/8.9/dependencies-accessors/c100e5b9e987dbd50f527a84a13358c5b35ad96b/classes/org/gradle/accessors/dm/LibrariesForLibsInPluginsBlock$AndroidxLifecycleLibraryAccessors.class and /dev/null differ diff --git a/client/.gradle/8.9/dependencies-accessors/c100e5b9e987dbd50f527a84a13358c5b35ad96b/classes/org/gradle/accessors/dm/LibrariesForLibsInPluginsBlock$AndroidxVersionAccessors.class b/client/.gradle/8.9/dependencies-accessors/c100e5b9e987dbd50f527a84a13358c5b35ad96b/classes/org/gradle/accessors/dm/LibrariesForLibsInPluginsBlock$AndroidxVersionAccessors.class deleted file mode 100644 index 222d5ed..0000000 Binary files a/client/.gradle/8.9/dependencies-accessors/c100e5b9e987dbd50f527a84a13358c5b35ad96b/classes/org/gradle/accessors/dm/LibrariesForLibsInPluginsBlock$AndroidxVersionAccessors.class and /dev/null differ diff --git a/client/.gradle/8.9/dependencies-accessors/c100e5b9e987dbd50f527a84a13358c5b35ad96b/classes/org/gradle/accessors/dm/LibrariesForLibsInPluginsBlock$BundleAccessors.class b/client/.gradle/8.9/dependencies-accessors/c100e5b9e987dbd50f527a84a13358c5b35ad96b/classes/org/gradle/accessors/dm/LibrariesForLibsInPluginsBlock$BundleAccessors.class deleted file mode 100644 index acd06c6..0000000 Binary files a/client/.gradle/8.9/dependencies-accessors/c100e5b9e987dbd50f527a84a13358c5b35ad96b/classes/org/gradle/accessors/dm/LibrariesForLibsInPluginsBlock$BundleAccessors.class and /dev/null differ diff --git a/client/.gradle/8.9/dependencies-accessors/c100e5b9e987dbd50f527a84a13358c5b35ad96b/classes/org/gradle/accessors/dm/LibrariesForLibsInPluginsBlock$KotlinLibraryAccessors.class b/client/.gradle/8.9/dependencies-accessors/c100e5b9e987dbd50f527a84a13358c5b35ad96b/classes/org/gradle/accessors/dm/LibrariesForLibsInPluginsBlock$KotlinLibraryAccessors.class deleted file mode 100644 index ede8886..0000000 Binary files a/client/.gradle/8.9/dependencies-accessors/c100e5b9e987dbd50f527a84a13358c5b35ad96b/classes/org/gradle/accessors/dm/LibrariesForLibsInPluginsBlock$KotlinLibraryAccessors.class and /dev/null differ diff --git a/client/.gradle/8.9/dependencies-accessors/c100e5b9e987dbd50f527a84a13358c5b35ad96b/classes/org/gradle/accessors/dm/LibrariesForLibsInPluginsBlock$KotlinxLibraryAccessors.class b/client/.gradle/8.9/dependencies-accessors/c100e5b9e987dbd50f527a84a13358c5b35ad96b/classes/org/gradle/accessors/dm/LibrariesForLibsInPluginsBlock$KotlinxLibraryAccessors.class deleted file mode 100644 index 7ee9ef3..0000000 Binary files a/client/.gradle/8.9/dependencies-accessors/c100e5b9e987dbd50f527a84a13358c5b35ad96b/classes/org/gradle/accessors/dm/LibrariesForLibsInPluginsBlock$KotlinxLibraryAccessors.class and /dev/null differ diff --git a/client/.gradle/8.9/dependencies-accessors/c100e5b9e987dbd50f527a84a13358c5b35ad96b/classes/org/gradle/accessors/dm/LibrariesForLibsInPluginsBlock$KotlinxVersionAccessors.class b/client/.gradle/8.9/dependencies-accessors/c100e5b9e987dbd50f527a84a13358c5b35ad96b/classes/org/gradle/accessors/dm/LibrariesForLibsInPluginsBlock$KotlinxVersionAccessors.class deleted file mode 100644 index c285a01..0000000 Binary files a/client/.gradle/8.9/dependencies-accessors/c100e5b9e987dbd50f527a84a13358c5b35ad96b/classes/org/gradle/accessors/dm/LibrariesForLibsInPluginsBlock$KotlinxVersionAccessors.class and /dev/null differ diff --git a/client/.gradle/8.9/dependencies-accessors/c100e5b9e987dbd50f527a84a13358c5b35ad96b/classes/org/gradle/accessors/dm/LibrariesForLibsInPluginsBlock$PluginAccessors.class b/client/.gradle/8.9/dependencies-accessors/c100e5b9e987dbd50f527a84a13358c5b35ad96b/classes/org/gradle/accessors/dm/LibrariesForLibsInPluginsBlock$PluginAccessors.class deleted file mode 100644 index 49b7845..0000000 Binary files a/client/.gradle/8.9/dependencies-accessors/c100e5b9e987dbd50f527a84a13358c5b35ad96b/classes/org/gradle/accessors/dm/LibrariesForLibsInPluginsBlock$PluginAccessors.class and /dev/null differ diff --git a/client/.gradle/8.9/dependencies-accessors/c100e5b9e987dbd50f527a84a13358c5b35ad96b/classes/org/gradle/accessors/dm/LibrariesForLibsInPluginsBlock$VersionAccessors.class b/client/.gradle/8.9/dependencies-accessors/c100e5b9e987dbd50f527a84a13358c5b35ad96b/classes/org/gradle/accessors/dm/LibrariesForLibsInPluginsBlock$VersionAccessors.class deleted file mode 100644 index c0c2d93..0000000 Binary files a/client/.gradle/8.9/dependencies-accessors/c100e5b9e987dbd50f527a84a13358c5b35ad96b/classes/org/gradle/accessors/dm/LibrariesForLibsInPluginsBlock$VersionAccessors.class and /dev/null differ diff --git a/client/.gradle/8.9/dependencies-accessors/c100e5b9e987dbd50f527a84a13358c5b35ad96b/classes/org/gradle/accessors/dm/LibrariesForLibsInPluginsBlock.class b/client/.gradle/8.9/dependencies-accessors/c100e5b9e987dbd50f527a84a13358c5b35ad96b/classes/org/gradle/accessors/dm/LibrariesForLibsInPluginsBlock.class deleted file mode 100644 index 8215d3d..0000000 Binary files a/client/.gradle/8.9/dependencies-accessors/c100e5b9e987dbd50f527a84a13358c5b35ad96b/classes/org/gradle/accessors/dm/LibrariesForLibsInPluginsBlock.class and /dev/null differ diff --git a/client/.gradle/8.9/dependencies-accessors/c100e5b9e987dbd50f527a84a13358c5b35ad96b/metadata.bin b/client/.gradle/8.9/dependencies-accessors/c100e5b9e987dbd50f527a84a13358c5b35ad96b/metadata.bin deleted file mode 100644 index 4d2fee0..0000000 --- a/client/.gradle/8.9/dependencies-accessors/c100e5b9e987dbd50f527a84a13358c5b35ad96b/metadata.bin +++ /dev/null @@ -1 +0,0 @@ -txf6rbfwfzfyzm2homgaxfwtxa_GLaG_1uclassesA7BtJh[;8%sourcesJ7ȤH`dbWD \ No newline at end of file diff --git a/client/.gradle/8.9/dependencies-accessors/c100e5b9e987dbd50f527a84a13358c5b35ad96b/sources/org/gradle/accessors/dm/LibrariesForLibs.java b/client/.gradle/8.9/dependencies-accessors/c100e5b9e987dbd50f527a84a13358c5b35ad96b/sources/org/gradle/accessors/dm/LibrariesForLibs.java deleted file mode 100644 index 72bb922..0000000 --- a/client/.gradle/8.9/dependencies-accessors/c100e5b9e987dbd50f527a84a13358c5b35ad96b/sources/org/gradle/accessors/dm/LibrariesForLibs.java +++ /dev/null @@ -1,309 +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 LibrariesForLibs extends AbstractExternalDependencyFactory { - - private final AbstractExternalDependencyFactory owner = this; - private final AndroidxLibraryAccessors laccForAndroidxLibraryAccessors = new AndroidxLibraryAccessors(owner); - private final KotlinLibraryAccessors laccForKotlinLibraryAccessors = new KotlinLibraryAccessors(owner); - private final KotlinxLibraryAccessors laccForKotlinxLibraryAccessors = new KotlinxLibraryAccessors(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 LibrariesForLibs(DefaultVersionCatalog config, ProviderFactory providers, ObjectFactory objects, ImmutableAttributesFactory attributesFactory, CapabilityNotationParser capabilityNotationParser) { - super(config, providers, objects, attributesFactory, capabilityNotationParser); - } - - /** - * Dependency provider for junit with junit:junit coordinates and - * with version reference junit - *

- * This dependency was declared in catalog libs.versions.toml - */ - public Provider getJunit() { - return create("junit"); - } - - /** - * Group of libraries at androidx - */ - public AndroidxLibraryAccessors getAndroidx() { - return laccForAndroidxLibraryAccessors; - } - - /** - * Group of libraries at kotlin - */ - public KotlinLibraryAccessors getKotlin() { - return laccForKotlinLibraryAccessors; - } - - /** - * Group of libraries at kotlinx - */ - public KotlinxLibraryAccessors getKotlinx() { - return laccForKotlinxLibraryAccessors; - } - - /** - * Group of versions at versions - */ - public VersionAccessors getVersions() { - return vaccForVersionAccessors; - } - - /** - * Group of bundles at bundles - */ - public BundleAccessors getBundles() { - return baccForBundleAccessors; - } - - /** - * Group of plugins at plugins - */ - public PluginAccessors getPlugins() { - return paccForPluginAccessors; - } - - public static class AndroidxLibraryAccessors extends SubDependencyFactory { - private final AndroidxLifecycleLibraryAccessors laccForAndroidxLifecycleLibraryAccessors = new AndroidxLifecycleLibraryAccessors(owner); - - public AndroidxLibraryAccessors(AbstractExternalDependencyFactory owner) { super(owner); } - - /** - * Group of libraries at androidx.lifecycle - */ - public AndroidxLifecycleLibraryAccessors getLifecycle() { - return laccForAndroidxLifecycleLibraryAccessors; - } - - } - - public static class AndroidxLifecycleLibraryAccessors extends SubDependencyFactory { - - public AndroidxLifecycleLibraryAccessors(AbstractExternalDependencyFactory owner) { super(owner); } - - /** - * Dependency provider for runtimeCompose with org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose coordinates and - * with version reference androidx.lifecycle - *

- * This dependency was declared in catalog libs.versions.toml - */ - public Provider getRuntimeCompose() { - return create("androidx.lifecycle.runtimeCompose"); - } - - /** - * Dependency provider for viewmodel with org.jetbrains.androidx.lifecycle:lifecycle-viewmodel coordinates and - * with version reference androidx.lifecycle - *

- * This dependency was declared in catalog libs.versions.toml - */ - public Provider getViewmodel() { - return create("androidx.lifecycle.viewmodel"); - } - - } - - public static class KotlinLibraryAccessors extends SubDependencyFactory { - - public KotlinLibraryAccessors(AbstractExternalDependencyFactory owner) { super(owner); } - - /** - * Dependency provider for test with org.jetbrains.kotlin:kotlin-test coordinates and - * with version reference kotlin - *

- * This dependency was declared in catalog libs.versions.toml - */ - public Provider getTest() { - return create("kotlin.test"); - } - - /** - * Dependency provider for testJunit with org.jetbrains.kotlin:kotlin-test-junit coordinates and - * with version reference kotlin - *

- * This dependency was declared in catalog libs.versions.toml - */ - public Provider getTestJunit() { - return create("kotlin.testJunit"); - } - - } - - public static class KotlinxLibraryAccessors extends SubDependencyFactory { - - public KotlinxLibraryAccessors(AbstractExternalDependencyFactory owner) { super(owner); } - - /** - * Dependency provider for coroutinesSwing with org.jetbrains.kotlinx:kotlinx-coroutines-swing coordinates and - * with version reference kotlinx.coroutines - *

- * This dependency was declared in catalog libs.versions.toml - */ - public Provider getCoroutinesSwing() { - return create("kotlinx.coroutinesSwing"); - } - - } - - public static class VersionAccessors extends VersionFactory { - - private final AndroidxVersionAccessors vaccForAndroidxVersionAccessors = new AndroidxVersionAccessors(providers, config); - private final KotlinxVersionAccessors vaccForKotlinxVersionAccessors = new KotlinxVersionAccessors(providers, config); - public VersionAccessors(ProviderFactory providers, DefaultVersionCatalog config) { super(providers, config); } - - /** - * Version alias composeHotReload with value 1.0.0-alpha11 - *

- * 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 getComposeHotReload() { return getVersion("composeHotReload"); } - - /** - * Version alias composeMultiplatform with value 1.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 getComposeMultiplatform() { return getVersion("composeMultiplatform"); } - - /** - * Version alias junit with value 4.13.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 getJunit() { return getVersion("junit"); } - - /** - * Version alias kotlin with value 2.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 getKotlin() { return getVersion("kotlin"); } - - /** - * Group of versions at versions.androidx - */ - public AndroidxVersionAccessors getAndroidx() { - return vaccForAndroidxVersionAccessors; - } - - /** - * Group of versions at versions.kotlinx - */ - public KotlinxVersionAccessors getKotlinx() { - return vaccForKotlinxVersionAccessors; - } - - } - - public static class AndroidxVersionAccessors extends VersionFactory { - - public AndroidxVersionAccessors(ProviderFactory providers, DefaultVersionCatalog config) { super(providers, config); } - - /** - * Version alias androidx.lifecycle with value 2.9.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 getLifecycle() { return getVersion("androidx.lifecycle"); } - - } - - public static class KotlinxVersionAccessors extends VersionFactory { - - public KotlinxVersionAccessors(ProviderFactory providers, DefaultVersionCatalog config) { super(providers, config); } - - /** - * Version alias kotlinx.coroutines with value 1.10.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 getCoroutines() { return getVersion("kotlinx.coroutines"); } - - } - - 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 { - - public PluginAccessors(ProviderFactory providers, DefaultVersionCatalog config) { super(providers, config); } - - /** - * Plugin provider for composeCompiler with plugin id org.jetbrains.kotlin.plugin.compose and - * with version reference kotlin - *

- * This plugin was declared in catalog libs.versions.toml - */ - public Provider getComposeCompiler() { return createPlugin("composeCompiler"); } - - /** - * Plugin provider for composeHotReload with plugin id org.jetbrains.compose.hot-reload and - * with version reference composeHotReload - *

- * This plugin was declared in catalog libs.versions.toml - */ - public Provider getComposeHotReload() { return createPlugin("composeHotReload"); } - - /** - * Plugin provider for composeMultiplatform with plugin id org.jetbrains.compose and - * with version reference composeMultiplatform - *

- * This plugin was declared in catalog libs.versions.toml - */ - public Provider getComposeMultiplatform() { return createPlugin("composeMultiplatform"); } - - /** - * Plugin provider for kotlinMultiplatform with plugin id org.jetbrains.kotlin.multiplatform and - * with version reference kotlin - *

- * This plugin was declared in catalog libs.versions.toml - */ - public Provider getKotlinMultiplatform() { return createPlugin("kotlinMultiplatform"); } - - } - -} diff --git a/client/.gradle/8.9/dependencies-accessors/c100e5b9e987dbd50f527a84a13358c5b35ad96b/sources/org/gradle/accessors/dm/LibrariesForLibsInPluginsBlock.java b/client/.gradle/8.9/dependencies-accessors/c100e5b9e987dbd50f527a84a13358c5b35ad96b/sources/org/gradle/accessors/dm/LibrariesForLibsInPluginsBlock.java deleted file mode 100644 index ffac25d..0000000 --- a/client/.gradle/8.9/dependencies-accessors/c100e5b9e987dbd50f527a84a13358c5b35ad96b/sources/org/gradle/accessors/dm/LibrariesForLibsInPluginsBlock.java +++ /dev/null @@ -1,373 +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 KotlinLibraryAccessors laccForKotlinLibraryAccessors = new KotlinLibraryAccessors(owner); - private final KotlinxLibraryAccessors laccForKotlinxLibraryAccessors = new KotlinxLibraryAccessors(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); - } - - /** - * Dependency provider for junit with junit:junit coordinates and - * with version reference junit - *

- * This dependency was declared in catalog libs.versions.toml - * - * @deprecated Will be removed in Gradle 9.0. - */ - @Deprecated - public Provider getJunit() { - 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("junit"); - } - - /** - * 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 kotlin - * - * @deprecated Will be removed in Gradle 9.0. - */ - @Deprecated - public KotlinLibraryAccessors getKotlin() { - 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 laccForKotlinLibraryAccessors; - } - - /** - * 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 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 AndroidxLifecycleLibraryAccessors laccForAndroidxLifecycleLibraryAccessors = new AndroidxLifecycleLibraryAccessors(owner); - - public AndroidxLibraryAccessors(AbstractExternalDependencyFactory owner) { super(owner); } - - /** - * Group of libraries at androidx.lifecycle - * - * @deprecated Will be removed in Gradle 9.0. - */ - @Deprecated - public AndroidxLifecycleLibraryAccessors 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 laccForAndroidxLifecycleLibraryAccessors; - } - - } - - /** - * @deprecated Will be removed in Gradle 9.0. - */ - @Deprecated - public static class AndroidxLifecycleLibraryAccessors extends SubDependencyFactory { - - public AndroidxLifecycleLibraryAccessors(AbstractExternalDependencyFactory owner) { super(owner); } - - /** - * Dependency provider for runtimeCompose with org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose coordinates and - * with version reference androidx.lifecycle - *

- * This dependency was declared in catalog libs.versions.toml - * - * @deprecated Will be removed in Gradle 9.0. - */ - @Deprecated - public Provider getRuntimeCompose() { - 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.lifecycle.runtimeCompose"); - } - - /** - * Dependency provider for viewmodel with org.jetbrains.androidx.lifecycle:lifecycle-viewmodel coordinates and - * with version reference androidx.lifecycle - *

- * This dependency was declared in catalog libs.versions.toml - * - * @deprecated Will be removed in Gradle 9.0. - */ - @Deprecated - public Provider 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 create("androidx.lifecycle.viewmodel"); - } - - } - - /** - * @deprecated Will be removed in Gradle 9.0. - */ - @Deprecated - public static class KotlinLibraryAccessors extends SubDependencyFactory { - - public KotlinLibraryAccessors(AbstractExternalDependencyFactory owner) { super(owner); } - - /** - * Dependency provider for test with org.jetbrains.kotlin:kotlin-test coordinates and - * with version reference kotlin - *

- * This dependency was declared in catalog libs.versions.toml - * - * @deprecated Will be removed in Gradle 9.0. - */ - @Deprecated - public Provider getTest() { - 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("kotlin.test"); - } - - /** - * Dependency provider for testJunit with org.jetbrains.kotlin:kotlin-test-junit coordinates and - * with version reference kotlin - *

- * This dependency was declared in catalog libs.versions.toml - * - * @deprecated Will be removed in Gradle 9.0. - */ - @Deprecated - public Provider getTestJunit() { - 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("kotlin.testJunit"); - } - - } - - /** - * @deprecated Will be removed in Gradle 9.0. - */ - @Deprecated - public static class KotlinxLibraryAccessors extends SubDependencyFactory { - - public KotlinxLibraryAccessors(AbstractExternalDependencyFactory owner) { super(owner); } - - /** - * Dependency provider for coroutinesSwing with org.jetbrains.kotlinx:kotlinx-coroutines-swing coordinates and - * with version reference kotlinx.coroutines - *

- * This dependency was declared in catalog libs.versions.toml - * - * @deprecated Will be removed in Gradle 9.0. - */ - @Deprecated - public Provider getCoroutinesSwing() { - 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.coroutinesSwing"); - } - - } - - public static class VersionAccessors extends VersionFactory { - - private final AndroidxVersionAccessors vaccForAndroidxVersionAccessors = new AndroidxVersionAccessors(providers, config); - private final KotlinxVersionAccessors vaccForKotlinxVersionAccessors = new KotlinxVersionAccessors(providers, config); - public VersionAccessors(ProviderFactory providers, DefaultVersionCatalog config) { super(providers, config); } - - /** - * Version alias composeHotReload with value 1.0.0-alpha11 - *

- * 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 getComposeHotReload() { return getVersion("composeHotReload"); } - - /** - * Version alias composeMultiplatform with value 1.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 getComposeMultiplatform() { return getVersion("composeMultiplatform"); } - - /** - * Version alias junit with value 4.13.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 getJunit() { return getVersion("junit"); } - - /** - * Version alias kotlin with value 2.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 getKotlin() { return getVersion("kotlin"); } - - /** - * Group of versions at versions.androidx - */ - public AndroidxVersionAccessors getAndroidx() { - return vaccForAndroidxVersionAccessors; - } - - /** - * Group of versions at versions.kotlinx - */ - public KotlinxVersionAccessors getKotlinx() { - return vaccForKotlinxVersionAccessors; - } - - } - - public static class AndroidxVersionAccessors extends VersionFactory { - - public AndroidxVersionAccessors(ProviderFactory providers, DefaultVersionCatalog config) { super(providers, config); } - - /** - * Version alias androidx.lifecycle with value 2.9.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 getLifecycle() { return getVersion("androidx.lifecycle"); } - - } - - public static class KotlinxVersionAccessors extends VersionFactory { - - public KotlinxVersionAccessors(ProviderFactory providers, DefaultVersionCatalog config) { super(providers, config); } - - /** - * Version alias kotlinx.coroutines with value 1.10.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 getCoroutines() { return getVersion("kotlinx.coroutines"); } - - } - - /** - * @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 { - - public PluginAccessors(ProviderFactory providers, DefaultVersionCatalog config) { super(providers, config); } - - /** - * Plugin provider for composeCompiler with plugin id org.jetbrains.kotlin.plugin.compose and - * with version reference kotlin - *

- * This plugin was declared in catalog libs.versions.toml - */ - public Provider getComposeCompiler() { return createPlugin("composeCompiler"); } - - /** - * Plugin provider for composeHotReload with plugin id org.jetbrains.compose.hot-reload and - * with version reference composeHotReload - *

- * This plugin was declared in catalog libs.versions.toml - */ - public Provider getComposeHotReload() { return createPlugin("composeHotReload"); } - - /** - * Plugin provider for composeMultiplatform with plugin id org.jetbrains.compose and - * with version reference composeMultiplatform - *

- * This plugin was declared in catalog libs.versions.toml - */ - public Provider getComposeMultiplatform() { return createPlugin("composeMultiplatform"); } - - /** - * Plugin provider for kotlinMultiplatform with plugin id org.jetbrains.kotlin.multiplatform and - * with version reference kotlin - *

- * This plugin was declared in catalog libs.versions.toml - */ - public Provider getKotlinMultiplatform() { return createPlugin("kotlinMultiplatform"); } - - } - -} diff --git a/client/.gradle/8.9/dependencies-accessors/c84c5ef430d3d61082ae85fc4bb04c7405dfdced/classes/org/gradle/accessors/dm/ComposeAppProjectDependency.class b/client/.gradle/8.9/dependencies-accessors/c84c5ef430d3d61082ae85fc4bb04c7405dfdced/classes/org/gradle/accessors/dm/ComposeAppProjectDependency.class deleted file mode 100644 index 6a47442..0000000 Binary files a/client/.gradle/8.9/dependencies-accessors/c84c5ef430d3d61082ae85fc4bb04c7405dfdced/classes/org/gradle/accessors/dm/ComposeAppProjectDependency.class and /dev/null differ diff --git a/client/.gradle/8.9/dependencies-accessors/c84c5ef430d3d61082ae85fc4bb04c7405dfdced/classes/org/gradle/accessors/dm/RootProjectAccessor.class b/client/.gradle/8.9/dependencies-accessors/c84c5ef430d3d61082ae85fc4bb04c7405dfdced/classes/org/gradle/accessors/dm/RootProjectAccessor.class deleted file mode 100644 index 3c5cbb0..0000000 Binary files a/client/.gradle/8.9/dependencies-accessors/c84c5ef430d3d61082ae85fc4bb04c7405dfdced/classes/org/gradle/accessors/dm/RootProjectAccessor.class and /dev/null differ diff --git a/client/.gradle/8.9/dependencies-accessors/c84c5ef430d3d61082ae85fc4bb04c7405dfdced/classes/org/gradle/accessors/dm/SclientProjectDependency.class b/client/.gradle/8.9/dependencies-accessors/c84c5ef430d3d61082ae85fc4bb04c7405dfdced/classes/org/gradle/accessors/dm/SclientProjectDependency.class deleted file mode 100644 index 2d90453..0000000 Binary files a/client/.gradle/8.9/dependencies-accessors/c84c5ef430d3d61082ae85fc4bb04c7405dfdced/classes/org/gradle/accessors/dm/SclientProjectDependency.class and /dev/null differ diff --git a/client/.gradle/8.9/dependencies-accessors/c84c5ef430d3d61082ae85fc4bb04c7405dfdced/metadata.bin b/client/.gradle/8.9/dependencies-accessors/c84c5ef430d3d61082ae85fc4bb04c7405dfdced/metadata.bin deleted file mode 100644 index 0a33d5d..0000000 --- a/client/.gradle/8.9/dependencies-accessors/c84c5ef430d3d61082ae85fc4bb04c7405dfdced/metadata.bin +++ /dev/null @@ -1 +0,0 @@ -sdqaonr34bcpvouv6acithyp3ao5_i^i) { - map.put("compose_multiplatform", Res.drawable.compose_multiplatform) -} diff --git a/client/composeApp/build/generated/compose/resourceGenerator/kotlin/commonMainResourceCollectors/sclient/composeapp/generated/resources/ExpectResourceCollectors.kt b/client/composeApp/build/generated/compose/resourceGenerator/kotlin/commonMainResourceCollectors/sclient/composeapp/generated/resources/ExpectResourceCollectors.kt deleted file mode 100644 index 909258f..0000000 --- a/client/composeApp/build/generated/compose/resourceGenerator/kotlin/commonMainResourceCollectors/sclient/composeapp/generated/resources/ExpectResourceCollectors.kt +++ /dev/null @@ -1,19 +0,0 @@ -package sclient.composeapp.generated.resources - -import kotlin.String -import kotlin.collections.Map -import org.jetbrains.compose.resources.DrawableResource -import org.jetbrains.compose.resources.FontResource -import org.jetbrains.compose.resources.PluralStringResource -import org.jetbrains.compose.resources.StringArrayResource -import org.jetbrains.compose.resources.StringResource - -internal expect val Res.allDrawableResources: Map - -internal expect val Res.allStringResources: Map - -internal expect val Res.allStringArrayResources: Map - -internal expect val Res.allPluralStringResources: Map - -internal expect val Res.allFontResources: Map diff --git a/client/composeApp/build/generated/compose/resourceGenerator/kotlin/commonResClass/sclient/composeapp/generated/resources/Res.kt b/client/composeApp/build/generated/compose/resourceGenerator/kotlin/commonResClass/sclient/composeapp/generated/resources/Res.kt deleted file mode 100644 index be6df17..0000000 --- a/client/composeApp/build/generated/compose/resourceGenerator/kotlin/commonResClass/sclient/composeapp/generated/resources/Res.kt +++ /dev/null @@ -1,47 +0,0 @@ -@file:OptIn(InternalResourceApi::class) -@file:Suppress( - "RedundantVisibilityModifier", - "REDUNDANT_VISIBILITY_MODIFIER", -) - -package sclient.composeapp.generated.resources - -import kotlin.ByteArray -import kotlin.OptIn -import kotlin.String -import kotlin.Suppress -import org.jetbrains.compose.resources.InternalResourceApi -import org.jetbrains.compose.resources.getResourceUri -import org.jetbrains.compose.resources.readResourceBytes - -internal object Res { - /** - * Reads the content of the resource file at the specified path and returns it as a byte array. - * - * Example: `val bytes = Res.readBytes("files/key.bin")` - * - * @param path The path of the file to read in the compose resource's directory. - * @return The content of the file as a byte array. - */ - public suspend fun readBytes(path: String): ByteArray = readResourceBytes("composeResources/sclient.composeapp.generated.resources/" + path) - - /** - * Returns the URI string of the resource file at the specified path. - * - * Example: `val uri = Res.getUri("files/key.bin")` - * - * @param path The path of the file in the compose resource's directory. - * @return The URI string of the file. - */ - public fun getUri(path: String): String = getResourceUri("composeResources/sclient.composeapp.generated.resources/" + path) - - public object drawable - - public object string - - public object array - - public object plurals - - public object font -} diff --git a/client/composeApp/build/generated/compose/resourceGenerator/kotlin/desktopMainResourceCollectors/sclient/composeapp/generated/resources/ActualResourceCollectors.kt b/client/composeApp/build/generated/compose/resourceGenerator/kotlin/desktopMainResourceCollectors/sclient/composeapp/generated/resources/ActualResourceCollectors.kt deleted file mode 100644 index 716c04f..0000000 --- a/client/composeApp/build/generated/compose/resourceGenerator/kotlin/desktopMainResourceCollectors/sclient/composeapp/generated/resources/ActualResourceCollectors.kt +++ /dev/null @@ -1,38 +0,0 @@ -@file:OptIn(org.jetbrains.compose.resources.InternalResourceApi::class) - -package sclient.composeapp.generated.resources - -import kotlin.OptIn -import kotlin.String -import kotlin.collections.Map -import org.jetbrains.compose.resources.DrawableResource -import org.jetbrains.compose.resources.FontResource -import org.jetbrains.compose.resources.PluralStringResource -import org.jetbrains.compose.resources.StringArrayResource -import org.jetbrains.compose.resources.StringResource - -internal actual val Res.allDrawableResources: Map by lazy { - val map = mutableMapOf() - _collectCommonMainDrawable0Resources(map) - return@lazy map -} - -internal actual val Res.allStringResources: Map by lazy { - val map = mutableMapOf() - return@lazy map -} - -internal actual val Res.allStringArrayResources: Map by lazy { - val map = mutableMapOf() - return@lazy map -} - -internal actual val Res.allPluralStringResources: Map by lazy { - val map = mutableMapOf() - return@lazy map -} - -internal actual val Res.allFontResources: Map by lazy { - val map = mutableMapOf() - return@lazy map -} diff --git a/client/composeApp/build/generated/compose/resourceGenerator/kotlin/wasmJsMainResourceCollectors/sclient/composeapp/generated/resources/ActualResourceCollectors.kt b/client/composeApp/build/generated/compose/resourceGenerator/kotlin/wasmJsMainResourceCollectors/sclient/composeapp/generated/resources/ActualResourceCollectors.kt deleted file mode 100644 index 716c04f..0000000 --- a/client/composeApp/build/generated/compose/resourceGenerator/kotlin/wasmJsMainResourceCollectors/sclient/composeapp/generated/resources/ActualResourceCollectors.kt +++ /dev/null @@ -1,38 +0,0 @@ -@file:OptIn(org.jetbrains.compose.resources.InternalResourceApi::class) - -package sclient.composeapp.generated.resources - -import kotlin.OptIn -import kotlin.String -import kotlin.collections.Map -import org.jetbrains.compose.resources.DrawableResource -import org.jetbrains.compose.resources.FontResource -import org.jetbrains.compose.resources.PluralStringResource -import org.jetbrains.compose.resources.StringArrayResource -import org.jetbrains.compose.resources.StringResource - -internal actual val Res.allDrawableResources: Map by lazy { - val map = mutableMapOf() - _collectCommonMainDrawable0Resources(map) - return@lazy map -} - -internal actual val Res.allStringResources: Map by lazy { - val map = mutableMapOf() - return@lazy map -} - -internal actual val Res.allStringArrayResources: Map by lazy { - val map = mutableMapOf() - return@lazy map -} - -internal actual val Res.allPluralStringResources: Map by lazy { - val map = mutableMapOf() - return@lazy map -} - -internal actual val Res.allFontResources: Map by lazy { - val map = mutableMapOf() - return@lazy map -} diff --git a/client/composeApp/build/generated/compose/resourceGenerator/preparedResources/commonMain/composeResources/drawable/compose-multiplatform.xml b/client/composeApp/build/generated/compose/resourceGenerator/preparedResources/commonMain/composeResources/drawable/compose-multiplatform.xml deleted file mode 100644 index 1ffc948..0000000 --- a/client/composeApp/build/generated/compose/resourceGenerator/preparedResources/commonMain/composeResources/drawable/compose-multiplatform.xml +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/client/composeApp/build/tmp/.cache/expanded/zip_01a003eccf4d76d566303d771937827a/META-INF/kotlin-project-structure-metadata.json b/client/composeApp/build/tmp/.cache/expanded/zip_01a003eccf4d76d566303d771937827a/META-INF/kotlin-project-structure-metadata.json deleted file mode 100644 index b295b1b..0000000 --- a/client/composeApp/build/tmp/.cache/expanded/zip_01a003eccf4d76d566303d771937827a/META-INF/kotlin-project-structure-metadata.json +++ /dev/null @@ -1,263 +0,0 @@ -{ - "projectStructure": { - "formatVersion": "0.3.3", - "isPublishedAsRoot": "true", - "variants": [ - { - "name": "debugApiElements", - "sourceSet": [ - "jvmMain", - "commonMain" - ] - }, - { - "name": "debugRuntimeElements", - "sourceSet": [ - "jvmMain", - "commonMain" - ] - }, - { - "name": "releaseApiElements", - "sourceSet": [ - "jvmMain", - "commonMain" - ] - }, - { - "name": "releaseRuntimeElements", - "sourceSet": [ - "jvmMain", - "commonMain" - ] - }, - { - "name": "desktopApiElements", - "sourceSet": [ - "jvmMain", - "commonMain" - ] - }, - { - "name": "desktopRuntimeElements", - "sourceSet": [ - "jvmMain", - "commonMain" - ] - }, - { - "name": "iosArm64ApiElements", - "sourceSet": [ - "nativeMain", - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "iosSimulatorArm64ApiElements", - "sourceSet": [ - "nativeMain", - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "iosX64ApiElements", - "sourceSet": [ - "nativeMain", - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "jsApiElements", - "sourceSet": [ - "webMain", - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "jsRuntimeElements", - "sourceSet": [ - "webMain", - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "linuxArm64ApiElements", - "sourceSet": [ - "nativeMain", - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "linuxX64ApiElements", - "sourceSet": [ - "nativeMain", - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "macosArm64ApiElements", - "sourceSet": [ - "nativeMain", - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "macosX64ApiElements", - "sourceSet": [ - "nativeMain", - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "mingwX64ApiElements", - "sourceSet": [ - "nativeMain", - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "tvosArm64ApiElements", - "sourceSet": [ - "nativeMain", - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "tvosSimulatorArm64ApiElements", - "sourceSet": [ - "nativeMain", - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "tvosX64ApiElements", - "sourceSet": [ - "nativeMain", - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "wasmJsApiElements", - "sourceSet": [ - "webMain", - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "wasmJsRuntimeElements", - "sourceSet": [ - "webMain", - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "watchosArm32ApiElements", - "sourceSet": [ - "nativeMain", - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "watchosArm64ApiElements", - "sourceSet": [ - "nativeMain", - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "watchosSimulatorArm64ApiElements", - "sourceSet": [ - "nativeMain", - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "watchosX64ApiElements", - "sourceSet": [ - "nativeMain", - "nonJvmMain", - "commonMain" - ] - } - ], - "sourceSets": [ - { - "name": "commonMain", - "dependsOn": [], - "moduleDependency": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.androidx.lifecycle:lifecycle-common", - "org.jetbrains.compose.annotation-internal:annotation" - ], - "binaryLayout": "klib" - }, - { - "name": "jvmMain", - "dependsOn": [ - "commonMain" - ], - "moduleDependency": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.androidx.lifecycle:lifecycle-common", - "org.jetbrains.compose.annotation-internal:annotation", - "androidx.arch.core:core-common" - ], - "binaryLayout": "klib" - }, - { - "name": "nativeMain", - "dependsOn": [ - "nonJvmMain" - ], - "moduleDependency": [ - "org.jetbrains.androidx.lifecycle:lifecycle-common", - "org.jetbrains.compose.annotation-internal:annotation" - ], - "sourceSetCInteropMetadataDirectory": "nativeMain-cinterop", - "binaryLayout": "klib" - }, - { - "name": "nonJvmMain", - "dependsOn": [ - "commonMain" - ], - "moduleDependency": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.androidx.lifecycle:lifecycle-common", - "org.jetbrains.compose.annotation-internal:annotation" - ], - "binaryLayout": "klib" - }, - { - "name": "webMain", - "dependsOn": [ - "nonJvmMain" - ], - "moduleDependency": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.androidx.lifecycle:lifecycle-common", - "org.jetbrains.compose.annotation-internal:annotation" - ], - "binaryLayout": "klib" - } - ] - } -} \ No newline at end of file diff --git a/client/composeApp/build/tmp/.cache/expanded/zip_06b80ec8229d94d28ddee10a8d9390ce/META-INF/kotlin-project-structure-metadata.json b/client/composeApp/build/tmp/.cache/expanded/zip_06b80ec8229d94d28ddee10a8d9390ce/META-INF/kotlin-project-structure-metadata.json deleted file mode 100644 index a69b612..0000000 --- a/client/composeApp/build/tmp/.cache/expanded/zip_06b80ec8229d94d28ddee10a8d9390ce/META-INF/kotlin-project-structure-metadata.json +++ /dev/null @@ -1,327 +0,0 @@ -{ - "projectStructure": { - "formatVersion": "0.3.3", - "isPublishedAsRoot": "true", - "variants": [ - { - "name": "debugApiElements", - "sourceSet": [ - "jvmMain", - "commonMain" - ] - }, - { - "name": "debugRuntimeElements", - "sourceSet": [ - "jvmMain", - "commonMain" - ] - }, - { - "name": "releaseApiElements", - "sourceSet": [ - "jvmMain", - "commonMain" - ] - }, - { - "name": "releaseRuntimeElements", - "sourceSet": [ - "jvmMain", - "commonMain" - ] - }, - { - "name": "desktopApiElements", - "sourceSet": [ - "jvmMain", - "commonMain", - "skikoMain" - ] - }, - { - "name": "desktopRuntimeElements", - "sourceSet": [ - "jvmMain", - "commonMain", - "skikoMain" - ] - }, - { - "name": "jsApiElements", - "sourceSet": [ - "commonMain", - "jsWasmMain", - "jsNativeMain", - "skikoMain" - ] - }, - { - "name": "jsRuntimeElements", - "sourceSet": [ - "commonMain", - "jsWasmMain", - "jsNativeMain", - "skikoMain" - ] - }, - { - "name": "macosArm64ApiElements", - "sourceSet": [ - "macosMain", - "darwinMain", - "nativeMain", - "commonMain", - "jsNativeMain", - "skikoMain" - ] - }, - { - "name": "macosX64ApiElements", - "sourceSet": [ - "macosMain", - "darwinMain", - "nativeMain", - "commonMain", - "jsNativeMain", - "skikoMain" - ] - }, - { - "name": "uikitArm64ApiElements", - "sourceSet": [ - "uikitMain", - "darwinMain", - "nativeMain", - "commonMain", - "jsNativeMain", - "skikoMain" - ] - }, - { - "name": "uikitSimArm64ApiElements", - "sourceSet": [ - "uikitMain", - "darwinMain", - "nativeMain", - "commonMain", - "jsNativeMain", - "skikoMain" - ] - }, - { - "name": "uikitX64ApiElements", - "sourceSet": [ - "uikitMain", - "darwinMain", - "nativeMain", - "commonMain", - "jsNativeMain", - "skikoMain" - ] - }, - { - "name": "wasmJsApiElements", - "sourceSet": [ - "commonMain", - "jsWasmMain", - "jsNativeMain", - "skikoMain" - ] - }, - { - "name": "wasmJsRuntimeElements", - "sourceSet": [ - "commonMain", - "jsWasmMain", - "jsNativeMain", - "skikoMain" - ] - } - ], - "sourceSets": [ - { - "name": "commonMain", - "dependsOn": [], - "moduleDependency": [ - "org.jetbrains.compose.animation:animation", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.ui:ui", - "org.jetbrains.kotlinx:atomicfu", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.collection-internal:collection", - "org.jetbrains.compose.ui:ui-text", - "org.jetbrains.compose.ui:ui-util", - "org.jetbrains.compose.foundation:foundation-layout" - ], - "binaryLayout": "klib" - }, - { - "name": "darwinMain", - "dependsOn": [ - "nativeMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.animation:animation", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.ui:ui", - "org.jetbrains.kotlinx:atomicfu", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.collection-internal:collection", - "org.jetbrains.compose.ui:ui-text", - "org.jetbrains.compose.ui:ui-util", - "org.jetbrains.compose.foundation:foundation-layout", - "org.jetbrains.skiko:skiko" - ], - "sourceSetCInteropMetadataDirectory": "darwinMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - }, - { - "name": "jsNativeMain", - "dependsOn": [ - "skikoMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.animation:animation", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.ui:ui", - "org.jetbrains.kotlinx:atomicfu", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.collection-internal:collection", - "org.jetbrains.compose.ui:ui-text", - "org.jetbrains.compose.ui:ui-util", - "org.jetbrains.compose.foundation:foundation-layout", - "org.jetbrains.skiko:skiko" - ], - "binaryLayout": "klib" - }, - { - "name": "jsWasmMain", - "dependsOn": [ - "jsNativeMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.animation:animation", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.ui:ui", - "org.jetbrains.kotlinx:atomicfu", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.collection-internal:collection", - "org.jetbrains.compose.ui:ui-text", - "org.jetbrains.compose.ui:ui-util", - "org.jetbrains.compose.foundation:foundation-layout", - "org.jetbrains.skiko:skiko" - ], - "binaryLayout": "klib" - }, - { - "name": "jvmMain", - "dependsOn": [ - "commonMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.animation:animation", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.ui:ui", - "org.jetbrains.kotlinx:atomicfu", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.collection-internal:collection", - "org.jetbrains.compose.ui:ui-text", - "org.jetbrains.compose.ui:ui-util", - "org.jetbrains.compose.foundation:foundation-layout" - ], - "binaryLayout": "klib" - }, - { - "name": "macosMain", - "dependsOn": [ - "darwinMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.animation:animation", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.ui:ui", - "org.jetbrains.kotlinx:atomicfu", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.collection-internal:collection", - "org.jetbrains.compose.ui:ui-text", - "org.jetbrains.compose.ui:ui-util", - "org.jetbrains.compose.foundation:foundation-layout", - "org.jetbrains.skiko:skiko" - ], - "sourceSetCInteropMetadataDirectory": "macosMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - }, - { - "name": "nativeMain", - "dependsOn": [ - "commonMain", - "jsNativeMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.animation:animation", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.ui:ui", - "org.jetbrains.kotlinx:atomicfu", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.collection-internal:collection", - "org.jetbrains.compose.ui:ui-text", - "org.jetbrains.compose.ui:ui-util", - "org.jetbrains.compose.foundation:foundation-layout", - "org.jetbrains.skiko:skiko" - ], - "sourceSetCInteropMetadataDirectory": "nativeMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - }, - { - "name": "skikoMain", - "dependsOn": [ - "commonMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.animation:animation", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.ui:ui", - "org.jetbrains.kotlinx:atomicfu", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.collection-internal:collection", - "org.jetbrains.compose.ui:ui-text", - "org.jetbrains.compose.ui:ui-util", - "org.jetbrains.compose.foundation:foundation-layout", - "org.jetbrains.skiko:skiko" - ], - "binaryLayout": "klib" - }, - { - "name": "uikitMain", - "dependsOn": [ - "darwinMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.animation:animation", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.ui:ui", - "org.jetbrains.kotlinx:atomicfu", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.collection-internal:collection", - "org.jetbrains.compose.ui:ui-text", - "org.jetbrains.compose.ui:ui-util", - "org.jetbrains.compose.foundation:foundation-layout", - "org.jetbrains.skiko:skiko", - "org.jetbrains.compose.ui:ui-uikit" - ], - "sourceSetCInteropMetadataDirectory": "uikitMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - } - ] - } -} \ No newline at end of file diff --git a/client/composeApp/build/tmp/.cache/expanded/zip_0ba8e103e27e86eea72cbb8471ab2339/META-INF/kotlin-project-structure-metadata.json b/client/composeApp/build/tmp/.cache/expanded/zip_0ba8e103e27e86eea72cbb8471ab2339/META-INF/kotlin-project-structure-metadata.json deleted file mode 100644 index d9ded36..0000000 --- a/client/composeApp/build/tmp/.cache/expanded/zip_0ba8e103e27e86eea72cbb8471ab2339/META-INF/kotlin-project-structure-metadata.json +++ /dev/null @@ -1,265 +0,0 @@ -{ - "projectStructure": { - "formatVersion": "0.3.3", - "isPublishedAsRoot": "true", - "variants": [ - { - "name": "androidApiElements", - "sourceSet": [ - "commonMain" - ] - }, - { - "name": "androidRuntimeElements", - "sourceSet": [ - "commonMain" - ] - }, - { - "name": "awtApiElements", - "sourceSet": [ - "commonMain" - ] - }, - { - "name": "awtRuntimeElements", - "sourceSet": [ - "commonMain" - ] - }, - { - "name": "iosArm64ApiElements", - "sourceSet": [ - "iosMain", - "uikitMain", - "darwinMain", - "nativeMain", - "nativeJsMain", - "commonMain" - ] - }, - { - "name": "iosSimulatorArm64ApiElements", - "sourceSet": [ - "iosMain", - "uikitMain", - "darwinMain", - "nativeMain", - "nativeJsMain", - "commonMain" - ] - }, - { - "name": "iosX64ApiElements", - "sourceSet": [ - "iosMain", - "uikitMain", - "darwinMain", - "nativeMain", - "nativeJsMain", - "commonMain" - ] - }, - { - "name": "jsApiElements", - "sourceSet": [ - "jsWasmMain", - "nativeJsMain", - "commonMain" - ] - }, - { - "name": "jsRuntimeElements", - "sourceSet": [ - "jsWasmMain", - "nativeJsMain", - "commonMain" - ] - }, - { - "name": "linuxX64ApiElements", - "sourceSet": [ - "nativeMain", - "nativeJsMain", - "commonMain" - ] - }, - { - "name": "macosArm64ApiElements", - "sourceSet": [ - "macosMain", - "darwinMain", - "nativeMain", - "nativeJsMain", - "commonMain" - ] - }, - { - "name": "macosX64ApiElements", - "sourceSet": [ - "macosMain", - "darwinMain", - "nativeMain", - "nativeJsMain", - "commonMain" - ] - }, - { - "name": "tvosArm64ApiElements", - "sourceSet": [ - "tvosMain", - "uikitMain", - "darwinMain", - "nativeMain", - "nativeJsMain", - "commonMain" - ] - }, - { - "name": "tvosSimulatorArm64ApiElements", - "sourceSet": [ - "tvosMain", - "uikitMain", - "darwinMain", - "nativeMain", - "nativeJsMain", - "commonMain" - ] - }, - { - "name": "tvosX64ApiElements", - "sourceSet": [ - "tvosMain", - "uikitMain", - "darwinMain", - "nativeMain", - "nativeJsMain", - "commonMain" - ] - }, - { - "name": "wasmJsApiElements", - "sourceSet": [ - "jsWasmMain", - "nativeJsMain", - "commonMain" - ] - }, - { - "name": "wasmJsRuntimeElements", - "sourceSet": [ - "jsWasmMain", - "nativeJsMain", - "commonMain" - ] - } - ], - "sourceSets": [ - { - "name": "commonMain", - "dependsOn": [], - "moduleDependency": [], - "binaryLayout": "klib" - }, - { - "name": "darwinMain", - "dependsOn": [ - "nativeMain" - ], - "moduleDependency": [ - "org.jetbrains.kotlinx:atomicfu", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core" - ], - "sourceSetCInteropMetadataDirectory": "darwinMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - }, - { - "name": "iosMain", - "dependsOn": [ - "uikitMain" - ], - "moduleDependency": [ - "org.jetbrains.kotlinx:atomicfu", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core" - ], - "sourceSetCInteropMetadataDirectory": "iosMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - }, - { - "name": "jsWasmMain", - "dependsOn": [ - "nativeJsMain" - ], - "moduleDependency": [], - "binaryLayout": "klib" - }, - { - "name": "macosMain", - "dependsOn": [ - "darwinMain" - ], - "moduleDependency": [ - "org.jetbrains.kotlinx:atomicfu", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core" - ], - "sourceSetCInteropMetadataDirectory": "macosMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - }, - { - "name": "nativeJsMain", - "dependsOn": [ - "commonMain" - ], - "moduleDependency": [], - "binaryLayout": "klib" - }, - { - "name": "nativeMain", - "dependsOn": [ - "nativeJsMain" - ], - "moduleDependency": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core", - "org.jetbrains.kotlinx:atomicfu" - ], - "sourceSetCInteropMetadataDirectory": "nativeMain-cinterop", - "binaryLayout": "klib" - }, - { - "name": "tvosMain", - "dependsOn": [ - "uikitMain" - ], - "moduleDependency": [ - "org.jetbrains.kotlinx:atomicfu", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core" - ], - "sourceSetCInteropMetadataDirectory": "tvosMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - }, - { - "name": "uikitMain", - "dependsOn": [ - "darwinMain" - ], - "moduleDependency": [ - "org.jetbrains.kotlinx:atomicfu", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core" - ], - "sourceSetCInteropMetadataDirectory": "uikitMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - } - ] - } -} \ No newline at end of file diff --git a/client/composeApp/build/tmp/.cache/expanded/zip_0d4a49c4b2630cccf093b54c1d45a6cc/META-INF/kotlin-project-structure-metadata.json b/client/composeApp/build/tmp/.cache/expanded/zip_0d4a49c4b2630cccf093b54c1d45a6cc/META-INF/kotlin-project-structure-metadata.json deleted file mode 100644 index e55b43f..0000000 --- a/client/composeApp/build/tmp/.cache/expanded/zip_0d4a49c4b2630cccf093b54c1d45a6cc/META-INF/kotlin-project-structure-metadata.json +++ /dev/null @@ -1,383 +0,0 @@ -{ - "projectStructure": { - "formatVersion": "0.3.3", - "isPublishedAsRoot": "true", - "variants": [ - { - "name": "androidNativeArm32ApiElements", - "sourceSet": [ - "androidNativeMain", - "tzfileMain", - "nativeMain", - "commonMain" - ] - }, - { - "name": "androidNativeArm64ApiElements", - "sourceSet": [ - "androidNativeMain", - "tzfileMain", - "nativeMain", - "commonMain" - ] - }, - { - "name": "androidNativeX64ApiElements", - "sourceSet": [ - "androidNativeMain", - "tzfileMain", - "nativeMain", - "commonMain" - ] - }, - { - "name": "androidNativeX86ApiElements", - "sourceSet": [ - "androidNativeMain", - "tzfileMain", - "nativeMain", - "commonMain" - ] - }, - { - "name": "iosArm64ApiElements", - "sourceSet": [ - "darwinDevicesMain", - "darwinMain", - "tzdbOnFilesystemMain", - "tzfileMain", - "nativeMain", - "commonMain" - ] - }, - { - "name": "iosSimulatorArm64ApiElements", - "sourceSet": [ - "darwinSimulatorMain", - "darwinMain", - "tzdbOnFilesystemMain", - "tzfileMain", - "nativeMain", - "commonMain" - ] - }, - { - "name": "iosX64ApiElements", - "sourceSet": [ - "darwinSimulatorMain", - "darwinMain", - "tzdbOnFilesystemMain", - "tzfileMain", - "nativeMain", - "commonMain" - ] - }, - { - "name": "jsApiElements", - "sourceSet": [ - "commonJsMain", - "commonMain" - ] - }, - { - "name": "jsRuntimeElements", - "sourceSet": [ - "commonJsMain", - "commonMain" - ] - }, - { - "name": "jvmApiElements", - "sourceSet": [ - "commonMain" - ] - }, - { - "name": "jvmRuntimeElements", - "sourceSet": [ - "commonMain" - ] - }, - { - "name": "linuxArm32HfpApiElements", - "sourceSet": [ - "linuxMain", - "tzdbOnFilesystemMain", - "tzfileMain", - "nativeMain", - "commonMain" - ] - }, - { - "name": "linuxArm64ApiElements", - "sourceSet": [ - "linuxMain", - "tzdbOnFilesystemMain", - "tzfileMain", - "nativeMain", - "commonMain" - ] - }, - { - "name": "linuxX64ApiElements", - "sourceSet": [ - "linuxMain", - "tzdbOnFilesystemMain", - "tzfileMain", - "nativeMain", - "commonMain" - ] - }, - { - "name": "macosArm64ApiElements", - "sourceSet": [ - "darwinDevicesMain", - "darwinMain", - "tzdbOnFilesystemMain", - "tzfileMain", - "nativeMain", - "commonMain" - ] - }, - { - "name": "macosX64ApiElements", - "sourceSet": [ - "darwinDevicesMain", - "darwinMain", - "tzdbOnFilesystemMain", - "tzfileMain", - "nativeMain", - "commonMain" - ] - }, - { - "name": "mingwX64ApiElements", - "sourceSet": [ - "nativeMain", - "commonMain" - ] - }, - { - "name": "tvosArm64ApiElements", - "sourceSet": [ - "darwinDevicesMain", - "darwinMain", - "tzdbOnFilesystemMain", - "tzfileMain", - "nativeMain", - "commonMain" - ] - }, - { - "name": "tvosSimulatorArm64ApiElements", - "sourceSet": [ - "darwinSimulatorMain", - "darwinMain", - "tzdbOnFilesystemMain", - "tzfileMain", - "nativeMain", - "commonMain" - ] - }, - { - "name": "tvosX64ApiElements", - "sourceSet": [ - "darwinDevicesMain", - "darwinMain", - "tzdbOnFilesystemMain", - "tzfileMain", - "nativeMain", - "commonMain" - ] - }, - { - "name": "wasmJsApiElements", - "sourceSet": [ - "commonJsMain", - "commonMain" - ] - }, - { - "name": "wasmJsRuntimeElements", - "sourceSet": [ - "commonJsMain", - "commonMain" - ] - }, - { - "name": "watchosArm32ApiElements", - "sourceSet": [ - "darwinDevicesMain", - "darwinMain", - "tzdbOnFilesystemMain", - "tzfileMain", - "nativeMain", - "commonMain" - ] - }, - { - "name": "watchosArm64ApiElements", - "sourceSet": [ - "darwinDevicesMain", - "darwinMain", - "tzdbOnFilesystemMain", - "tzfileMain", - "nativeMain", - "commonMain" - ] - }, - { - "name": "watchosDeviceArm64ApiElements", - "sourceSet": [ - "darwinDevicesMain", - "darwinMain", - "tzdbOnFilesystemMain", - "tzfileMain", - "nativeMain", - "commonMain" - ] - }, - { - "name": "watchosSimulatorArm64ApiElements", - "sourceSet": [ - "darwinSimulatorMain", - "darwinMain", - "tzdbOnFilesystemMain", - "tzfileMain", - "nativeMain", - "commonMain" - ] - }, - { - "name": "watchosX64ApiElements", - "sourceSet": [ - "darwinDevicesMain", - "darwinMain", - "tzdbOnFilesystemMain", - "tzfileMain", - "nativeMain", - "commonMain" - ] - } - ], - "sourceSets": [ - { - "name": "androidNativeMain", - "dependsOn": [ - "tzfileMain" - ], - "moduleDependency": [ - "org.jetbrains.kotlinx:kotlinx-serialization-core", - "org.jetbrains.kotlin:kotlin-stdlib" - ], - "sourceSetCInteropMetadataDirectory": "androidNativeMain-cinterop", - "binaryLayout": "klib" - }, - { - "name": "commonJsMain", - "dependsOn": [ - "commonMain" - ], - "moduleDependency": [ - "org.jetbrains.kotlinx:kotlinx-serialization-core" - ], - "binaryLayout": "klib" - }, - { - "name": "commonMain", - "dependsOn": [], - "moduleDependency": [ - "org.jetbrains.kotlin:kotlin-stdlib" - ], - "binaryLayout": "klib" - }, - { - "name": "darwinDevicesMain", - "dependsOn": [ - "darwinMain" - ], - "moduleDependency": [ - "org.jetbrains.kotlinx:kotlinx-serialization-core", - "org.jetbrains.kotlin:kotlin-stdlib" - ], - "sourceSetCInteropMetadataDirectory": "darwinDevicesMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - }, - { - "name": "darwinMain", - "dependsOn": [ - "tzdbOnFilesystemMain" - ], - "moduleDependency": [ - "org.jetbrains.kotlinx:kotlinx-serialization-core", - "org.jetbrains.kotlin:kotlin-stdlib" - ], - "sourceSetCInteropMetadataDirectory": "darwinMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - }, - { - "name": "darwinSimulatorMain", - "dependsOn": [ - "darwinMain" - ], - "moduleDependency": [ - "org.jetbrains.kotlinx:kotlinx-serialization-core", - "org.jetbrains.kotlin:kotlin-stdlib" - ], - "sourceSetCInteropMetadataDirectory": "darwinSimulatorMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - }, - { - "name": "linuxMain", - "dependsOn": [ - "tzdbOnFilesystemMain" - ], - "moduleDependency": [ - "org.jetbrains.kotlinx:kotlinx-serialization-core", - "org.jetbrains.kotlin:kotlin-stdlib" - ], - "sourceSetCInteropMetadataDirectory": "linuxMain-cinterop", - "binaryLayout": "klib" - }, - { - "name": "nativeMain", - "dependsOn": [ - "commonMain" - ], - "moduleDependency": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-serialization-core" - ], - "sourceSetCInteropMetadataDirectory": "nativeMain-cinterop", - "binaryLayout": "klib" - }, - { - "name": "tzdbOnFilesystemMain", - "dependsOn": [ - "tzfileMain" - ], - "moduleDependency": [ - "org.jetbrains.kotlinx:kotlinx-serialization-core", - "org.jetbrains.kotlin:kotlin-stdlib" - ], - "sourceSetCInteropMetadataDirectory": "tzdbOnFilesystemMain-cinterop", - "binaryLayout": "klib" - }, - { - "name": "tzfileMain", - "dependsOn": [ - "nativeMain" - ], - "moduleDependency": [ - "org.jetbrains.kotlinx:kotlinx-serialization-core", - "org.jetbrains.kotlin:kotlin-stdlib" - ], - "sourceSetCInteropMetadataDirectory": "tzfileMain-cinterop", - "binaryLayout": "klib" - } - ] - } -} \ No newline at end of file diff --git a/client/composeApp/build/tmp/.cache/expanded/zip_110233fda545fb3bf945e905b3bd83f5/META-INF/kotlin-project-structure-metadata.json b/client/composeApp/build/tmp/.cache/expanded/zip_110233fda545fb3bf945e905b3bd83f5/META-INF/kotlin-project-structure-metadata.json deleted file mode 100644 index 69a6183..0000000 --- a/client/composeApp/build/tmp/.cache/expanded/zip_110233fda545fb3bf945e905b3bd83f5/META-INF/kotlin-project-structure-metadata.json +++ /dev/null @@ -1,335 +0,0 @@ -{ - "projectStructure": { - "formatVersion": "0.3.3", - "isPublishedAsRoot": "true", - "variants": [ - { - "name": "debugApiElements", - "sourceSet": [ - "jvmMain", - "commonMain" - ] - }, - { - "name": "debugRuntimeElements", - "sourceSet": [ - "jvmMain", - "commonMain" - ] - }, - { - "name": "releaseApiElements", - "sourceSet": [ - "jvmMain", - "commonMain" - ] - }, - { - "name": "releaseRuntimeElements", - "sourceSet": [ - "jvmMain", - "commonMain" - ] - }, - { - "name": "desktopApiElements", - "sourceSet": [ - "jvmMain", - "commonMain", - "skikoMain" - ] - }, - { - "name": "desktopRuntimeElements", - "sourceSet": [ - "jvmMain", - "commonMain", - "skikoMain" - ] - }, - { - "name": "jsApiElements", - "sourceSet": [ - "commonMain", - "jsWasmMain", - "jsNativeMain", - "skikoMain" - ] - }, - { - "name": "jsRuntimeElements", - "sourceSet": [ - "commonMain", - "jsWasmMain", - "jsNativeMain", - "skikoMain" - ] - }, - { - "name": "macosArm64ApiElements", - "sourceSet": [ - "macosMain", - "darwinMain", - "nativeMain", - "commonMain", - "jsNativeMain", - "skikoMain" - ] - }, - { - "name": "macosX64ApiElements", - "sourceSet": [ - "macosMain", - "darwinMain", - "nativeMain", - "commonMain", - "jsNativeMain", - "skikoMain" - ] - }, - { - "name": "uikitArm64ApiElements", - "sourceSet": [ - "uikitMain", - "darwinMain", - "nativeMain", - "commonMain", - "jsNativeMain", - "skikoMain" - ] - }, - { - "name": "uikitSimArm64ApiElements", - "sourceSet": [ - "uikitMain", - "darwinMain", - "nativeMain", - "commonMain", - "jsNativeMain", - "skikoMain" - ] - }, - { - "name": "uikitX64ApiElements", - "sourceSet": [ - "uikitMain", - "darwinMain", - "nativeMain", - "commonMain", - "jsNativeMain", - "skikoMain" - ] - }, - { - "name": "wasmJsApiElements", - "sourceSet": [ - "commonMain", - "jsWasmMain", - "jsNativeMain", - "skikoMain" - ] - }, - { - "name": "wasmJsRuntimeElements", - "sourceSet": [ - "commonMain", - "jsWasmMain", - "jsNativeMain", - "skikoMain" - ] - } - ], - "sourceSets": [ - { - "name": "commonMain", - "dependsOn": [], - "moduleDependency": [ - "org.jetbrains.compose.ui:ui-graphics", - "org.jetbrains.compose.ui:ui-unit", - "org.jetbrains.kotlinx:atomicfu", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.runtime:runtime-saveable", - "org.jetbrains.compose.ui:ui-util", - "org.jetbrains.compose.ui:ui-geometry", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.collection-internal:collection" - ], - "binaryLayout": "klib" - }, - { - "name": "darwinMain", - "dependsOn": [ - "nativeMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.ui:ui-graphics", - "org.jetbrains.compose.ui:ui-unit", - "org.jetbrains.kotlinx:atomicfu", - "org.jetbrains.kotlinx:kotlinx-coroutines-core", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.runtime:runtime-saveable", - "org.jetbrains.compose.ui:ui-util", - "org.jetbrains.compose.ui:ui-geometry", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.collection-internal:collection", - "org.jetbrains.skiko:skiko" - ], - "sourceSetCInteropMetadataDirectory": "darwinMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - }, - { - "name": "jsNativeMain", - "dependsOn": [ - "skikoMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.ui:ui-graphics", - "org.jetbrains.compose.ui:ui-unit", - "org.jetbrains.kotlinx:atomicfu", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.runtime:runtime-saveable", - "org.jetbrains.compose.ui:ui-util", - "org.jetbrains.compose.ui:ui-geometry", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.collection-internal:collection", - "org.jetbrains.skiko:skiko" - ], - "binaryLayout": "klib" - }, - { - "name": "jsWasmMain", - "dependsOn": [ - "jsNativeMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.ui:ui-graphics", - "org.jetbrains.compose.ui:ui-unit", - "org.jetbrains.kotlinx:atomicfu", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.runtime:runtime-saveable", - "org.jetbrains.compose.ui:ui-util", - "org.jetbrains.compose.ui:ui-geometry", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.collection-internal:collection", - "org.jetbrains.skiko:skiko" - ], - "binaryLayout": "klib" - }, - { - "name": "jvmMain", - "dependsOn": [ - "commonMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.ui:ui-graphics", - "org.jetbrains.compose.ui:ui-unit", - "org.jetbrains.kotlinx:atomicfu", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.runtime:runtime-saveable", - "org.jetbrains.compose.ui:ui-util", - "org.jetbrains.compose.ui:ui-geometry", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.collection-internal:collection" - ], - "binaryLayout": "klib" - }, - { - "name": "macosMain", - "dependsOn": [ - "darwinMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.ui:ui-graphics", - "org.jetbrains.compose.ui:ui-unit", - "org.jetbrains.kotlinx:atomicfu", - "org.jetbrains.kotlinx:kotlinx-coroutines-core", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.runtime:runtime-saveable", - "org.jetbrains.compose.ui:ui-util", - "org.jetbrains.compose.ui:ui-geometry", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.collection-internal:collection", - "org.jetbrains.skiko:skiko" - ], - "sourceSetCInteropMetadataDirectory": "macosMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - }, - { - "name": "nativeMain", - "dependsOn": [ - "commonMain", - "jsNativeMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.ui:ui-graphics", - "org.jetbrains.compose.ui:ui-unit", - "org.jetbrains.kotlinx:atomicfu", - "org.jetbrains.kotlinx:kotlinx-coroutines-core", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.runtime:runtime-saveable", - "org.jetbrains.compose.ui:ui-util", - "org.jetbrains.compose.ui:ui-geometry", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.collection-internal:collection", - "org.jetbrains.skiko:skiko" - ], - "sourceSetCInteropMetadataDirectory": "nativeMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - }, - { - "name": "skikoMain", - "dependsOn": [ - "commonMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.ui:ui-graphics", - "org.jetbrains.compose.ui:ui-unit", - "org.jetbrains.kotlinx:atomicfu", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.runtime:runtime-saveable", - "org.jetbrains.compose.ui:ui-util", - "org.jetbrains.compose.ui:ui-geometry", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.collection-internal:collection", - "org.jetbrains.skiko:skiko" - ], - "binaryLayout": "klib" - }, - { - "name": "uikitMain", - "dependsOn": [ - "darwinMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.ui:ui-graphics", - "org.jetbrains.compose.ui:ui-unit", - "org.jetbrains.kotlinx:atomicfu", - "org.jetbrains.kotlinx:kotlinx-coroutines-core", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.runtime:runtime-saveable", - "org.jetbrains.compose.ui:ui-util", - "org.jetbrains.compose.ui:ui-geometry", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.collection-internal:collection", - "org.jetbrains.skiko:skiko" - ], - "sourceSetCInteropMetadataDirectory": "uikitMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - } - ] - } -} \ No newline at end of file diff --git a/client/composeApp/build/tmp/.cache/expanded/zip_19bf3680f82f6f248d40aeddbe16e49c/META-INF/kotlin-project-structure-metadata.json b/client/composeApp/build/tmp/.cache/expanded/zip_19bf3680f82f6f248d40aeddbe16e49c/META-INF/kotlin-project-structure-metadata.json deleted file mode 100644 index a880b7b..0000000 --- a/client/composeApp/build/tmp/.cache/expanded/zip_19bf3680f82f6f248d40aeddbe16e49c/META-INF/kotlin-project-structure-metadata.json +++ /dev/null @@ -1,206 +0,0 @@ -{ - "projectStructure": { - "formatVersion": "0.3.3", - "isPublishedAsRoot": "true", - "variants": [ - { - "name": "androidNativeArm32ApiElements", - "sourceSet": [ - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "androidNativeArm64ApiElements", - "sourceSet": [ - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "androidNativeX64ApiElements", - "sourceSet": [ - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "androidNativeX86ApiElements", - "sourceSet": [ - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "iosArm64ApiElements", - "sourceSet": [ - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "iosSimulatorArm64ApiElements", - "sourceSet": [ - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "iosX64ApiElements", - "sourceSet": [ - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "jsApiElements", - "sourceSet": [ - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "jsRuntimeElements", - "sourceSet": [ - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "jvmApiElements", - "sourceSet": [ - "commonMain" - ] - }, - { - "name": "jvmRuntimeElements", - "sourceSet": [ - "commonMain" - ] - }, - { - "name": "linuxArm64ApiElements", - "sourceSet": [ - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "linuxX64ApiElements", - "sourceSet": [ - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "macosArm64ApiElements", - "sourceSet": [ - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "macosX64ApiElements", - "sourceSet": [ - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "mingwX64ApiElements", - "sourceSet": [ - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "tvosArm64ApiElements", - "sourceSet": [ - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "tvosSimulatorArm64ApiElements", - "sourceSet": [ - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "tvosX64ApiElements", - "sourceSet": [ - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "wasmJsApiElements", - "sourceSet": [ - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "wasmJsRuntimeElements", - "sourceSet": [ - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "watchosArm32ApiElements", - "sourceSet": [ - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "watchosArm64ApiElements", - "sourceSet": [ - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "watchosDeviceArm64ApiElements", - "sourceSet": [ - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "watchosSimulatorArm64ApiElements", - "sourceSet": [ - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "watchosX64ApiElements", - "sourceSet": [ - "nonJvmMain", - "commonMain" - ] - } - ], - "sourceSets": [ - { - "name": "commonMain", - "dependsOn": [], - "moduleDependency": [ - "org.jetbrains.kotlin:kotlin-stdlib" - ], - "binaryLayout": "klib" - }, - { - "name": "nonJvmMain", - "dependsOn": [ - "commonMain" - ], - "moduleDependency": [], - "binaryLayout": "klib" - } - ] - } -} \ No newline at end of file diff --git a/client/composeApp/build/tmp/.cache/expanded/zip_1eb1666be9b6ac4b0c6f4738bdc14813/META-INF/kotlin-project-structure-metadata.json b/client/composeApp/build/tmp/.cache/expanded/zip_1eb1666be9b6ac4b0c6f4738bdc14813/META-INF/kotlin-project-structure-metadata.json deleted file mode 100644 index ee728f9..0000000 --- a/client/composeApp/build/tmp/.cache/expanded/zip_1eb1666be9b6ac4b0c6f4738bdc14813/META-INF/kotlin-project-structure-metadata.json +++ /dev/null @@ -1,309 +0,0 @@ -{ - "projectStructure": { - "formatVersion": "0.3.3", - "isPublishedAsRoot": "true", - "variants": [ - { - "name": "debugApiElements", - "sourceSet": [ - "jvmMain", - "commonMain" - ] - }, - { - "name": "debugRuntimeElements", - "sourceSet": [ - "jvmMain", - "commonMain" - ] - }, - { - "name": "releaseApiElements", - "sourceSet": [ - "jvmMain", - "commonMain" - ] - }, - { - "name": "releaseRuntimeElements", - "sourceSet": [ - "jvmMain", - "commonMain" - ] - }, - { - "name": "desktopApiElements", - "sourceSet": [ - "jvmMain", - "commonMain", - "notMobileMain", - "skikoMain" - ] - }, - { - "name": "desktopRuntimeElements", - "sourceSet": [ - "jvmMain", - "commonMain", - "notMobileMain", - "skikoMain" - ] - }, - { - "name": "jsApiElements", - "sourceSet": [ - "commonMain", - "jsWasmMain", - "jsNativeMain", - "notMobileMain", - "skikoMain" - ] - }, - { - "name": "jsRuntimeElements", - "sourceSet": [ - "commonMain", - "jsWasmMain", - "jsNativeMain", - "notMobileMain", - "skikoMain" - ] - }, - { - "name": "macosArm64ApiElements", - "sourceSet": [ - "macosMain", - "darwinMain", - "nativeMain", - "commonMain", - "jsNativeMain", - "notMobileMain", - "skikoMain" - ] - }, - { - "name": "macosX64ApiElements", - "sourceSet": [ - "macosMain", - "darwinMain", - "nativeMain", - "commonMain", - "jsNativeMain", - "notMobileMain", - "skikoMain" - ] - }, - { - "name": "uikitArm64ApiElements", - "sourceSet": [ - "uikitMain", - "darwinMain", - "nativeMain", - "commonMain", - "jsNativeMain", - "skikoMain" - ] - }, - { - "name": "uikitSimArm64ApiElements", - "sourceSet": [ - "uikitMain", - "darwinMain", - "nativeMain", - "commonMain", - "jsNativeMain", - "skikoMain" - ] - }, - { - "name": "uikitX64ApiElements", - "sourceSet": [ - "uikitMain", - "darwinMain", - "nativeMain", - "commonMain", - "jsNativeMain", - "skikoMain" - ] - }, - { - "name": "wasmJsApiElements", - "sourceSet": [ - "commonMain", - "jsWasmMain", - "jsNativeMain", - "notMobileMain", - "skikoMain" - ] - }, - { - "name": "wasmJsRuntimeElements", - "sourceSet": [ - "commonMain", - "jsWasmMain", - "jsNativeMain", - "notMobileMain", - "skikoMain" - ] - } - ], - "sourceSets": [ - { - "name": "commonMain", - "dependsOn": [], - "moduleDependency": [ - "org.jetbrains.compose.ui:ui", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.collection-internal:collection", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.ui:ui-util" - ], - "binaryLayout": "klib" - }, - { - "name": "darwinMain", - "dependsOn": [ - "nativeMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.ui:ui", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.collection-internal:collection", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.ui:ui-util" - ], - "sourceSetCInteropMetadataDirectory": "darwinMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - }, - { - "name": "jsNativeMain", - "dependsOn": [ - "commonMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.ui:ui", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.collection-internal:collection", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.ui:ui-util" - ], - "binaryLayout": "klib" - }, - { - "name": "jsWasmMain", - "dependsOn": [ - "jsNativeMain", - "notMobileMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.ui:ui", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.collection-internal:collection", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.ui:ui-util" - ], - "binaryLayout": "klib" - }, - { - "name": "jvmMain", - "dependsOn": [ - "commonMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.ui:ui", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.collection-internal:collection", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.ui:ui-util" - ], - "binaryLayout": "klib" - }, - { - "name": "macosMain", - "dependsOn": [ - "darwinMain", - "notMobileMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.ui:ui", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.collection-internal:collection", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.ui:ui-util" - ], - "sourceSetCInteropMetadataDirectory": "macosMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - }, - { - "name": "nativeMain", - "dependsOn": [ - "commonMain", - "jsNativeMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.ui:ui", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.collection-internal:collection", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.ui:ui-util" - ], - "sourceSetCInteropMetadataDirectory": "nativeMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - }, - { - "name": "notMobileMain", - "dependsOn": [ - "skikoMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.ui:ui", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.collection-internal:collection", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.ui:ui-util" - ], - "binaryLayout": "klib" - }, - { - "name": "skikoMain", - "dependsOn": [ - "commonMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.ui:ui", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.collection-internal:collection", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.ui:ui-util" - ], - "binaryLayout": "klib" - }, - { - "name": "uikitMain", - "dependsOn": [ - "darwinMain", - "skikoMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.ui:ui", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.collection-internal:collection", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.ui:ui-util" - ], - "sourceSetCInteropMetadataDirectory": "uikitMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - } - ] - } -} \ No newline at end of file diff --git a/client/composeApp/build/tmp/.cache/expanded/zip_240f7608768f48d89a51fc1f39bb2896/META-INF/kotlin-project-structure-metadata.json b/client/composeApp/build/tmp/.cache/expanded/zip_240f7608768f48d89a51fc1f39bb2896/META-INF/kotlin-project-structure-metadata.json deleted file mode 100644 index 7e583b5..0000000 --- a/client/composeApp/build/tmp/.cache/expanded/zip_240f7608768f48d89a51fc1f39bb2896/META-INF/kotlin-project-structure-metadata.json +++ /dev/null @@ -1,229 +0,0 @@ -{ - "projectStructure": { - "formatVersion": "0.3.3", - "isPublishedAsRoot": "true", - "variants": [ - { - "name": "androidNativeArm32ApiElements", - "sourceSet": [ - "nativeMain", - "commonMain" - ] - }, - { - "name": "androidNativeArm64ApiElements", - "sourceSet": [ - "nativeMain", - "commonMain" - ] - }, - { - "name": "androidNativeX64ApiElements", - "sourceSet": [ - "nativeMain", - "commonMain" - ] - }, - { - "name": "androidNativeX86ApiElements", - "sourceSet": [ - "nativeMain", - "commonMain" - ] - }, - { - "name": "iosArm64ApiElements", - "sourceSet": [ - "nativeMain", - "commonMain" - ] - }, - { - "name": "iosSimulatorArm64ApiElements", - "sourceSet": [ - "nativeMain", - "commonMain" - ] - }, - { - "name": "iosX64ApiElements", - "sourceSet": [ - "nativeMain", - "commonMain" - ] - }, - { - "name": "jsApiElements", - "sourceSet": [ - "jsAndWasmSharedMain", - "commonMain" - ] - }, - { - "name": "jsRuntimeElements", - "sourceSet": [ - "jsAndWasmSharedMain", - "commonMain" - ] - }, - { - "name": "jvmApiElements", - "sourceSet": [ - "commonMain" - ] - }, - { - "name": "jvmRuntimeElements", - "sourceSet": [ - "commonMain" - ] - }, - { - "name": "linuxArm64ApiElements", - "sourceSet": [ - "nativeMain", - "commonMain" - ] - }, - { - "name": "linuxX64ApiElements", - "sourceSet": [ - "nativeMain", - "commonMain" - ] - }, - { - "name": "macosArm64ApiElements", - "sourceSet": [ - "nativeMain", - "commonMain" - ] - }, - { - "name": "macosX64ApiElements", - "sourceSet": [ - "nativeMain", - "commonMain" - ] - }, - { - "name": "mingwX64ApiElements", - "sourceSet": [ - "nativeMain", - "commonMain" - ] - }, - { - "name": "tvosArm64ApiElements", - "sourceSet": [ - "nativeMain", - "commonMain" - ] - }, - { - "name": "tvosSimulatorArm64ApiElements", - "sourceSet": [ - "nativeMain", - "commonMain" - ] - }, - { - "name": "tvosX64ApiElements", - "sourceSet": [ - "nativeMain", - "commonMain" - ] - }, - { - "name": "wasmJsApiElements", - "sourceSet": [ - "jsAndWasmSharedMain", - "commonMain" - ] - }, - { - "name": "wasmJsRuntimeElements", - "sourceSet": [ - "jsAndWasmSharedMain", - "commonMain" - ] - }, - { - "name": "wasmWasiApiElements", - "sourceSet": [ - "jsAndWasmSharedMain", - "commonMain" - ] - }, - { - "name": "wasmWasiRuntimeElements", - "sourceSet": [ - "jsAndWasmSharedMain", - "commonMain" - ] - }, - { - "name": "watchosArm32ApiElements", - "sourceSet": [ - "nativeMain", - "commonMain" - ] - }, - { - "name": "watchosArm64ApiElements", - "sourceSet": [ - "nativeMain", - "commonMain" - ] - }, - { - "name": "watchosDeviceArm64ApiElements", - "sourceSet": [ - "nativeMain", - "commonMain" - ] - }, - { - "name": "watchosSimulatorArm64ApiElements", - "sourceSet": [ - "nativeMain", - "commonMain" - ] - }, - { - "name": "watchosX64ApiElements", - "sourceSet": [ - "nativeMain", - "commonMain" - ] - } - ], - "sourceSets": [ - { - "name": "commonMain", - "dependsOn": [], - "moduleDependency": [], - "binaryLayout": "klib" - }, - { - "name": "jsAndWasmSharedMain", - "dependsOn": [ - "commonMain" - ], - "moduleDependency": [], - "binaryLayout": "klib" - }, - { - "name": "nativeMain", - "dependsOn": [ - "commonMain" - ], - "moduleDependency": [ - "org.jetbrains.kotlin:kotlin-stdlib" - ], - "sourceSetCInteropMetadataDirectory": "nativeMain-cinterop", - "binaryLayout": "klib" - } - ] - } -} \ No newline at end of file diff --git a/client/composeApp/build/tmp/.cache/expanded/zip_2cdb88748cb2ad718574ee54c2073ce0/META-INF/kotlin-project-structure-metadata.json b/client/composeApp/build/tmp/.cache/expanded/zip_2cdb88748cb2ad718574ee54c2073ce0/META-INF/kotlin-project-structure-metadata.json deleted file mode 100644 index 140e4ed..0000000 --- a/client/composeApp/build/tmp/.cache/expanded/zip_2cdb88748cb2ad718574ee54c2073ce0/META-INF/kotlin-project-structure-metadata.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "projectStructure": { - "formatVersion": "0.3.3", - "isPublishedAsRoot": "true", - "variants": [ - { - "name": "iosArm64ApiElements", - "sourceSet": [ - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "iosSimulatorArm64ApiElements", - "sourceSet": [ - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "iosX64ApiElements", - "sourceSet": [ - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "jsApiElements", - "sourceSet": [ - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "jsRuntimeElements", - "sourceSet": [ - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "jvmApiElements", - "sourceSet": [ - "commonMain" - ] - }, - { - "name": "jvmRuntimeElements", - "sourceSet": [ - "commonMain" - ] - }, - { - "name": "linuxArm64ApiElements", - "sourceSet": [ - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "linuxX64ApiElements", - "sourceSet": [ - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "macosArm64ApiElements", - "sourceSet": [ - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "macosX64ApiElements", - "sourceSet": [ - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "mingwX64ApiElements", - "sourceSet": [ - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "tvosArm64ApiElements", - "sourceSet": [ - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "tvosSimulatorArm64ApiElements", - "sourceSet": [ - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "tvosX64ApiElements", - "sourceSet": [ - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "wasmJsApiElements", - "sourceSet": [ - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "wasmJsRuntimeElements", - "sourceSet": [ - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "watchosArm32ApiElements", - "sourceSet": [ - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "watchosArm64ApiElements", - "sourceSet": [ - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "watchosSimulatorArm64ApiElements", - "sourceSet": [ - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "watchosX64ApiElements", - "sourceSet": [ - "nonJvmMain", - "commonMain" - ] - } - ], - "sourceSets": [ - { - "name": "commonMain", - "dependsOn": [], - "moduleDependency": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core", - "org.jetbrains.compose.annotation-internal:annotation" - ], - "binaryLayout": "klib" - }, - { - "name": "nonJvmMain", - "dependsOn": [ - "commonMain" - ], - "moduleDependency": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.kotlinx:atomicfu" - ], - "binaryLayout": "klib" - } - ] - } -} \ No newline at end of file diff --git a/client/composeApp/build/tmp/.cache/expanded/zip_3b469696c12d2405c0c2e19c68f1810c/META-INF/kotlin-project-structure-metadata.json b/client/composeApp/build/tmp/.cache/expanded/zip_3b469696c12d2405c0c2e19c68f1810c/META-INF/kotlin-project-structure-metadata.json deleted file mode 100644 index 6183ee1..0000000 --- a/client/composeApp/build/tmp/.cache/expanded/zip_3b469696c12d2405c0c2e19c68f1810c/META-INF/kotlin-project-structure-metadata.json +++ /dev/null @@ -1,283 +0,0 @@ -{ - "projectStructure": { - "formatVersion": "0.3.3", - "isPublishedAsRoot": "true", - "variants": [ - { - "name": "debugApiElements", - "sourceSet": [ - "jvmMain", - "commonMain" - ] - }, - { - "name": "debugRuntimeElements", - "sourceSet": [ - "jvmMain", - "commonMain" - ] - }, - { - "name": "releaseApiElements", - "sourceSet": [ - "jvmMain", - "commonMain" - ] - }, - { - "name": "releaseRuntimeElements", - "sourceSet": [ - "jvmMain", - "commonMain" - ] - }, - { - "name": "desktopApiElements", - "sourceSet": [ - "jvmMain", - "commonMain", - "jbMain" - ] - }, - { - "name": "desktopRuntimeElements", - "sourceSet": [ - "jvmMain", - "commonMain", - "jbMain" - ] - }, - { - "name": "jsApiElements", - "sourceSet": [ - "commonMain", - "webMain", - "nonJvmMain", - "jbMain" - ] - }, - { - "name": "jsRuntimeElements", - "sourceSet": [ - "commonMain", - "webMain", - "nonJvmMain", - "jbMain" - ] - }, - { - "name": "macosArm64ApiElements", - "sourceSet": [ - "macosMain", - "darwinMain", - "nativeMain", - "commonMain", - "nonJvmMain", - "jbMain" - ] - }, - { - "name": "macosX64ApiElements", - "sourceSet": [ - "macosMain", - "darwinMain", - "nativeMain", - "commonMain", - "nonJvmMain", - "jbMain" - ] - }, - { - "name": "uikitArm64ApiElements", - "sourceSet": [ - "uikitMain", - "darwinMain", - "nativeMain", - "commonMain", - "nonJvmMain", - "jbMain" - ] - }, - { - "name": "uikitSimArm64ApiElements", - "sourceSet": [ - "uikitMain", - "darwinMain", - "nativeMain", - "commonMain", - "nonJvmMain", - "jbMain" - ] - }, - { - "name": "uikitX64ApiElements", - "sourceSet": [ - "uikitMain", - "darwinMain", - "nativeMain", - "commonMain", - "nonJvmMain", - "jbMain" - ] - }, - { - "name": "wasmJsApiElements", - "sourceSet": [ - "commonMain", - "webMain", - "nonJvmMain", - "jbMain" - ] - }, - { - "name": "wasmJsRuntimeElements", - "sourceSet": [ - "commonMain", - "webMain", - "nonJvmMain", - "jbMain" - ] - } - ], - "sourceSets": [ - { - "name": "commonMain", - "dependsOn": [], - "moduleDependency": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.ui:ui-util", - "org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose" - ], - "binaryLayout": "klib" - }, - { - "name": "darwinMain", - "dependsOn": [ - "nativeMain" - ], - "moduleDependency": [ - "org.jetbrains.kotlinx:kotlinx-coroutines-core", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.ui:ui-util", - "org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose" - ], - "sourceSetCInteropMetadataDirectory": "darwinMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - }, - { - "name": "jbMain", - "dependsOn": [ - "commonMain" - ], - "moduleDependency": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.ui:ui-util", - "org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose" - ], - "binaryLayout": "klib" - }, - { - "name": "jvmMain", - "dependsOn": [ - "commonMain" - ], - "moduleDependency": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.ui:ui-util", - "org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose" - ], - "binaryLayout": "klib" - }, - { - "name": "macosMain", - "dependsOn": [ - "darwinMain" - ], - "moduleDependency": [ - "org.jetbrains.kotlinx:kotlinx-coroutines-core", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.ui:ui-util", - "org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose" - ], - "sourceSetCInteropMetadataDirectory": "macosMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - }, - { - "name": "nativeMain", - "dependsOn": [ - "commonMain", - "nonJvmMain" - ], - "moduleDependency": [ - "org.jetbrains.kotlinx:kotlinx-coroutines-core", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.ui:ui-util", - "org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose" - ], - "sourceSetCInteropMetadataDirectory": "nativeMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - }, - { - "name": "nonJvmMain", - "dependsOn": [ - "jbMain" - ], - "moduleDependency": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.ui:ui-util", - "org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose" - ], - "binaryLayout": "klib" - }, - { - "name": "uikitMain", - "dependsOn": [ - "darwinMain" - ], - "moduleDependency": [ - "org.jetbrains.kotlinx:kotlinx-coroutines-core", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.ui:ui-util", - "org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose" - ], - "sourceSetCInteropMetadataDirectory": "uikitMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - }, - { - "name": "webMain", - "dependsOn": [ - "nonJvmMain" - ], - "moduleDependency": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.ui:ui-util", - "org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose" - ], - "binaryLayout": "klib" - } - ] - } -} \ No newline at end of file diff --git a/client/composeApp/build/tmp/.cache/expanded/zip_427250d733f245b632d25dedcbcc5374/META-INF/kotlin-project-structure-metadata.json b/client/composeApp/build/tmp/.cache/expanded/zip_427250d733f245b632d25dedcbcc5374/META-INF/kotlin-project-structure-metadata.json deleted file mode 100644 index d330ada..0000000 --- a/client/composeApp/build/tmp/.cache/expanded/zip_427250d733f245b632d25dedcbcc5374/META-INF/kotlin-project-structure-metadata.json +++ /dev/null @@ -1,302 +0,0 @@ -{ - "projectStructure": { - "formatVersion": "0.3.3", - "isPublishedAsRoot": "true", - "variants": [ - { - "name": "debugApiElements", - "sourceSet": [ - "jvmMain", - "commonMain" - ] - }, - { - "name": "debugRuntimeElements", - "sourceSet": [ - "jvmMain", - "commonMain" - ] - }, - { - "name": "releaseApiElements", - "sourceSet": [ - "jvmMain", - "commonMain" - ] - }, - { - "name": "releaseRuntimeElements", - "sourceSet": [ - "jvmMain", - "commonMain" - ] - }, - { - "name": "desktopApiElements", - "sourceSet": [ - "jvmMain", - "commonMain", - "nonAndroidMain" - ] - }, - { - "name": "desktopRuntimeElements", - "sourceSet": [ - "jvmMain", - "commonMain", - "nonAndroidMain" - ] - }, - { - "name": "jsApiElements", - "sourceSet": [ - "commonMain", - "nonAndroidMain" - ] - }, - { - "name": "jsRuntimeElements", - "sourceSet": [ - "commonMain", - "nonAndroidMain" - ] - }, - { - "name": "linuxArm64ApiElements", - "sourceSet": [ - "nonAndroidMain", - "commonMain" - ] - }, - { - "name": "linuxX64ApiElements", - "sourceSet": [ - "nonAndroidMain", - "commonMain" - ] - }, - { - "name": "macosArm64ApiElements", - "sourceSet": [ - "macosMain", - "darwinMain", - "nativeMain", - "commonMain", - "nonAndroidMain" - ] - }, - { - "name": "macosX64ApiElements", - "sourceSet": [ - "macosMain", - "darwinMain", - "nativeMain", - "commonMain", - "nonAndroidMain" - ] - }, - { - "name": "mingwX64ApiElements", - "sourceSet": [ - "nonAndroidMain", - "commonMain" - ] - }, - { - "name": "tvosArm64ApiElements", - "sourceSet": [ - "nonAndroidMain", - "commonMain" - ] - }, - { - "name": "tvosSimulatorArm64ApiElements", - "sourceSet": [ - "nonAndroidMain", - "commonMain" - ] - }, - { - "name": "tvosX64ApiElements", - "sourceSet": [ - "nonAndroidMain", - "commonMain" - ] - }, - { - "name": "uikitArm64ApiElements", - "sourceSet": [ - "uikitMain", - "darwinMain", - "nativeMain", - "commonMain", - "nonAndroidMain" - ] - }, - { - "name": "uikitSimArm64ApiElements", - "sourceSet": [ - "uikitMain", - "darwinMain", - "nativeMain", - "commonMain", - "nonAndroidMain" - ] - }, - { - "name": "uikitX64ApiElements", - "sourceSet": [ - "uikitMain", - "darwinMain", - "nativeMain", - "commonMain", - "nonAndroidMain" - ] - }, - { - "name": "wasmJsApiElements", - "sourceSet": [ - "commonMain", - "nonAndroidMain" - ] - }, - { - "name": "wasmJsRuntimeElements", - "sourceSet": [ - "commonMain", - "nonAndroidMain" - ] - }, - { - "name": "watchosArm32ApiElements", - "sourceSet": [ - "nonAndroidMain", - "commonMain" - ] - }, - { - "name": "watchosArm64ApiElements", - "sourceSet": [ - "nonAndroidMain", - "commonMain" - ] - }, - { - "name": "watchosSimulatorArm64ApiElements", - "sourceSet": [ - "nonAndroidMain", - "commonMain" - ] - }, - { - "name": "watchosX64ApiElements", - "sourceSet": [ - "nonAndroidMain", - "commonMain" - ] - } - ], - "sourceSets": [ - { - "name": "commonMain", - "dependsOn": [], - "moduleDependency": [ - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.androidx.lifecycle:lifecycle-runtime", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.androidx.lifecycle:lifecycle-common", - "org.jetbrains.kotlin:kotlin-stdlib" - ], - "binaryLayout": "klib" - }, - { - "name": "darwinMain", - "dependsOn": [ - "nativeMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.androidx.lifecycle:lifecycle-runtime", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.androidx.lifecycle:lifecycle-common" - ], - "sourceSetCInteropMetadataDirectory": "darwinMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - }, - { - "name": "jvmMain", - "dependsOn": [ - "commonMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.androidx.lifecycle:lifecycle-runtime", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.androidx.lifecycle:lifecycle-common", - "org.jetbrains.kotlin:kotlin-stdlib" - ], - "binaryLayout": "klib" - }, - { - "name": "macosMain", - "dependsOn": [ - "darwinMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.androidx.lifecycle:lifecycle-runtime", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.androidx.lifecycle:lifecycle-common" - ], - "sourceSetCInteropMetadataDirectory": "macosMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - }, - { - "name": "nativeMain", - "dependsOn": [ - "commonMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.androidx.lifecycle:lifecycle-runtime", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.androidx.lifecycle:lifecycle-common" - ], - "sourceSetCInteropMetadataDirectory": "nativeMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - }, - { - "name": "nonAndroidMain", - "dependsOn": [ - "commonMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.androidx.lifecycle:lifecycle-runtime", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.androidx.lifecycle:lifecycle-common", - "org.jetbrains.kotlin:kotlin-stdlib" - ], - "binaryLayout": "klib" - }, - { - "name": "uikitMain", - "dependsOn": [ - "darwinMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.androidx.lifecycle:lifecycle-runtime", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.androidx.lifecycle:lifecycle-common" - ], - "sourceSetCInteropMetadataDirectory": "uikitMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - } - ] - } -} \ No newline at end of file diff --git a/client/composeApp/build/tmp/.cache/expanded/zip_7174a1e8629590de1621d14298b5e788/META-INF/kotlin-project-structure-metadata.json b/client/composeApp/build/tmp/.cache/expanded/zip_7174a1e8629590de1621d14298b5e788/META-INF/kotlin-project-structure-metadata.json deleted file mode 100644 index 3720ccb..0000000 --- a/client/composeApp/build/tmp/.cache/expanded/zip_7174a1e8629590de1621d14298b5e788/META-INF/kotlin-project-structure-metadata.json +++ /dev/null @@ -1,386 +0,0 @@ -{ - "projectStructure": { - "formatVersion": "0.3.3", - "isPublishedAsRoot": "true", - "variants": [ - { - "name": "debugApiElements", - "sourceSet": [ - "jvmMain", - "commonMain" - ] - }, - { - "name": "debugRuntimeElements", - "sourceSet": [ - "jvmMain", - "commonMain" - ] - }, - { - "name": "releaseApiElements", - "sourceSet": [ - "jvmMain", - "commonMain" - ] - }, - { - "name": "releaseRuntimeElements", - "sourceSet": [ - "jvmMain", - "commonMain" - ] - }, - { - "name": "desktopApiElements", - "sourceSet": [ - "jvmMain", - "commonMain", - "skikoMain" - ] - }, - { - "name": "desktopRuntimeElements", - "sourceSet": [ - "jvmMain", - "commonMain", - "skikoMain" - ] - }, - { - "name": "jsApiElements", - "sourceSet": [ - "commonMain", - "jsWasmMain", - "nonJvmMain", - "jsNativeMain", - "skikoMain" - ] - }, - { - "name": "jsRuntimeElements", - "sourceSet": [ - "commonMain", - "jsWasmMain", - "nonJvmMain", - "jsNativeMain", - "skikoMain" - ] - }, - { - "name": "macosArm64ApiElements", - "sourceSet": [ - "macosMain", - "darwinMain", - "nativeMain", - "commonMain", - "nonJvmMain", - "jsNativeMain", - "skikoMain" - ] - }, - { - "name": "macosX64ApiElements", - "sourceSet": [ - "macosMain", - "darwinMain", - "nativeMain", - "commonMain", - "nonJvmMain", - "jsNativeMain", - "skikoMain" - ] - }, - { - "name": "uikitArm64ApiElements", - "sourceSet": [ - "uikitMain", - "darwinMain", - "nativeMain", - "commonMain", - "nonJvmMain", - "jsNativeMain", - "skikoMain" - ] - }, - { - "name": "uikitSimArm64ApiElements", - "sourceSet": [ - "uikitMain", - "darwinMain", - "nativeMain", - "commonMain", - "nonJvmMain", - "jsNativeMain", - "skikoMain" - ] - }, - { - "name": "uikitX64ApiElements", - "sourceSet": [ - "uikitMain", - "darwinMain", - "nativeMain", - "commonMain", - "nonJvmMain", - "jsNativeMain", - "skikoMain" - ] - }, - { - "name": "wasmJsApiElements", - "sourceSet": [ - "commonMain", - "jsWasmMain", - "nonJvmMain", - "jsNativeMain", - "skikoMain" - ] - }, - { - "name": "wasmJsRuntimeElements", - "sourceSet": [ - "commonMain", - "jsWasmMain", - "nonJvmMain", - "jsNativeMain", - "skikoMain" - ] - } - ], - "sourceSets": [ - { - "name": "commonMain", - "dependsOn": [], - "moduleDependency": [ - "org.jetbrains.compose.foundation:foundation", - "org.jetbrains.compose.material:material-ripple", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.ui:ui-graphics", - "org.jetbrains.compose.ui:ui-text", - "org.jetbrains.kotlinx:atomicfu", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.compose.animation:animation-core", - "org.jetbrains.compose.ui:ui-util", - "org.jetbrains.compose.ui:ui-backhandler", - "org.jetbrains.compose.foundation:foundation-layout", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.collection-internal:collection" - ], - "binaryLayout": "klib" - }, - { - "name": "darwinMain", - "dependsOn": [ - "nativeMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.foundation:foundation", - "org.jetbrains.compose.material:material-ripple", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.ui:ui-graphics", - "org.jetbrains.compose.ui:ui-text", - "org.jetbrains.kotlinx:atomicfu", - "org.jetbrains.compose.animation:animation-core", - "org.jetbrains.compose.ui:ui-util", - "org.jetbrains.compose.ui:ui-backhandler", - "org.jetbrains.compose.foundation:foundation-layout", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.collection-internal:collection", - "org.jetbrains.kotlinx:kotlinx-datetime" - ], - "sourceSetCInteropMetadataDirectory": "darwinMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - }, - { - "name": "jsNativeMain", - "dependsOn": [ - "skikoMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.foundation:foundation", - "org.jetbrains.compose.material:material-ripple", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.ui:ui-graphics", - "org.jetbrains.compose.ui:ui-text", - "org.jetbrains.kotlinx:atomicfu", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.compose.animation:animation-core", - "org.jetbrains.compose.ui:ui-util", - "org.jetbrains.compose.ui:ui-backhandler", - "org.jetbrains.compose.foundation:foundation-layout", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.collection-internal:collection", - "org.jetbrains.kotlinx:kotlinx-datetime" - ], - "binaryLayout": "klib" - }, - { - "name": "jsWasmMain", - "dependsOn": [ - "nonJvmMain", - "jsNativeMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.foundation:foundation", - "org.jetbrains.compose.material:material-ripple", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.ui:ui-graphics", - "org.jetbrains.compose.ui:ui-text", - "org.jetbrains.kotlinx:atomicfu", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.compose.animation:animation-core", - "org.jetbrains.compose.ui:ui-util", - "org.jetbrains.compose.ui:ui-backhandler", - "org.jetbrains.compose.foundation:foundation-layout", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.collection-internal:collection", - "org.jetbrains.kotlinx:kotlinx-datetime" - ], - "binaryLayout": "klib" - }, - { - "name": "jvmMain", - "dependsOn": [ - "commonMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.foundation:foundation", - "org.jetbrains.compose.material:material-ripple", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.ui:ui-graphics", - "org.jetbrains.compose.ui:ui-text", - "org.jetbrains.kotlinx:atomicfu", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.compose.animation:animation-core", - "org.jetbrains.compose.ui:ui-util", - "org.jetbrains.compose.ui:ui-backhandler", - "org.jetbrains.compose.foundation:foundation-layout", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.collection-internal:collection" - ], - "binaryLayout": "klib" - }, - { - "name": "macosMain", - "dependsOn": [ - "darwinMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.foundation:foundation", - "org.jetbrains.compose.material:material-ripple", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.ui:ui-graphics", - "org.jetbrains.compose.ui:ui-text", - "org.jetbrains.kotlinx:atomicfu", - "org.jetbrains.compose.animation:animation-core", - "org.jetbrains.compose.ui:ui-util", - "org.jetbrains.compose.ui:ui-backhandler", - "org.jetbrains.compose.foundation:foundation-layout", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.collection-internal:collection", - "org.jetbrains.kotlinx:kotlinx-datetime" - ], - "sourceSetCInteropMetadataDirectory": "macosMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - }, - { - "name": "nativeMain", - "dependsOn": [ - "commonMain", - "nonJvmMain", - "jsNativeMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.foundation:foundation", - "org.jetbrains.compose.material:material-ripple", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.ui:ui-graphics", - "org.jetbrains.compose.ui:ui-text", - "org.jetbrains.kotlinx:atomicfu", - "org.jetbrains.compose.animation:animation-core", - "org.jetbrains.compose.ui:ui-util", - "org.jetbrains.compose.ui:ui-backhandler", - "org.jetbrains.compose.foundation:foundation-layout", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.collection-internal:collection", - "org.jetbrains.kotlinx:kotlinx-datetime" - ], - "sourceSetCInteropMetadataDirectory": "nativeMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - }, - { - "name": "nonJvmMain", - "dependsOn": [ - "commonMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.foundation:foundation", - "org.jetbrains.compose.material:material-ripple", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.ui:ui-graphics", - "org.jetbrains.compose.ui:ui-text", - "org.jetbrains.kotlinx:atomicfu", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.compose.animation:animation-core", - "org.jetbrains.compose.ui:ui-util", - "org.jetbrains.compose.ui:ui-backhandler", - "org.jetbrains.compose.foundation:foundation-layout", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.collection-internal:collection" - ], - "binaryLayout": "klib" - }, - { - "name": "skikoMain", - "dependsOn": [ - "commonMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.foundation:foundation", - "org.jetbrains.compose.material:material-ripple", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.ui:ui-graphics", - "org.jetbrains.compose.ui:ui-text", - "org.jetbrains.kotlinx:atomicfu", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.compose.animation:animation-core", - "org.jetbrains.compose.ui:ui-util", - "org.jetbrains.compose.ui:ui-backhandler", - "org.jetbrains.compose.foundation:foundation-layout", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.collection-internal:collection", - "org.jetbrains.kotlinx:kotlinx-datetime" - ], - "binaryLayout": "klib" - }, - { - "name": "uikitMain", - "dependsOn": [ - "darwinMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.foundation:foundation", - "org.jetbrains.compose.material:material-ripple", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.ui:ui-graphics", - "org.jetbrains.compose.ui:ui-text", - "org.jetbrains.kotlinx:atomicfu", - "org.jetbrains.compose.animation:animation-core", - "org.jetbrains.compose.ui:ui-util", - "org.jetbrains.compose.ui:ui-backhandler", - "org.jetbrains.compose.foundation:foundation-layout", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.collection-internal:collection", - "org.jetbrains.kotlinx:kotlinx-datetime" - ], - "sourceSetCInteropMetadataDirectory": "uikitMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - } - ] - } -} \ No newline at end of file diff --git a/client/composeApp/build/tmp/.cache/expanded/zip_7359d2ef7f7b4fed68af66c5ebbb0bd6/META-INF/kotlin-project-structure-metadata.json b/client/composeApp/build/tmp/.cache/expanded/zip_7359d2ef7f7b4fed68af66c5ebbb0bd6/META-INF/kotlin-project-structure-metadata.json deleted file mode 100644 index 45a4748..0000000 --- a/client/composeApp/build/tmp/.cache/expanded/zip_7359d2ef7f7b4fed68af66c5ebbb0bd6/META-INF/kotlin-project-structure-metadata.json +++ /dev/null @@ -1,259 +0,0 @@ -{ - "projectStructure": { - "formatVersion": "0.3.3", - "isPublishedAsRoot": "true", - "variants": [ - { - "name": "debugApiElements", - "sourceSet": [ - "jvmMain", - "commonMain" - ] - }, - { - "name": "debugRuntimeElements", - "sourceSet": [ - "jvmMain", - "commonMain" - ] - }, - { - "name": "releaseApiElements", - "sourceSet": [ - "jvmMain", - "commonMain" - ] - }, - { - "name": "releaseRuntimeElements", - "sourceSet": [ - "jvmMain", - "commonMain" - ] - }, - { - "name": "desktopApiElements", - "sourceSet": [ - "jvmMain", - "commonMain", - "jbMain" - ] - }, - { - "name": "desktopRuntimeElements", - "sourceSet": [ - "jvmMain", - "commonMain", - "jbMain" - ] - }, - { - "name": "jsApiElements", - "sourceSet": [ - "commonMain", - "jsWasmMain", - "jbMain" - ] - }, - { - "name": "jsRuntimeElements", - "sourceSet": [ - "commonMain", - "jsWasmMain", - "jbMain" - ] - }, - { - "name": "macosArm64ApiElements", - "sourceSet": [ - "macosMain", - "darwinMain", - "nativeMain", - "commonMain", - "jbMain" - ] - }, - { - "name": "macosX64ApiElements", - "sourceSet": [ - "macosMain", - "darwinMain", - "nativeMain", - "commonMain", - "jbMain" - ] - }, - { - "name": "uikitArm64ApiElements", - "sourceSet": [ - "uikitMain", - "darwinMain", - "nativeMain", - "commonMain", - "jbMain" - ] - }, - { - "name": "uikitSimArm64ApiElements", - "sourceSet": [ - "uikitMain", - "darwinMain", - "nativeMain", - "commonMain", - "jbMain" - ] - }, - { - "name": "uikitX64ApiElements", - "sourceSet": [ - "uikitMain", - "darwinMain", - "nativeMain", - "commonMain", - "jbMain" - ] - }, - { - "name": "wasmJsApiElements", - "sourceSet": [ - "commonMain", - "jsWasmMain", - "jbMain" - ] - }, - { - "name": "wasmJsRuntimeElements", - "sourceSet": [ - "commonMain", - "jsWasmMain", - "jbMain" - ] - } - ], - "sourceSets": [ - { - "name": "commonMain", - "dependsOn": [], - "moduleDependency": [ - "org.jetbrains.compose.foundation:foundation", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.compose.collection-internal:collection", - "org.jetbrains.compose.animation:animation", - "org.jetbrains.compose.ui:ui-util" - ], - "binaryLayout": "klib" - }, - { - "name": "darwinMain", - "dependsOn": [ - "nativeMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.foundation:foundation", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.collection-internal:collection", - "org.jetbrains.compose.animation:animation", - "org.jetbrains.compose.ui:ui-util" - ], - "sourceSetCInteropMetadataDirectory": "darwinMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - }, - { - "name": "jbMain", - "dependsOn": [ - "commonMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.foundation:foundation", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.compose.collection-internal:collection", - "org.jetbrains.compose.animation:animation", - "org.jetbrains.compose.ui:ui-util" - ], - "binaryLayout": "klib" - }, - { - "name": "jsWasmMain", - "dependsOn": [ - "jbMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.foundation:foundation", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.compose.collection-internal:collection", - "org.jetbrains.compose.animation:animation", - "org.jetbrains.compose.ui:ui-util" - ], - "binaryLayout": "klib" - }, - { - "name": "jvmMain", - "dependsOn": [ - "commonMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.foundation:foundation", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.compose.collection-internal:collection", - "org.jetbrains.compose.animation:animation", - "org.jetbrains.compose.ui:ui-util" - ], - "binaryLayout": "klib" - }, - { - "name": "macosMain", - "dependsOn": [ - "darwinMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.foundation:foundation", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.collection-internal:collection", - "org.jetbrains.compose.animation:animation", - "org.jetbrains.compose.ui:ui-util" - ], - "sourceSetCInteropMetadataDirectory": "macosMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - }, - { - "name": "nativeMain", - "dependsOn": [ - "commonMain", - "jbMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.foundation:foundation", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.collection-internal:collection", - "org.jetbrains.compose.animation:animation", - "org.jetbrains.compose.ui:ui-util" - ], - "sourceSetCInteropMetadataDirectory": "nativeMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - }, - { - "name": "uikitMain", - "dependsOn": [ - "darwinMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.foundation:foundation", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.collection-internal:collection", - "org.jetbrains.compose.animation:animation", - "org.jetbrains.compose.ui:ui-util" - ], - "sourceSetCInteropMetadataDirectory": "uikitMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - } - ] - } -} \ No newline at end of file diff --git a/client/composeApp/build/tmp/.cache/expanded/zip_769f0653de234bce8bc738c7392ca601/META-INF/kotlin-project-structure-metadata.json b/client/composeApp/build/tmp/.cache/expanded/zip_769f0653de234bce8bc738c7392ca601/META-INF/kotlin-project-structure-metadata.json deleted file mode 100644 index afac66f..0000000 --- a/client/composeApp/build/tmp/.cache/expanded/zip_769f0653de234bce8bc738c7392ca601/META-INF/kotlin-project-structure-metadata.json +++ /dev/null @@ -1,454 +0,0 @@ -{ - "projectStructure": { - "formatVersion": "0.3.3", - "isPublishedAsRoot": "true", - "variants": [ - { - "name": "debugApiElements", - "sourceSet": [ - "jvmMain", - "commonMain" - ] - }, - { - "name": "debugRuntimeElements", - "sourceSet": [ - "jvmMain", - "commonMain" - ] - }, - { - "name": "releaseApiElements", - "sourceSet": [ - "jvmMain", - "commonMain" - ] - }, - { - "name": "releaseRuntimeElements", - "sourceSet": [ - "jvmMain", - "commonMain" - ] - }, - { - "name": "desktopApiElements", - "sourceSet": [ - "jvmMain", - "commonMain", - "nonAndroidMain" - ] - }, - { - "name": "desktopRuntimeElements", - "sourceSet": [ - "jvmMain", - "commonMain", - "nonAndroidMain" - ] - }, - { - "name": "jsApiElements", - "sourceSet": [ - "commonMain", - "webMain", - "nonAndroidMain", - "nonJvmMain" - ] - }, - { - "name": "jsRuntimeElements", - "sourceSet": [ - "commonMain", - "webMain", - "nonAndroidMain", - "nonJvmMain" - ] - }, - { - "name": "linuxArm64ApiElements", - "sourceSet": [ - "linuxMain", - "posixMain", - "nativeMain", - "commonMain", - "nonAndroidMain", - "nonJvmMain" - ] - }, - { - "name": "linuxX64ApiElements", - "sourceSet": [ - "linuxMain", - "posixMain", - "nativeMain", - "commonMain", - "nonAndroidMain", - "nonJvmMain" - ] - }, - { - "name": "macosArm64ApiElements", - "sourceSet": [ - "macosMain", - "darwinMain", - "nativeMain", - "commonMain", - "nonAndroidMain", - "nonJvmMain", - "posixMain" - ] - }, - { - "name": "macosX64ApiElements", - "sourceSet": [ - "macosMain", - "darwinMain", - "nativeMain", - "commonMain", - "nonAndroidMain", - "nonJvmMain", - "posixMain" - ] - }, - { - "name": "mingwX64ApiElements", - "sourceSet": [ - "nativeMain", - "commonMain", - "nonAndroidMain", - "nonJvmMain" - ] - }, - { - "name": "tvosArm64ApiElements", - "sourceSet": [ - "tvOsMain", - "darwinMain", - "nativeMain", - "commonMain", - "nonAndroidMain", - "nonJvmMain", - "posixMain" - ] - }, - { - "name": "tvosSimulatorArm64ApiElements", - "sourceSet": [ - "tvOsMain", - "darwinMain", - "nativeMain", - "commonMain", - "nonAndroidMain", - "nonJvmMain", - "posixMain" - ] - }, - { - "name": "tvosX64ApiElements", - "sourceSet": [ - "tvOsMain", - "darwinMain", - "nativeMain", - "commonMain", - "nonAndroidMain", - "nonJvmMain", - "posixMain" - ] - }, - { - "name": "uikitArm64ApiElements", - "sourceSet": [ - "uikitMain", - "darwinMain", - "nativeMain", - "commonMain", - "nonAndroidMain", - "nonJvmMain", - "posixMain" - ] - }, - { - "name": "uikitSimArm64ApiElements", - "sourceSet": [ - "uikitMain", - "darwinMain", - "nativeMain", - "commonMain", - "nonAndroidMain", - "nonJvmMain", - "posixMain" - ] - }, - { - "name": "uikitX64ApiElements", - "sourceSet": [ - "uikitMain", - "darwinMain", - "nativeMain", - "commonMain", - "nonAndroidMain", - "nonJvmMain", - "posixMain" - ] - }, - { - "name": "wasmJsApiElements", - "sourceSet": [ - "commonMain", - "webMain", - "nonAndroidMain", - "nonJvmMain" - ] - }, - { - "name": "wasmJsRuntimeElements", - "sourceSet": [ - "commonMain", - "webMain", - "nonAndroidMain", - "nonJvmMain" - ] - }, - { - "name": "watchosArm32ApiElements", - "sourceSet": [ - "watchOsMain", - "darwinMain", - "nativeMain", - "commonMain", - "nonAndroidMain", - "nonJvmMain", - "posixMain" - ] - }, - { - "name": "watchosArm64ApiElements", - "sourceSet": [ - "watchOsMain", - "darwinMain", - "nativeMain", - "commonMain", - "nonAndroidMain", - "nonJvmMain", - "posixMain" - ] - }, - { - "name": "watchosSimulatorArm64ApiElements", - "sourceSet": [ - "watchOsMain", - "darwinMain", - "nativeMain", - "commonMain", - "nonAndroidMain", - "nonJvmMain", - "posixMain" - ] - }, - { - "name": "watchosX64ApiElements", - "sourceSet": [ - "watchOsMain", - "darwinMain", - "nativeMain", - "commonMain", - "nonAndroidMain", - "nonJvmMain", - "posixMain" - ] - } - ], - "sourceSets": [ - { - "name": "commonMain", - "dependsOn": [], - "moduleDependency": [ - "org.jetbrains.kotlinx:kotlinx-coroutines-core", - "org.jetbrains.kotlinx:atomicfu", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.collection-internal:collection" - ], - "binaryLayout": "klib" - }, - { - "name": "darwinMain", - "dependsOn": [ - "nativeMain", - "posixMain" - ], - "moduleDependency": [ - "org.jetbrains.kotlinx:kotlinx-coroutines-core", - "org.jetbrains.kotlinx:atomicfu", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.collection-internal:collection" - ], - "sourceSetCInteropMetadataDirectory": "darwinMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - }, - { - "name": "jvmMain", - "dependsOn": [ - "commonMain" - ], - "moduleDependency": [ - "org.jetbrains.kotlinx:kotlinx-coroutines-core", - "org.jetbrains.kotlinx:atomicfu", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.collection-internal:collection" - ], - "binaryLayout": "klib" - }, - { - "name": "linuxMain", - "dependsOn": [ - "posixMain" - ], - "moduleDependency": [ - "org.jetbrains.kotlinx:kotlinx-coroutines-core", - "org.jetbrains.kotlinx:atomicfu", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.collection-internal:collection" - ], - "sourceSetCInteropMetadataDirectory": "linuxMain-cinterop", - "binaryLayout": "klib" - }, - { - "name": "macosMain", - "dependsOn": [ - "darwinMain" - ], - "moduleDependency": [ - "org.jetbrains.kotlinx:kotlinx-coroutines-core", - "org.jetbrains.kotlinx:atomicfu", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.collection-internal:collection" - ], - "sourceSetCInteropMetadataDirectory": "macosMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - }, - { - "name": "nativeMain", - "dependsOn": [ - "commonMain", - "nonAndroidMain", - "nonJvmMain" - ], - "moduleDependency": [ - "org.jetbrains.kotlinx:kotlinx-coroutines-core", - "org.jetbrains.kotlinx:atomicfu", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.collection-internal:collection" - ], - "sourceSetCInteropMetadataDirectory": "nativeMain-cinterop", - "binaryLayout": "klib" - }, - { - "name": "nonAndroidMain", - "dependsOn": [ - "commonMain" - ], - "moduleDependency": [ - "org.jetbrains.kotlinx:kotlinx-coroutines-core", - "org.jetbrains.kotlinx:atomicfu", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.collection-internal:collection" - ], - "binaryLayout": "klib" - }, - { - "name": "nonJvmMain", - "dependsOn": [ - "commonMain" - ], - "moduleDependency": [ - "org.jetbrains.kotlinx:kotlinx-coroutines-core", - "org.jetbrains.kotlinx:atomicfu", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.collection-internal:collection" - ], - "binaryLayout": "klib" - }, - { - "name": "posixMain", - "dependsOn": [ - "nativeMain" - ], - "moduleDependency": [ - "org.jetbrains.kotlinx:kotlinx-coroutines-core", - "org.jetbrains.kotlinx:atomicfu", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.collection-internal:collection" - ], - "sourceSetCInteropMetadataDirectory": "posixMain-cinterop", - "binaryLayout": "klib" - }, - { - "name": "tvOsMain", - "dependsOn": [ - "darwinMain" - ], - "moduleDependency": [ - "org.jetbrains.kotlinx:kotlinx-coroutines-core", - "org.jetbrains.kotlinx:atomicfu", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.collection-internal:collection" - ], - "sourceSetCInteropMetadataDirectory": "tvOsMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - }, - { - "name": "uikitMain", - "dependsOn": [ - "darwinMain" - ], - "moduleDependency": [ - "org.jetbrains.kotlinx:kotlinx-coroutines-core", - "org.jetbrains.kotlinx:atomicfu", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.collection-internal:collection" - ], - "sourceSetCInteropMetadataDirectory": "uikitMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - }, - { - "name": "watchOsMain", - "dependsOn": [ - "darwinMain" - ], - "moduleDependency": [ - "org.jetbrains.kotlinx:kotlinx-coroutines-core", - "org.jetbrains.kotlinx:atomicfu", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.collection-internal:collection" - ], - "sourceSetCInteropMetadataDirectory": "watchOsMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - }, - { - "name": "webMain", - "dependsOn": [ - "nonAndroidMain", - "nonJvmMain" - ], - "moduleDependency": [ - "org.jetbrains.kotlinx:kotlinx-coroutines-core", - "org.jetbrains.kotlinx:atomicfu", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.collection-internal:collection" - ], - "binaryLayout": "klib" - } - ] - } -} \ No newline at end of file diff --git a/client/composeApp/build/tmp/.cache/expanded/zip_7b1e2dbdc628dc25022d24d5609a4ad8/META-INF/kotlin-project-structure-metadata.json b/client/composeApp/build/tmp/.cache/expanded/zip_7b1e2dbdc628dc25022d24d5609a4ad8/META-INF/kotlin-project-structure-metadata.json deleted file mode 100644 index 44a0bec..0000000 --- a/client/composeApp/build/tmp/.cache/expanded/zip_7b1e2dbdc628dc25022d24d5609a4ad8/META-INF/kotlin-project-structure-metadata.json +++ /dev/null @@ -1,273 +0,0 @@ -{ - "projectStructure": { - "formatVersion": "0.3.3", - "isPublishedAsRoot": "true", - "variants": [ - { - "name": "debugApiElements", - "sourceSet": [ - "jvmMain", - "commonMain" - ] - }, - { - "name": "debugRuntimeElements", - "sourceSet": [ - "jvmMain", - "commonMain" - ] - }, - { - "name": "releaseApiElements", - "sourceSet": [ - "jvmMain", - "commonMain" - ] - }, - { - "name": "releaseRuntimeElements", - "sourceSet": [ - "jvmMain", - "commonMain" - ] - }, - { - "name": "desktopApiElements", - "sourceSet": [ - "jvmMain", - "commonMain" - ] - }, - { - "name": "desktopRuntimeElements", - "sourceSet": [ - "jvmMain", - "commonMain" - ] - }, - { - "name": "jsApiElements", - "sourceSet": [ - "commonMain", - "jsWasmMain", - "jsNativeMain" - ] - }, - { - "name": "jsRuntimeElements", - "sourceSet": [ - "commonMain", - "jsWasmMain", - "jsNativeMain" - ] - }, - { - "name": "macosArm64ApiElements", - "sourceSet": [ - "macosMain", - "darwinMain", - "nativeMain", - "commonMain", - "jsNativeMain" - ] - }, - { - "name": "macosX64ApiElements", - "sourceSet": [ - "macosMain", - "darwinMain", - "nativeMain", - "commonMain", - "jsNativeMain" - ] - }, - { - "name": "uikitArm64ApiElements", - "sourceSet": [ - "uikitMain", - "darwinMain", - "nativeMain", - "commonMain", - "jsNativeMain" - ] - }, - { - "name": "uikitSimArm64ApiElements", - "sourceSet": [ - "uikitMain", - "darwinMain", - "nativeMain", - "commonMain", - "jsNativeMain" - ] - }, - { - "name": "uikitX64ApiElements", - "sourceSet": [ - "uikitMain", - "darwinMain", - "nativeMain", - "commonMain", - "jsNativeMain" - ] - }, - { - "name": "wasmJsApiElements", - "sourceSet": [ - "commonMain", - "jsWasmMain", - "jsNativeMain" - ] - }, - { - "name": "wasmJsRuntimeElements", - "sourceSet": [ - "commonMain", - "jsWasmMain", - "jsNativeMain" - ] - } - ], - "sourceSets": [ - { - "name": "commonMain", - "dependsOn": [], - "moduleDependency": [ - "org.jetbrains.compose.animation:animation-core", - "org.jetbrains.compose.foundation:foundation-layout", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.ui:ui", - "org.jetbrains.compose.ui:ui-geometry", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.compose.collection-internal:collection", - "org.jetbrains.compose.ui:ui-util" - ], - "binaryLayout": "klib" - }, - { - "name": "darwinMain", - "dependsOn": [ - "nativeMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.animation:animation-core", - "org.jetbrains.compose.foundation:foundation-layout", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.ui:ui", - "org.jetbrains.compose.ui:ui-geometry", - "org.jetbrains.compose.collection-internal:collection", - "org.jetbrains.compose.ui:ui-util" - ], - "sourceSetCInteropMetadataDirectory": "darwinMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - }, - { - "name": "jsNativeMain", - "dependsOn": [ - "commonMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.animation:animation-core", - "org.jetbrains.compose.foundation:foundation-layout", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.ui:ui", - "org.jetbrains.compose.ui:ui-geometry", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.compose.collection-internal:collection", - "org.jetbrains.compose.ui:ui-util" - ], - "binaryLayout": "klib" - }, - { - "name": "jsWasmMain", - "dependsOn": [ - "jsNativeMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.animation:animation-core", - "org.jetbrains.compose.foundation:foundation-layout", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.ui:ui", - "org.jetbrains.compose.ui:ui-geometry", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.compose.collection-internal:collection", - "org.jetbrains.compose.ui:ui-util" - ], - "binaryLayout": "klib" - }, - { - "name": "jvmMain", - "dependsOn": [ - "commonMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.animation:animation-core", - "org.jetbrains.compose.foundation:foundation-layout", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.ui:ui", - "org.jetbrains.compose.ui:ui-geometry", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.compose.collection-internal:collection", - "org.jetbrains.compose.ui:ui-util" - ], - "binaryLayout": "klib" - }, - { - "name": "macosMain", - "dependsOn": [ - "darwinMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.animation:animation-core", - "org.jetbrains.compose.foundation:foundation-layout", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.ui:ui", - "org.jetbrains.compose.ui:ui-geometry", - "org.jetbrains.compose.collection-internal:collection", - "org.jetbrains.compose.ui:ui-util" - ], - "sourceSetCInteropMetadataDirectory": "macosMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - }, - { - "name": "nativeMain", - "dependsOn": [ - "commonMain", - "jsNativeMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.animation:animation-core", - "org.jetbrains.compose.foundation:foundation-layout", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.ui:ui", - "org.jetbrains.compose.ui:ui-geometry", - "org.jetbrains.compose.collection-internal:collection", - "org.jetbrains.compose.ui:ui-util" - ], - "sourceSetCInteropMetadataDirectory": "nativeMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - }, - { - "name": "uikitMain", - "dependsOn": [ - "darwinMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.animation:animation-core", - "org.jetbrains.compose.foundation:foundation-layout", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.ui:ui", - "org.jetbrains.compose.ui:ui-geometry", - "org.jetbrains.compose.collection-internal:collection", - "org.jetbrains.compose.ui:ui-util" - ], - "sourceSetCInteropMetadataDirectory": "uikitMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - } - ] - } -} \ No newline at end of file diff --git a/client/composeApp/build/tmp/.cache/expanded/zip_80dccb6b55fc164d0b558fc848959ea7/META-INF/kotlin-project-structure-metadata.json b/client/composeApp/build/tmp/.cache/expanded/zip_80dccb6b55fc164d0b558fc848959ea7/META-INF/kotlin-project-structure-metadata.json deleted file mode 100644 index ebb9964..0000000 --- a/client/composeApp/build/tmp/.cache/expanded/zip_80dccb6b55fc164d0b558fc848959ea7/META-INF/kotlin-project-structure-metadata.json +++ /dev/null @@ -1,324 +0,0 @@ -{ - "projectStructure": { - "formatVersion": "0.3.3", - "isPublishedAsRoot": "true", - "variants": [ - { - "name": "debugApiElements", - "sourceSet": [ - "jvmMain", - "commonMain" - ] - }, - { - "name": "debugRuntimeElements", - "sourceSet": [ - "jvmMain", - "commonMain" - ] - }, - { - "name": "releaseApiElements", - "sourceSet": [ - "jvmMain", - "commonMain" - ] - }, - { - "name": "releaseRuntimeElements", - "sourceSet": [ - "jvmMain", - "commonMain" - ] - }, - { - "name": "desktopApiElements", - "sourceSet": [ - "jvmMain", - "commonMain", - "skikoExcludingWebMain", - "skikoMain" - ] - }, - { - "name": "desktopRuntimeElements", - "sourceSet": [ - "jvmMain", - "commonMain", - "skikoExcludingWebMain", - "skikoMain" - ] - }, - { - "name": "jsApiElements", - "sourceSet": [ - "commonMain", - "jsWasmMain", - "jsNativeMain", - "skikoMain" - ] - }, - { - "name": "jsRuntimeElements", - "sourceSet": [ - "commonMain", - "jsWasmMain", - "jsNativeMain", - "skikoMain" - ] - }, - { - "name": "macosArm64ApiElements", - "sourceSet": [ - "macosMain", - "darwinMain", - "nativeMain", - "commonMain", - "jsNativeMain", - "skikoMain", - "skikoExcludingWebMain" - ] - }, - { - "name": "macosX64ApiElements", - "sourceSet": [ - "macosMain", - "darwinMain", - "nativeMain", - "commonMain", - "jsNativeMain", - "skikoMain", - "skikoExcludingWebMain" - ] - }, - { - "name": "uikitArm64ApiElements", - "sourceSet": [ - "uikitMain", - "darwinMain", - "nativeMain", - "commonMain", - "jsNativeMain", - "skikoMain", - "skikoExcludingWebMain" - ] - }, - { - "name": "uikitSimArm64ApiElements", - "sourceSet": [ - "uikitMain", - "darwinMain", - "nativeMain", - "commonMain", - "jsNativeMain", - "skikoMain", - "skikoExcludingWebMain" - ] - }, - { - "name": "uikitX64ApiElements", - "sourceSet": [ - "uikitMain", - "darwinMain", - "nativeMain", - "commonMain", - "jsNativeMain", - "skikoMain", - "skikoExcludingWebMain" - ] - }, - { - "name": "wasmJsApiElements", - "sourceSet": [ - "commonMain", - "jsWasmMain", - "jsNativeMain", - "skikoMain" - ] - }, - { - "name": "wasmJsRuntimeElements", - "sourceSet": [ - "commonMain", - "jsWasmMain", - "jsNativeMain", - "skikoMain" - ] - } - ], - "sourceSets": [ - { - "name": "commonMain", - "dependsOn": [], - "moduleDependency": [ - "org.jetbrains.compose.ui:ui-unit", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.ui:ui-util", - "org.jetbrains.compose.ui:ui-geometry", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.collection-internal:collection" - ], - "binaryLayout": "klib" - }, - { - "name": "darwinMain", - "dependsOn": [ - "nativeMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.ui:ui-unit", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.ui:ui-util", - "org.jetbrains.compose.ui:ui-geometry", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.collection-internal:collection", - "org.jetbrains.skiko:skiko" - ], - "sourceSetCInteropMetadataDirectory": "darwinMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - }, - { - "name": "jsNativeMain", - "dependsOn": [ - "skikoMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.ui:ui-unit", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.ui:ui-util", - "org.jetbrains.compose.ui:ui-geometry", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.collection-internal:collection", - "org.jetbrains.skiko:skiko" - ], - "binaryLayout": "klib" - }, - { - "name": "jsWasmMain", - "dependsOn": [ - "jsNativeMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.ui:ui-unit", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.ui:ui-util", - "org.jetbrains.compose.ui:ui-geometry", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.collection-internal:collection", - "org.jetbrains.skiko:skiko" - ], - "binaryLayout": "klib" - }, - { - "name": "jvmMain", - "dependsOn": [ - "commonMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.ui:ui-unit", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.ui:ui-util", - "org.jetbrains.compose.ui:ui-geometry", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.collection-internal:collection" - ], - "binaryLayout": "klib" - }, - { - "name": "macosMain", - "dependsOn": [ - "darwinMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.ui:ui-unit", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.ui:ui-util", - "org.jetbrains.compose.ui:ui-geometry", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.collection-internal:collection", - "org.jetbrains.skiko:skiko" - ], - "sourceSetCInteropMetadataDirectory": "macosMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - }, - { - "name": "nativeMain", - "dependsOn": [ - "commonMain", - "jsNativeMain", - "skikoExcludingWebMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.ui:ui-unit", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.ui:ui-util", - "org.jetbrains.compose.ui:ui-geometry", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.collection-internal:collection", - "org.jetbrains.skiko:skiko" - ], - "sourceSetCInteropMetadataDirectory": "nativeMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - }, - { - "name": "skikoExcludingWebMain", - "dependsOn": [ - "skikoMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.ui:ui-unit", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.ui:ui-util", - "org.jetbrains.compose.ui:ui-geometry", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.collection-internal:collection", - "org.jetbrains.skiko:skiko" - ], - "binaryLayout": "klib" - }, - { - "name": "skikoMain", - "dependsOn": [ - "commonMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.ui:ui-unit", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.ui:ui-util", - "org.jetbrains.compose.ui:ui-geometry", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.collection-internal:collection", - "org.jetbrains.skiko:skiko" - ], - "binaryLayout": "klib" - }, - { - "name": "uikitMain", - "dependsOn": [ - "darwinMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.ui:ui-unit", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.ui:ui-util", - "org.jetbrains.compose.ui:ui-geometry", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.collection-internal:collection", - "org.jetbrains.skiko:skiko" - ], - "sourceSetCInteropMetadataDirectory": "uikitMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - } - ] - } -} \ No newline at end of file diff --git a/client/composeApp/build/tmp/.cache/expanded/zip_85f88e4769f5dfddbe755f2934eff8ed/META-INF/kotlin-project-structure-metadata.json b/client/composeApp/build/tmp/.cache/expanded/zip_85f88e4769f5dfddbe755f2934eff8ed/META-INF/kotlin-project-structure-metadata.json deleted file mode 100644 index 2e50633..0000000 --- a/client/composeApp/build/tmp/.cache/expanded/zip_85f88e4769f5dfddbe755f2934eff8ed/META-INF/kotlin-project-structure-metadata.json +++ /dev/null @@ -1,444 +0,0 @@ -{ - "projectStructure": { - "formatVersion": "0.3.3", - "isPublishedAsRoot": "true", - "variants": [ - { - "name": "androidNativeArm32ApiElements", - "sourceSet": [ - "androidNativeMain", - "nativeMain", - "commonMain", - "concurrentMain", - "nativeOtherMain" - ] - }, - { - "name": "androidNativeArm64ApiElements", - "sourceSet": [ - "androidNativeMain", - "nativeMain", - "commonMain", - "concurrentMain", - "nativeOtherMain" - ] - }, - { - "name": "androidNativeX64ApiElements", - "sourceSet": [ - "androidNativeMain", - "nativeMain", - "commonMain", - "concurrentMain", - "nativeOtherMain" - ] - }, - { - "name": "androidNativeX86ApiElements", - "sourceSet": [ - "androidNativeMain", - "nativeMain", - "commonMain", - "concurrentMain", - "nativeOtherMain" - ] - }, - { - "name": "iosArm64ApiElements", - "sourceSet": [ - "iosMain", - "appleMain", - "nativeMain", - "commonMain", - "concurrentMain", - "nativeDarwinMain" - ] - }, - { - "name": "iosSimulatorArm64ApiElements", - "sourceSet": [ - "iosMain", - "appleMain", - "nativeMain", - "commonMain", - "concurrentMain", - "nativeDarwinMain" - ] - }, - { - "name": "iosX64ApiElements", - "sourceSet": [ - "iosMain", - "appleMain", - "nativeMain", - "commonMain", - "concurrentMain", - "nativeDarwinMain" - ] - }, - { - "name": "jsApiElements", - "sourceSet": [ - "commonMain", - "jsAndWasmJsSharedMain", - "jsAndWasmSharedMain" - ] - }, - { - "name": "jsRuntimeElements", - "sourceSet": [ - "commonMain", - "jsAndWasmJsSharedMain", - "jsAndWasmSharedMain" - ] - }, - { - "name": "jvmApiElements", - "sourceSet": [ - "commonMain", - "concurrentMain" - ] - }, - { - "name": "jvmRuntimeElements", - "sourceSet": [ - "commonMain", - "concurrentMain" - ] - }, - { - "name": "linuxArm64ApiElements", - "sourceSet": [ - "linuxMain", - "nativeMain", - "commonMain", - "concurrentMain", - "nativeOtherMain" - ] - }, - { - "name": "linuxX64ApiElements", - "sourceSet": [ - "linuxMain", - "nativeMain", - "commonMain", - "concurrentMain", - "nativeOtherMain" - ] - }, - { - "name": "macosArm64ApiElements", - "sourceSet": [ - "macosMain", - "appleMain", - "nativeMain", - "commonMain", - "concurrentMain", - "nativeDarwinMain" - ] - }, - { - "name": "macosX64ApiElements", - "sourceSet": [ - "macosMain", - "appleMain", - "nativeMain", - "commonMain", - "concurrentMain", - "nativeDarwinMain" - ] - }, - { - "name": "mingwX64ApiElements", - "sourceSet": [ - "nativeMain", - "commonMain", - "concurrentMain", - "nativeOtherMain" - ] - }, - { - "name": "tvosArm64ApiElements", - "sourceSet": [ - "tvosMain", - "appleMain", - "nativeMain", - "commonMain", - "concurrentMain", - "nativeDarwinMain" - ] - }, - { - "name": "tvosSimulatorArm64ApiElements", - "sourceSet": [ - "tvosMain", - "appleMain", - "nativeMain", - "commonMain", - "concurrentMain", - "nativeDarwinMain" - ] - }, - { - "name": "tvosX64ApiElements", - "sourceSet": [ - "tvosMain", - "appleMain", - "nativeMain", - "commonMain", - "concurrentMain", - "nativeDarwinMain" - ] - }, - { - "name": "wasmJsApiElements", - "sourceSet": [ - "commonMain", - "jsAndWasmJsSharedMain", - "jsAndWasmSharedMain" - ] - }, - { - "name": "wasmJsRuntimeElements", - "sourceSet": [ - "commonMain", - "jsAndWasmJsSharedMain", - "jsAndWasmSharedMain" - ] - }, - { - "name": "wasmWasiApiElements", - "sourceSet": [ - "commonMain", - "jsAndWasmSharedMain" - ] - }, - { - "name": "wasmWasiRuntimeElements", - "sourceSet": [ - "commonMain", - "jsAndWasmSharedMain" - ] - }, - { - "name": "watchosArm32ApiElements", - "sourceSet": [ - "watchosMain", - "appleMain", - "nativeMain", - "commonMain", - "concurrentMain", - "nativeDarwinMain" - ] - }, - { - "name": "watchosArm64ApiElements", - "sourceSet": [ - "watchosMain", - "appleMain", - "nativeMain", - "commonMain", - "concurrentMain", - "nativeDarwinMain" - ] - }, - { - "name": "watchosDeviceArm64ApiElements", - "sourceSet": [ - "watchosMain", - "appleMain", - "nativeMain", - "commonMain", - "concurrentMain", - "nativeDarwinMain" - ] - }, - { - "name": "watchosSimulatorArm64ApiElements", - "sourceSet": [ - "watchosMain", - "appleMain", - "nativeMain", - "commonMain", - "concurrentMain", - "nativeDarwinMain" - ] - }, - { - "name": "watchosX64ApiElements", - "sourceSet": [ - "watchosMain", - "appleMain", - "nativeMain", - "commonMain", - "concurrentMain", - "nativeDarwinMain" - ] - } - ], - "sourceSets": [ - { - "name": "androidNativeMain", - "dependsOn": [ - "nativeMain", - "nativeOtherMain" - ], - "moduleDependency": [ - "org.jetbrains.kotlinx:atomicfu", - "org.jetbrains.kotlin:kotlin-stdlib" - ], - "sourceSetCInteropMetadataDirectory": "androidNativeMain-cinterop", - "binaryLayout": "klib" - }, - { - "name": "appleMain", - "dependsOn": [ - "nativeMain", - "nativeDarwinMain" - ], - "moduleDependency": [ - "org.jetbrains.kotlinx:atomicfu", - "org.jetbrains.kotlin:kotlin-stdlib" - ], - "sourceSetCInteropMetadataDirectory": "appleMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - }, - { - "name": "commonMain", - "dependsOn": [], - "moduleDependency": [ - "org.jetbrains.kotlin:kotlin-stdlib" - ], - "binaryLayout": "klib" - }, - { - "name": "concurrentMain", - "dependsOn": [ - "commonMain" - ], - "moduleDependency": [], - "binaryLayout": "klib" - }, - { - "name": "iosMain", - "dependsOn": [ - "appleMain" - ], - "moduleDependency": [ - "org.jetbrains.kotlinx:atomicfu", - "org.jetbrains.kotlin:kotlin-stdlib" - ], - "sourceSetCInteropMetadataDirectory": "iosMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - }, - { - "name": "jsAndWasmJsSharedMain", - "dependsOn": [ - "jsAndWasmSharedMain" - ], - "moduleDependency": [], - "binaryLayout": "klib" - }, - { - "name": "jsAndWasmSharedMain", - "dependsOn": [ - "commonMain" - ], - "moduleDependency": [], - "binaryLayout": "klib" - }, - { - "name": "linuxMain", - "dependsOn": [ - "nativeMain", - "nativeOtherMain" - ], - "moduleDependency": [ - "org.jetbrains.kotlinx:atomicfu", - "org.jetbrains.kotlin:kotlin-stdlib" - ], - "sourceSetCInteropMetadataDirectory": "linuxMain-cinterop", - "binaryLayout": "klib" - }, - { - "name": "macosMain", - "dependsOn": [ - "appleMain" - ], - "moduleDependency": [ - "org.jetbrains.kotlinx:atomicfu", - "org.jetbrains.kotlin:kotlin-stdlib" - ], - "sourceSetCInteropMetadataDirectory": "macosMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - }, - { - "name": "nativeDarwinMain", - "dependsOn": [ - "nativeMain" - ], - "moduleDependency": [ - "org.jetbrains.kotlinx:atomicfu", - "org.jetbrains.kotlin:kotlin-stdlib" - ], - "sourceSetCInteropMetadataDirectory": "nativeDarwinMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - }, - { - "name": "nativeMain", - "dependsOn": [ - "commonMain", - "concurrentMain" - ], - "moduleDependency": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:atomicfu" - ], - "sourceSetCInteropMetadataDirectory": "nativeMain-cinterop", - "binaryLayout": "klib" - }, - { - "name": "nativeOtherMain", - "dependsOn": [ - "nativeMain" - ], - "moduleDependency": [ - "org.jetbrains.kotlinx:atomicfu", - "org.jetbrains.kotlin:kotlin-stdlib" - ], - "sourceSetCInteropMetadataDirectory": "nativeOtherMain-cinterop", - "binaryLayout": "klib" - }, - { - "name": "tvosMain", - "dependsOn": [ - "appleMain" - ], - "moduleDependency": [ - "org.jetbrains.kotlinx:atomicfu", - "org.jetbrains.kotlin:kotlin-stdlib" - ], - "sourceSetCInteropMetadataDirectory": "tvosMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - }, - { - "name": "watchosMain", - "dependsOn": [ - "appleMain" - ], - "moduleDependency": [ - "org.jetbrains.kotlinx:atomicfu", - "org.jetbrains.kotlin:kotlin-stdlib" - ], - "sourceSetCInteropMetadataDirectory": "watchosMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - } - ] - } -} \ No newline at end of file diff --git a/client/composeApp/build/tmp/.cache/expanded/zip_8d051b7095b0f645ef16cb72e62190b5/META-INF/kotlin-project-structure-metadata.json b/client/composeApp/build/tmp/.cache/expanded/zip_8d051b7095b0f645ef16cb72e62190b5/META-INF/kotlin-project-structure-metadata.json deleted file mode 100644 index d2d0324..0000000 --- a/client/composeApp/build/tmp/.cache/expanded/zip_8d051b7095b0f645ef16cb72e62190b5/META-INF/kotlin-project-structure-metadata.json +++ /dev/null @@ -1,70 +0,0 @@ -{ - "projectStructure": { - "formatVersion": "0.3.3", - "isPublishedAsRoot": "true", - "variants": [ - { - "name": "jsApiElements", - "sourceSet": [ - "commonMain" - ] - }, - { - "name": "jsRuntimeElements", - "sourceSet": [ - "commonMain" - ] - }, - { - "name": "jvmApiElements", - "sourceSet": [ - "commonMain" - ] - }, - { - "name": "jvmRuntimeElements", - "sourceSet": [ - "commonMain" - ] - }, - { - "name": "nativeApiElements", - "sourceSet": [ - "commonMain" - ] - }, - { - "name": "wasmJsApiElements", - "sourceSet": [ - "commonMain" - ] - }, - { - "name": "wasmJsRuntimeElements", - "sourceSet": [ - "commonMain" - ] - }, - { - "name": "wasmWasiApiElements", - "sourceSet": [ - "commonMain" - ] - }, - { - "name": "wasmWasiRuntimeElements", - "sourceSet": [ - "commonMain" - ] - } - ], - "sourceSets": [ - { - "name": "commonMain", - "dependsOn": [], - "moduleDependency": [], - "binaryLayout": "klib" - } - ] - } -} \ No newline at end of file diff --git a/client/composeApp/build/tmp/.cache/expanded/zip_8e73f738dfac73eceefa0b3d06563a99/META-INF/kotlin-project-structure-metadata.json b/client/composeApp/build/tmp/.cache/expanded/zip_8e73f738dfac73eceefa0b3d06563a99/META-INF/kotlin-project-structure-metadata.json deleted file mode 100644 index 95c9974..0000000 --- a/client/composeApp/build/tmp/.cache/expanded/zip_8e73f738dfac73eceefa0b3d06563a99/META-INF/kotlin-project-structure-metadata.json +++ /dev/null @@ -1,348 +0,0 @@ -{ - "projectStructure": { - "formatVersion": "0.3.3", - "isPublishedAsRoot": "true", - "variants": [ - { - "name": "androidNativeArm32ApiElements", - "sourceSet": [ - "androidNativeMain", - "nativeMain", - "commonMain" - ] - }, - { - "name": "androidNativeArm64ApiElements", - "sourceSet": [ - "androidNativeMain", - "nativeMain", - "commonMain" - ] - }, - { - "name": "androidNativeX64ApiElements", - "sourceSet": [ - "androidNativeMain", - "nativeMain", - "commonMain" - ] - }, - { - "name": "androidNativeX86ApiElements", - "sourceSet": [ - "androidNativeMain", - "nativeMain", - "commonMain" - ] - }, - { - "name": "iosArm64ApiElements", - "sourceSet": [ - "iosMain", - "appleMain", - "nativeMain", - "commonMain" - ] - }, - { - "name": "iosSimulatorArm64ApiElements", - "sourceSet": [ - "iosMain", - "appleMain", - "nativeMain", - "commonMain" - ] - }, - { - "name": "iosX64ApiElements", - "sourceSet": [ - "iosMain", - "appleMain", - "nativeMain", - "commonMain" - ] - }, - { - "name": "jsApiElements", - "sourceSet": [ - "commonMain" - ] - }, - { - "name": "jsRuntimeElements", - "sourceSet": [ - "commonMain" - ] - }, - { - "name": "jvmApiElements", - "sourceSet": [ - "commonMain" - ] - }, - { - "name": "jvmRuntimeElements", - "sourceSet": [ - "commonMain" - ] - }, - { - "name": "linuxArm32HfpApiElements", - "sourceSet": [ - "linuxMain", - "nativeMain", - "commonMain" - ] - }, - { - "name": "linuxArm64ApiElements", - "sourceSet": [ - "linuxMain", - "nativeMain", - "commonMain" - ] - }, - { - "name": "linuxX64ApiElements", - "sourceSet": [ - "linuxMain", - "nativeMain", - "commonMain" - ] - }, - { - "name": "macosArm64ApiElements", - "sourceSet": [ - "macosMain", - "appleMain", - "nativeMain", - "commonMain" - ] - }, - { - "name": "macosX64ApiElements", - "sourceSet": [ - "macosMain", - "appleMain", - "nativeMain", - "commonMain" - ] - }, - { - "name": "mingwX64ApiElements", - "sourceSet": [ - "nativeMain", - "commonMain" - ] - }, - { - "name": "tvosArm64ApiElements", - "sourceSet": [ - "tvosMain", - "appleMain", - "nativeMain", - "commonMain" - ] - }, - { - "name": "tvosSimulatorArm64ApiElements", - "sourceSet": [ - "tvosMain", - "appleMain", - "nativeMain", - "commonMain" - ] - }, - { - "name": "tvosX64ApiElements", - "sourceSet": [ - "tvosMain", - "appleMain", - "nativeMain", - "commonMain" - ] - }, - { - "name": "wasmJsApiElements", - "sourceSet": [ - "commonMain" - ] - }, - { - "name": "wasmJsRuntimeElements", - "sourceSet": [ - "commonMain" - ] - }, - { - "name": "wasmWasiApiElements", - "sourceSet": [ - "commonMain" - ] - }, - { - "name": "wasmWasiRuntimeElements", - "sourceSet": [ - "commonMain" - ] - }, - { - "name": "watchosArm32ApiElements", - "sourceSet": [ - "watchosMain", - "appleMain", - "nativeMain", - "commonMain" - ] - }, - { - "name": "watchosArm64ApiElements", - "sourceSet": [ - "watchosMain", - "appleMain", - "nativeMain", - "commonMain" - ] - }, - { - "name": "watchosDeviceArm64ApiElements", - "sourceSet": [ - "watchosMain", - "appleMain", - "nativeMain", - "commonMain" - ] - }, - { - "name": "watchosSimulatorArm64ApiElements", - "sourceSet": [ - "watchosMain", - "appleMain", - "nativeMain", - "commonMain" - ] - }, - { - "name": "watchosX64ApiElements", - "sourceSet": [ - "watchosMain", - "appleMain", - "nativeMain", - "commonMain" - ] - } - ], - "sourceSets": [ - { - "name": "androidNativeMain", - "dependsOn": [ - "nativeMain" - ], - "moduleDependency": [ - "org.jetbrains.kotlin:kotlin-stdlib-common", - "org.jetbrains.kotlin:kotlin-stdlib" - ], - "sourceSetCInteropMetadataDirectory": "androidNativeMain-cinterop", - "binaryLayout": "klib" - }, - { - "name": "appleMain", - "dependsOn": [ - "nativeMain" - ], - "moduleDependency": [ - "org.jetbrains.kotlin:kotlin-stdlib-common", - "org.jetbrains.kotlin:kotlin-stdlib" - ], - "sourceSetCInteropMetadataDirectory": "appleMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - }, - { - "name": "commonMain", - "dependsOn": [], - "moduleDependency": [ - "org.jetbrains.kotlin:kotlin-stdlib-common", - "org.jetbrains.kotlin:kotlin-stdlib" - ], - "binaryLayout": "klib" - }, - { - "name": "iosMain", - "dependsOn": [ - "appleMain" - ], - "moduleDependency": [ - "org.jetbrains.kotlin:kotlin-stdlib-common", - "org.jetbrains.kotlin:kotlin-stdlib" - ], - "sourceSetCInteropMetadataDirectory": "iosMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - }, - { - "name": "linuxMain", - "dependsOn": [ - "nativeMain" - ], - "moduleDependency": [ - "org.jetbrains.kotlin:kotlin-stdlib-common", - "org.jetbrains.kotlin:kotlin-stdlib" - ], - "sourceSetCInteropMetadataDirectory": "linuxMain-cinterop", - "binaryLayout": "klib" - }, - { - "name": "macosMain", - "dependsOn": [ - "appleMain" - ], - "moduleDependency": [ - "org.jetbrains.kotlin:kotlin-stdlib-common", - "org.jetbrains.kotlin:kotlin-stdlib" - ], - "sourceSetCInteropMetadataDirectory": "macosMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - }, - { - "name": "nativeMain", - "dependsOn": [ - "commonMain" - ], - "moduleDependency": [ - "org.jetbrains.kotlin:kotlin-stdlib-common", - "org.jetbrains.kotlin:kotlin-stdlib" - ], - "sourceSetCInteropMetadataDirectory": "nativeMain-cinterop", - "binaryLayout": "klib" - }, - { - "name": "tvosMain", - "dependsOn": [ - "appleMain" - ], - "moduleDependency": [ - "org.jetbrains.kotlin:kotlin-stdlib-common", - "org.jetbrains.kotlin:kotlin-stdlib" - ], - "sourceSetCInteropMetadataDirectory": "tvosMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - }, - { - "name": "watchosMain", - "dependsOn": [ - "appleMain" - ], - "moduleDependency": [ - "org.jetbrains.kotlin:kotlin-stdlib-common", - "org.jetbrains.kotlin:kotlin-stdlib" - ], - "sourceSetCInteropMetadataDirectory": "watchosMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - } - ] - } -} \ No newline at end of file diff --git a/client/composeApp/build/tmp/.cache/expanded/zip_94681404496a4489c6baaa3fcc7802d9/META-INF/kotlin-project-structure-metadata.json b/client/composeApp/build/tmp/.cache/expanded/zip_94681404496a4489c6baaa3fcc7802d9/META-INF/kotlin-project-structure-metadata.json deleted file mode 100644 index cd9ff42..0000000 --- a/client/composeApp/build/tmp/.cache/expanded/zip_94681404496a4489c6baaa3fcc7802d9/META-INF/kotlin-project-structure-metadata.json +++ /dev/null @@ -1,248 +0,0 @@ -{ - "projectStructure": { - "formatVersion": "0.3.3", - "isPublishedAsRoot": "true", - "variants": [ - { - "name": "debugApiElements", - "sourceSet": [ - "jvmMain", - "commonMain" - ] - }, - { - "name": "debugRuntimeElements", - "sourceSet": [ - "jvmMain", - "commonMain" - ] - }, - { - "name": "releaseApiElements", - "sourceSet": [ - "jvmMain", - "commonMain" - ] - }, - { - "name": "releaseRuntimeElements", - "sourceSet": [ - "jvmMain", - "commonMain" - ] - }, - { - "name": "desktopApiElements", - "sourceSet": [ - "jvmMain", - "commonMain", - "jbMain" - ] - }, - { - "name": "desktopRuntimeElements", - "sourceSet": [ - "jvmMain", - "commonMain", - "jbMain" - ] - }, - { - "name": "jsApiElements", - "sourceSet": [ - "commonMain", - "webMain", - "nonJvmMain", - "jbMain" - ] - }, - { - "name": "jsRuntimeElements", - "sourceSet": [ - "commonMain", - "webMain", - "nonJvmMain", - "jbMain" - ] - }, - { - "name": "macosArm64ApiElements", - "sourceSet": [ - "macosMain", - "darwinMain", - "nativeMain", - "commonMain", - "nonJvmMain", - "jbMain" - ] - }, - { - "name": "macosX64ApiElements", - "sourceSet": [ - "macosMain", - "darwinMain", - "nativeMain", - "commonMain", - "nonJvmMain", - "jbMain" - ] - }, - { - "name": "uikitArm64ApiElements", - "sourceSet": [ - "uikitMain", - "darwinMain", - "nativeMain", - "commonMain", - "nonJvmMain", - "jbMain" - ] - }, - { - "name": "uikitSimArm64ApiElements", - "sourceSet": [ - "uikitMain", - "darwinMain", - "nativeMain", - "commonMain", - "nonJvmMain", - "jbMain" - ] - }, - { - "name": "uikitX64ApiElements", - "sourceSet": [ - "uikitMain", - "darwinMain", - "nativeMain", - "commonMain", - "nonJvmMain", - "jbMain" - ] - }, - { - "name": "wasmJsApiElements", - "sourceSet": [ - "commonMain", - "webMain", - "nonJvmMain", - "jbMain" - ] - }, - { - "name": "wasmJsRuntimeElements", - "sourceSet": [ - "commonMain", - "webMain", - "nonJvmMain", - "jbMain" - ] - } - ], - "sourceSets": [ - { - "name": "commonMain", - "dependsOn": [], - "moduleDependency": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.compose.collection-internal:collection" - ], - "binaryLayout": "klib" - }, - { - "name": "darwinMain", - "dependsOn": [ - "nativeMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.collection-internal:collection" - ], - "sourceSetCInteropMetadataDirectory": "darwinMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - }, - { - "name": "jbMain", - "dependsOn": [ - "commonMain" - ], - "moduleDependency": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.compose.collection-internal:collection" - ], - "binaryLayout": "klib" - }, - { - "name": "jvmMain", - "dependsOn": [ - "commonMain" - ], - "moduleDependency": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.compose.collection-internal:collection" - ], - "binaryLayout": "klib" - }, - { - "name": "macosMain", - "dependsOn": [ - "darwinMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.collection-internal:collection" - ], - "sourceSetCInteropMetadataDirectory": "macosMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - }, - { - "name": "nativeMain", - "dependsOn": [ - "commonMain", - "nonJvmMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.collection-internal:collection" - ], - "sourceSetCInteropMetadataDirectory": "nativeMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - }, - { - "name": "nonJvmMain", - "dependsOn": [ - "jbMain" - ], - "moduleDependency": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.compose.collection-internal:collection" - ], - "binaryLayout": "klib" - }, - { - "name": "uikitMain", - "dependsOn": [ - "darwinMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.collection-internal:collection", - "org.jetbrains.compose.ui:ui-uikit" - ], - "sourceSetCInteropMetadataDirectory": "uikitMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - }, - { - "name": "webMain", - "dependsOn": [ - "nonJvmMain" - ], - "moduleDependency": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.compose.collection-internal:collection" - ], - "binaryLayout": "klib" - } - ] - } -} \ No newline at end of file diff --git a/client/composeApp/build/tmp/.cache/expanded/zip_9b6b423f1d77370192d2365caf0ad06c/META-INF/kotlin-project-structure-metadata.json b/client/composeApp/build/tmp/.cache/expanded/zip_9b6b423f1d77370192d2365caf0ad06c/META-INF/kotlin-project-structure-metadata.json deleted file mode 100644 index 7d4990e..0000000 --- a/client/composeApp/build/tmp/.cache/expanded/zip_9b6b423f1d77370192d2365caf0ad06c/META-INF/kotlin-project-structure-metadata.json +++ /dev/null @@ -1,152 +0,0 @@ -{ - "projectStructure": { - "formatVersion": "0.3.3", - "isPublishedAsRoot": "true", - "variants": [ - { - "name": "jsApiElements", - "sourceSet": [ - "assertionsCommonMain", - "commonMain", - "annotationsCommonMain" - ] - }, - { - "name": "jsRuntimeElements", - "sourceSet": [ - "assertionsCommonMain", - "commonMain", - "annotationsCommonMain" - ] - }, - { - "name": "jvmApiElements", - "sourceSet": [ - "assertionsCommonMain", - "commonMain", - "annotationsCommonMain" - ] - }, - { - "name": "jvmRuntimeElements", - "sourceSet": [ - "assertionsCommonMain", - "commonMain", - "annotationsCommonMain" - ] - }, - { - "name": "jvmJUnitApiElements", - "sourceSet": [ - "annotationsCommonMain", - "commonMain" - ] - }, - { - "name": "jvmJUnitRuntimeElements", - "sourceSet": [ - "annotationsCommonMain", - "commonMain" - ] - }, - { - "name": "jvmJUnit5ApiElements", - "sourceSet": [ - "annotationsCommonMain", - "commonMain" - ] - }, - { - "name": "jvmJUnit5RuntimeElements", - "sourceSet": [ - "annotationsCommonMain", - "commonMain" - ] - }, - { - "name": "jvmTestNGApiElements", - "sourceSet": [ - "annotationsCommonMain", - "commonMain" - ] - }, - { - "name": "jvmTestNGRuntimeElements", - "sourceSet": [ - "annotationsCommonMain", - "commonMain" - ] - }, - { - "name": "nativeApiElements", - "sourceSet": [ - "assertionsCommonMain", - "commonMain", - "annotationsCommonMain" - ] - }, - { - "name": "wasmJsApiElements", - "sourceSet": [ - "assertionsCommonMain", - "commonMain", - "annotationsCommonMain" - ] - }, - { - "name": "wasmJsRuntimeElements", - "sourceSet": [ - "assertionsCommonMain", - "commonMain", - "annotationsCommonMain" - ] - }, - { - "name": "wasmWasiApiElements", - "sourceSet": [ - "assertionsCommonMain", - "commonMain", - "annotationsCommonMain" - ] - }, - { - "name": "wasmWasiRuntimeElements", - "sourceSet": [ - "assertionsCommonMain", - "commonMain", - "annotationsCommonMain" - ] - } - ], - "sourceSets": [ - { - "name": "annotationsCommonMain", - "dependsOn": [ - "commonMain" - ], - "moduleDependency": [ - "org.jetbrains.kotlin:kotlin-stdlib" - ], - "binaryLayout": "klib" - }, - { - "name": "assertionsCommonMain", - "dependsOn": [ - "commonMain" - ], - "moduleDependency": [ - "org.jetbrains.kotlin:kotlin-stdlib" - ], - "binaryLayout": "klib" - }, - { - "name": "commonMain", - "dependsOn": [], - "moduleDependency": [ - "org.jetbrains.kotlin:kotlin-stdlib" - ], - "binaryLayout": "klib" - } - ] - } -} \ No newline at end of file diff --git a/client/composeApp/build/tmp/.cache/expanded/zip_9ba25079516ff8806050fd3c7b487830/META-INF/kotlin-project-structure-metadata.json b/client/composeApp/build/tmp/.cache/expanded/zip_9ba25079516ff8806050fd3c7b487830/META-INF/kotlin-project-structure-metadata.json deleted file mode 100644 index 67d58ba..0000000 --- a/client/composeApp/build/tmp/.cache/expanded/zip_9ba25079516ff8806050fd3c7b487830/META-INF/kotlin-project-structure-metadata.json +++ /dev/null @@ -1,195 +0,0 @@ -{ - "projectStructure": { - "formatVersion": "0.3.3", - "isPublishedAsRoot": "true", - "variants": [ - { - "name": "debugApiElements", - "sourceSet": [ - "jvmMain", - "commonMain" - ] - }, - { - "name": "debugRuntimeElements", - "sourceSet": [ - "jvmMain", - "commonMain" - ] - }, - { - "name": "releaseApiElements", - "sourceSet": [ - "jvmMain", - "commonMain" - ] - }, - { - "name": "releaseRuntimeElements", - "sourceSet": [ - "jvmMain", - "commonMain" - ] - }, - { - "name": "desktopApiElements", - "sourceSet": [ - "jvmMain", - "commonMain" - ] - }, - { - "name": "desktopRuntimeElements", - "sourceSet": [ - "jvmMain", - "commonMain" - ] - }, - { - "name": "jsApiElements", - "sourceSet": [ - "commonMain" - ] - }, - { - "name": "jsRuntimeElements", - "sourceSet": [ - "commonMain" - ] - }, - { - "name": "macosArm64ApiElements", - "sourceSet": [ - "macosMain", - "darwinMain", - "nativeMain", - "commonMain" - ] - }, - { - "name": "macosX64ApiElements", - "sourceSet": [ - "macosMain", - "darwinMain", - "nativeMain", - "commonMain" - ] - }, - { - "name": "uikitArm64ApiElements", - "sourceSet": [ - "uikitMain", - "darwinMain", - "nativeMain", - "commonMain" - ] - }, - { - "name": "uikitSimArm64ApiElements", - "sourceSet": [ - "uikitMain", - "darwinMain", - "nativeMain", - "commonMain" - ] - }, - { - "name": "uikitX64ApiElements", - "sourceSet": [ - "uikitMain", - "darwinMain", - "nativeMain", - "commonMain" - ] - }, - { - "name": "wasmJsApiElements", - "sourceSet": [ - "commonMain" - ] - }, - { - "name": "wasmJsRuntimeElements", - "sourceSet": [ - "commonMain" - ] - } - ], - "sourceSets": [ - { - "name": "commonMain", - "dependsOn": [], - "moduleDependency": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.ui:ui-util" - ], - "binaryLayout": "klib" - }, - { - "name": "darwinMain", - "dependsOn": [ - "nativeMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.ui:ui-util" - ], - "sourceSetCInteropMetadataDirectory": "darwinMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - }, - { - "name": "jvmMain", - "dependsOn": [ - "commonMain" - ], - "moduleDependency": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.ui:ui-util" - ], - "binaryLayout": "klib" - }, - { - "name": "macosMain", - "dependsOn": [ - "darwinMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.ui:ui-util" - ], - "sourceSetCInteropMetadataDirectory": "macosMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - }, - { - "name": "nativeMain", - "dependsOn": [ - "commonMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.ui:ui-util" - ], - "sourceSetCInteropMetadataDirectory": "nativeMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - }, - { - "name": "uikitMain", - "dependsOn": [ - "darwinMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.ui:ui-util" - ], - "sourceSetCInteropMetadataDirectory": "uikitMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - } - ] - } -} \ No newline at end of file diff --git a/client/composeApp/build/tmp/.cache/expanded/zip_a786962cfd6af94db065e1a94a8f9561/META-INF/kotlin-project-structure-metadata.json b/client/composeApp/build/tmp/.cache/expanded/zip_a786962cfd6af94db065e1a94a8f9561/META-INF/kotlin-project-structure-metadata.json deleted file mode 100644 index 3e984c1..0000000 --- a/client/composeApp/build/tmp/.cache/expanded/zip_a786962cfd6af94db065e1a94a8f9561/META-INF/kotlin-project-structure-metadata.json +++ /dev/null @@ -1,425 +0,0 @@ -{ - "projectStructure": { - "formatVersion": "0.3.3", - "isPublishedAsRoot": "true", - "variants": [ - { - "name": "debugApiElements", - "sourceSet": [ - "jvmMain", - "commonMain" - ] - }, - { - "name": "debugRuntimeElements", - "sourceSet": [ - "jvmMain", - "commonMain" - ] - }, - { - "name": "releaseApiElements", - "sourceSet": [ - "jvmMain", - "commonMain" - ] - }, - { - "name": "releaseRuntimeElements", - "sourceSet": [ - "jvmMain", - "commonMain" - ] - }, - { - "name": "desktopApiElements", - "sourceSet": [ - "jvmMain", - "commonMain", - "notMobileMain", - "skikoMain" - ] - }, - { - "name": "desktopRuntimeElements", - "sourceSet": [ - "jvmMain", - "commonMain", - "notMobileMain", - "skikoMain" - ] - }, - { - "name": "jsApiElements", - "sourceSet": [ - "commonMain", - "jsWasmMain", - "jsNativeMain", - "skikoMain", - "notMobileMain" - ] - }, - { - "name": "jsRuntimeElements", - "sourceSet": [ - "commonMain", - "jsWasmMain", - "jsNativeMain", - "skikoMain", - "notMobileMain" - ] - }, - { - "name": "macosArm64ApiElements", - "sourceSet": [ - "macosMain", - "darwinMain", - "nativeMain", - "commonMain", - "jsNativeMain", - "skikoMain", - "notMobileMain" - ] - }, - { - "name": "macosX64ApiElements", - "sourceSet": [ - "macosMain", - "darwinMain", - "nativeMain", - "commonMain", - "jsNativeMain", - "skikoMain", - "notMobileMain" - ] - }, - { - "name": "uikitArm64ApiElements", - "sourceSet": [ - "uikitMain", - "darwinMain", - "nativeMain", - "commonMain", - "jsNativeMain", - "skikoMain" - ] - }, - { - "name": "uikitSimArm64ApiElements", - "sourceSet": [ - "uikitMain", - "darwinMain", - "nativeMain", - "commonMain", - "jsNativeMain", - "skikoMain" - ] - }, - { - "name": "uikitX64ApiElements", - "sourceSet": [ - "uikitMain", - "darwinMain", - "nativeMain", - "commonMain", - "jsNativeMain", - "skikoMain" - ] - }, - { - "name": "wasmJsApiElements", - "sourceSet": [ - "commonMain", - "jsWasmMain", - "jsNativeMain", - "skikoMain", - "notMobileMain" - ] - }, - { - "name": "wasmJsRuntimeElements", - "sourceSet": [ - "commonMain", - "jsWasmMain", - "jsNativeMain", - "skikoMain", - "notMobileMain" - ] - } - ], - "sourceSets": [ - { - "name": "commonMain", - "dependsOn": [], - "moduleDependency": [ - "org.jetbrains.compose.runtime:runtime-saveable", - "org.jetbrains.compose.ui:ui-geometry", - "org.jetbrains.compose.ui:ui-graphics", - "org.jetbrains.compose.ui:ui-text", - "org.jetbrains.compose.ui:ui-unit", - "org.jetbrains.compose.ui:ui-util", - "org.jetbrains.androidx.lifecycle:lifecycle-common", - "org.jetbrains.kotlinx:atomicfu", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.collection-internal:collection", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.androidx.lifecycle:lifecycle-runtime", - "org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose", - "org.jetbrains.androidx.lifecycle:lifecycle-viewmodel" - ], - "binaryLayout": "klib" - }, - { - "name": "darwinMain", - "dependsOn": [ - "nativeMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.runtime:runtime-saveable", - "org.jetbrains.compose.ui:ui-geometry", - "org.jetbrains.compose.ui:ui-graphics", - "org.jetbrains.compose.ui:ui-text", - "org.jetbrains.compose.ui:ui-unit", - "org.jetbrains.compose.ui:ui-util", - "org.jetbrains.androidx.lifecycle:lifecycle-common", - "org.jetbrains.kotlinx:atomicfu", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.collection-internal:collection", - "org.jetbrains.kotlinx:kotlinx-coroutines-core", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.androidx.lifecycle:lifecycle-runtime", - "org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose", - "org.jetbrains.androidx.lifecycle:lifecycle-viewmodel", - "org.jetbrains.skiko:skiko", - "org.jetbrains.compose.ui:ui-backhandler" - ], - "sourceSetCInteropMetadataDirectory": "darwinMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - }, - { - "name": "jsNativeMain", - "dependsOn": [ - "skikoMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.runtime:runtime-saveable", - "org.jetbrains.compose.ui:ui-geometry", - "org.jetbrains.compose.ui:ui-graphics", - "org.jetbrains.compose.ui:ui-text", - "org.jetbrains.compose.ui:ui-unit", - "org.jetbrains.compose.ui:ui-util", - "org.jetbrains.androidx.lifecycle:lifecycle-common", - "org.jetbrains.kotlinx:atomicfu", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.collection-internal:collection", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.androidx.lifecycle:lifecycle-runtime", - "org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose", - "org.jetbrains.androidx.lifecycle:lifecycle-viewmodel", - "org.jetbrains.skiko:skiko", - "org.jetbrains.compose.ui:ui-backhandler" - ], - "binaryLayout": "klib" - }, - { - "name": "jsWasmMain", - "dependsOn": [ - "jsNativeMain", - "notMobileMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.runtime:runtime-saveable", - "org.jetbrains.compose.ui:ui-geometry", - "org.jetbrains.compose.ui:ui-graphics", - "org.jetbrains.compose.ui:ui-text", - "org.jetbrains.compose.ui:ui-unit", - "org.jetbrains.compose.ui:ui-util", - "org.jetbrains.androidx.lifecycle:lifecycle-common", - "org.jetbrains.kotlinx:atomicfu", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.collection-internal:collection", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.androidx.lifecycle:lifecycle-runtime", - "org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose", - "org.jetbrains.androidx.lifecycle:lifecycle-viewmodel", - "org.jetbrains.skiko:skiko", - "org.jetbrains.compose.ui:ui-backhandler" - ], - "binaryLayout": "klib" - }, - { - "name": "jvmMain", - "dependsOn": [ - "commonMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.runtime:runtime-saveable", - "org.jetbrains.compose.ui:ui-geometry", - "org.jetbrains.compose.ui:ui-graphics", - "org.jetbrains.compose.ui:ui-text", - "org.jetbrains.compose.ui:ui-unit", - "org.jetbrains.compose.ui:ui-util", - "org.jetbrains.androidx.lifecycle:lifecycle-common", - "org.jetbrains.kotlinx:atomicfu", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.collection-internal:collection", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.androidx.lifecycle:lifecycle-runtime", - "org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose", - "org.jetbrains.androidx.lifecycle:lifecycle-viewmodel" - ], - "binaryLayout": "klib" - }, - { - "name": "macosMain", - "dependsOn": [ - "darwinMain", - "notMobileMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.runtime:runtime-saveable", - "org.jetbrains.compose.ui:ui-geometry", - "org.jetbrains.compose.ui:ui-graphics", - "org.jetbrains.compose.ui:ui-text", - "org.jetbrains.compose.ui:ui-unit", - "org.jetbrains.compose.ui:ui-util", - "org.jetbrains.androidx.lifecycle:lifecycle-common", - "org.jetbrains.kotlinx:atomicfu", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.collection-internal:collection", - "org.jetbrains.kotlinx:kotlinx-coroutines-core", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.androidx.lifecycle:lifecycle-runtime", - "org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose", - "org.jetbrains.androidx.lifecycle:lifecycle-viewmodel", - "org.jetbrains.skiko:skiko", - "org.jetbrains.compose.ui:ui-backhandler" - ], - "sourceSetCInteropMetadataDirectory": "macosMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - }, - { - "name": "nativeMain", - "dependsOn": [ - "commonMain", - "jsNativeMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.runtime:runtime-saveable", - "org.jetbrains.compose.ui:ui-geometry", - "org.jetbrains.compose.ui:ui-graphics", - "org.jetbrains.compose.ui:ui-text", - "org.jetbrains.compose.ui:ui-unit", - "org.jetbrains.compose.ui:ui-util", - "org.jetbrains.androidx.lifecycle:lifecycle-common", - "org.jetbrains.kotlinx:atomicfu", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.collection-internal:collection", - "org.jetbrains.kotlinx:kotlinx-coroutines-core", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.androidx.lifecycle:lifecycle-runtime", - "org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose", - "org.jetbrains.androidx.lifecycle:lifecycle-viewmodel", - "org.jetbrains.skiko:skiko", - "org.jetbrains.compose.ui:ui-backhandler" - ], - "sourceSetCInteropMetadataDirectory": "nativeMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - }, - { - "name": "notMobileMain", - "dependsOn": [ - "skikoMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.runtime:runtime-saveable", - "org.jetbrains.compose.ui:ui-geometry", - "org.jetbrains.compose.ui:ui-graphics", - "org.jetbrains.compose.ui:ui-text", - "org.jetbrains.compose.ui:ui-unit", - "org.jetbrains.compose.ui:ui-util", - "org.jetbrains.androidx.lifecycle:lifecycle-common", - "org.jetbrains.kotlinx:atomicfu", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.collection-internal:collection", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.androidx.lifecycle:lifecycle-runtime", - "org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose", - "org.jetbrains.androidx.lifecycle:lifecycle-viewmodel", - "org.jetbrains.skiko:skiko", - "org.jetbrains.compose.ui:ui-backhandler" - ], - "binaryLayout": "klib" - }, - { - "name": "skikoMain", - "dependsOn": [ - "commonMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.runtime:runtime-saveable", - "org.jetbrains.compose.ui:ui-geometry", - "org.jetbrains.compose.ui:ui-graphics", - "org.jetbrains.compose.ui:ui-text", - "org.jetbrains.compose.ui:ui-unit", - "org.jetbrains.compose.ui:ui-util", - "org.jetbrains.androidx.lifecycle:lifecycle-common", - "org.jetbrains.kotlinx:atomicfu", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.collection-internal:collection", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.androidx.lifecycle:lifecycle-runtime", - "org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose", - "org.jetbrains.androidx.lifecycle:lifecycle-viewmodel", - "org.jetbrains.skiko:skiko", - "org.jetbrains.compose.ui:ui-backhandler" - ], - "binaryLayout": "klib" - }, - { - "name": "uikitMain", - "dependsOn": [ - "darwinMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.runtime:runtime-saveable", - "org.jetbrains.compose.ui:ui-geometry", - "org.jetbrains.compose.ui:ui-graphics", - "org.jetbrains.compose.ui:ui-text", - "org.jetbrains.compose.ui:ui-unit", - "org.jetbrains.compose.ui:ui-util", - "org.jetbrains.androidx.lifecycle:lifecycle-common", - "org.jetbrains.kotlinx:atomicfu", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.collection-internal:collection", - "org.jetbrains.kotlinx:kotlinx-coroutines-core", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.androidx.lifecycle:lifecycle-runtime", - "org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose", - "org.jetbrains.androidx.lifecycle:lifecycle-viewmodel", - "org.jetbrains.skiko:skiko", - "org.jetbrains.compose.ui:ui-backhandler", - "org.jetbrains.compose.ui:ui-uikit" - ], - "sourceSetCInteropMetadataDirectory": "uikitMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - } - ] - } -} \ No newline at end of file diff --git a/client/composeApp/build/tmp/.cache/expanded/zip_b15e3a25f017fab51a38b93623361ab7/META-INF/kotlin-project-structure-metadata.json b/client/composeApp/build/tmp/.cache/expanded/zip_b15e3a25f017fab51a38b93623361ab7/META-INF/kotlin-project-structure-metadata.json deleted file mode 100644 index 151bc5f..0000000 --- a/client/composeApp/build/tmp/.cache/expanded/zip_b15e3a25f017fab51a38b93623361ab7/META-INF/kotlin-project-structure-metadata.json +++ /dev/null @@ -1,255 +0,0 @@ -{ - "projectStructure": { - "formatVersion": "0.3.3", - "isPublishedAsRoot": "true", - "variants": [ - { - "name": "debugApiElements", - "sourceSet": [ - "jvmMain", - "commonMain" - ] - }, - { - "name": "debugRuntimeElements", - "sourceSet": [ - "jvmMain", - "commonMain" - ] - }, - { - "name": "releaseApiElements", - "sourceSet": [ - "jvmMain", - "commonMain" - ] - }, - { - "name": "releaseRuntimeElements", - "sourceSet": [ - "jvmMain", - "commonMain" - ] - }, - { - "name": "desktopApiElements", - "sourceSet": [ - "jvmMain", - "commonMain" - ] - }, - { - "name": "desktopRuntimeElements", - "sourceSet": [ - "jvmMain", - "commonMain" - ] - }, - { - "name": "jsApiElements", - "sourceSet": [ - "commonMain" - ] - }, - { - "name": "jsRuntimeElements", - "sourceSet": [ - "commonMain" - ] - }, - { - "name": "linuxArm64ApiElements", - "sourceSet": [ - "commonMain" - ] - }, - { - "name": "linuxX64ApiElements", - "sourceSet": [ - "commonMain" - ] - }, - { - "name": "macosArm64ApiElements", - "sourceSet": [ - "macosMain", - "darwinMain", - "nativeMain", - "commonMain" - ] - }, - { - "name": "macosX64ApiElements", - "sourceSet": [ - "macosMain", - "darwinMain", - "nativeMain", - "commonMain" - ] - }, - { - "name": "mingwX64ApiElements", - "sourceSet": [ - "commonMain" - ] - }, - { - "name": "tvosArm64ApiElements", - "sourceSet": [ - "commonMain" - ] - }, - { - "name": "tvosSimulatorArm64ApiElements", - "sourceSet": [ - "commonMain" - ] - }, - { - "name": "tvosX64ApiElements", - "sourceSet": [ - "commonMain" - ] - }, - { - "name": "uikitArm64ApiElements", - "sourceSet": [ - "uikitMain", - "darwinMain", - "nativeMain", - "commonMain" - ] - }, - { - "name": "uikitSimArm64ApiElements", - "sourceSet": [ - "uikitMain", - "darwinMain", - "nativeMain", - "commonMain" - ] - }, - { - "name": "uikitX64ApiElements", - "sourceSet": [ - "uikitMain", - "darwinMain", - "nativeMain", - "commonMain" - ] - }, - { - "name": "wasmJsApiElements", - "sourceSet": [ - "commonMain" - ] - }, - { - "name": "wasmJsRuntimeElements", - "sourceSet": [ - "commonMain" - ] - }, - { - "name": "watchosArm32ApiElements", - "sourceSet": [ - "commonMain" - ] - }, - { - "name": "watchosArm64ApiElements", - "sourceSet": [ - "commonMain" - ] - }, - { - "name": "watchosSimulatorArm64ApiElements", - "sourceSet": [ - "commonMain" - ] - }, - { - "name": "watchosX64ApiElements", - "sourceSet": [ - "commonMain" - ] - } - ], - "sourceSets": [ - { - "name": "commonMain", - "dependsOn": [], - "moduleDependency": [ - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.compose.collection-internal:collection" - ], - "binaryLayout": "klib" - }, - { - "name": "darwinMain", - "dependsOn": [ - "nativeMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.collection-internal:collection" - ], - "sourceSetCInteropMetadataDirectory": "darwinMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - }, - { - "name": "jvmMain", - "dependsOn": [ - "commonMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.compose.collection-internal:collection" - ], - "binaryLayout": "klib" - }, - { - "name": "macosMain", - "dependsOn": [ - "darwinMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.collection-internal:collection" - ], - "sourceSetCInteropMetadataDirectory": "macosMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - }, - { - "name": "nativeMain", - "dependsOn": [ - "commonMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.collection-internal:collection" - ], - "sourceSetCInteropMetadataDirectory": "nativeMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - }, - { - "name": "uikitMain", - "dependsOn": [ - "darwinMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.collection-internal:collection" - ], - "sourceSetCInteropMetadataDirectory": "uikitMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - } - ] - } -} \ No newline at end of file diff --git a/client/composeApp/build/tmp/.cache/expanded/zip_b674459d06ec943f41a47530cc51e2e2/META-INF/kotlin-project-structure-metadata.json b/client/composeApp/build/tmp/.cache/expanded/zip_b674459d06ec943f41a47530cc51e2e2/META-INF/kotlin-project-structure-metadata.json deleted file mode 100644 index 4280f24..0000000 --- a/client/composeApp/build/tmp/.cache/expanded/zip_b674459d06ec943f41a47530cc51e2e2/META-INF/kotlin-project-structure-metadata.json +++ /dev/null @@ -1,249 +0,0 @@ -{ - "projectStructure": { - "formatVersion": "0.3.3", - "isPublishedAsRoot": "true", - "variants": [ - { - "name": "debugApiElements", - "sourceSet": [ - "jvmAndAndroidMain", - "blockingMain", - "commonMain" - ] - }, - { - "name": "debugRuntimeElements", - "sourceSet": [ - "jvmAndAndroidMain", - "blockingMain", - "commonMain" - ] - }, - { - "name": "releaseApiElements", - "sourceSet": [ - "jvmAndAndroidMain", - "blockingMain", - "commonMain" - ] - }, - { - "name": "releaseRuntimeElements", - "sourceSet": [ - "jvmAndAndroidMain", - "blockingMain", - "commonMain" - ] - }, - { - "name": "desktopApiElements", - "sourceSet": [ - "commonMain", - "skikoMain", - "jvmAndAndroidMain", - "blockingMain" - ] - }, - { - "name": "desktopRuntimeElements", - "sourceSet": [ - "commonMain", - "skikoMain", - "jvmAndAndroidMain", - "blockingMain" - ] - }, - { - "name": "iosArm64ApiElements", - "sourceSet": [ - "iosMain", - "appleMain", - "nativeMain", - "commonMain", - "skikoMain", - "blockingMain" - ] - }, - { - "name": "iosSimulatorArm64ApiElements", - "sourceSet": [ - "iosMain", - "appleMain", - "nativeMain", - "commonMain", - "skikoMain", - "blockingMain" - ] - }, - { - "name": "iosX64ApiElements", - "sourceSet": [ - "iosMain", - "appleMain", - "nativeMain", - "commonMain", - "skikoMain", - "blockingMain" - ] - }, - { - "name": "jsApiElements", - "sourceSet": [ - "commonMain", - "webMain", - "skikoMain" - ] - }, - { - "name": "jsRuntimeElements", - "sourceSet": [ - "commonMain", - "webMain", - "skikoMain" - ] - }, - { - "name": "macosArm64ApiElements", - "sourceSet": [ - "macosMain", - "appleMain", - "nativeMain", - "commonMain", - "skikoMain", - "blockingMain" - ] - }, - { - "name": "macosX64ApiElements", - "sourceSet": [ - "macosMain", - "appleMain", - "nativeMain", - "commonMain", - "skikoMain", - "blockingMain" - ] - }, - { - "name": "wasmJsApiElements", - "sourceSet": [ - "commonMain", - "webMain", - "skikoMain" - ] - }, - { - "name": "wasmJsRuntimeElements", - "sourceSet": [ - "commonMain", - "webMain", - "skikoMain" - ] - } - ], - "sourceSets": [ - { - "name": "appleMain", - "dependsOn": [ - "nativeMain" - ], - "moduleDependency": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.foundation:foundation", - "org.jetbrains.kotlinx:kotlinx-coroutines-core" - ], - "sourceSetCInteropMetadataDirectory": "appleMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - }, - { - "name": "blockingMain", - "dependsOn": [ - "commonMain" - ], - "moduleDependency": [], - "binaryLayout": "klib" - }, - { - "name": "commonMain", - "dependsOn": [], - "moduleDependency": [ - "org.jetbrains.kotlin:kotlin-stdlib" - ], - "binaryLayout": "klib" - }, - { - "name": "iosMain", - "dependsOn": [ - "appleMain" - ], - "moduleDependency": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.foundation:foundation", - "org.jetbrains.kotlinx:kotlinx-coroutines-core" - ], - "sourceSetCInteropMetadataDirectory": "iosMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - }, - { - "name": "jvmAndAndroidMain", - "dependsOn": [ - "blockingMain" - ], - "moduleDependency": [], - "binaryLayout": "klib" - }, - { - "name": "macosMain", - "dependsOn": [ - "appleMain" - ], - "moduleDependency": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.foundation:foundation", - "org.jetbrains.kotlinx:kotlinx-coroutines-core" - ], - "sourceSetCInteropMetadataDirectory": "macosMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - }, - { - "name": "nativeMain", - "dependsOn": [ - "commonMain", - "skikoMain", - "blockingMain" - ], - "moduleDependency": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.foundation:foundation", - "org.jetbrains.kotlinx:kotlinx-coroutines-core" - ], - "sourceSetCInteropMetadataDirectory": "nativeMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - }, - { - "name": "skikoMain", - "dependsOn": [ - "commonMain" - ], - "moduleDependency": [], - "binaryLayout": "klib" - }, - { - "name": "webMain", - "dependsOn": [ - "skikoMain" - ], - "moduleDependency": [], - "binaryLayout": "klib" - } - ] - } -} \ No newline at end of file diff --git a/client/composeApp/build/tmp/.cache/expanded/zip_be72bb89bb6643f6ba03e21c56459817/META-INF/kotlin-project-structure-metadata.json b/client/composeApp/build/tmp/.cache/expanded/zip_be72bb89bb6643f6ba03e21c56459817/META-INF/kotlin-project-structure-metadata.json deleted file mode 100644 index 31c6a03..0000000 --- a/client/composeApp/build/tmp/.cache/expanded/zip_be72bb89bb6643f6ba03e21c56459817/META-INF/kotlin-project-structure-metadata.json +++ /dev/null @@ -1,333 +0,0 @@ -{ - "projectStructure": { - "formatVersion": "0.3.3", - "isPublishedAsRoot": "true", - "variants": [ - { - "name": "jsApiElements", - "sourceSet": [ - "commonMain", - "jsWasmMain", - "nonJvmMain", - "jbMain" - ] - }, - { - "name": "jsRuntimeElements", - "sourceSet": [ - "commonMain", - "jsWasmMain", - "nonJvmMain", - "jbMain" - ] - }, - { - "name": "jvmApiElements", - "sourceSet": [ - "jbMain", - "commonMain" - ] - }, - { - "name": "jvmRuntimeElements", - "sourceSet": [ - "jbMain", - "commonMain" - ] - }, - { - "name": "linuxArm64ApiElements", - "sourceSet": [ - "nativeMain", - "commonMain", - "nonJvmMain", - "jbMain" - ] - }, - { - "name": "linuxX64ApiElements", - "sourceSet": [ - "nativeMain", - "commonMain", - "nonJvmMain", - "jbMain" - ] - }, - { - "name": "macosArm64ApiElements", - "sourceSet": [ - "macosMain", - "darwinMain", - "nativeMain", - "commonMain", - "nonJvmMain", - "jbMain" - ] - }, - { - "name": "macosX64ApiElements", - "sourceSet": [ - "macosMain", - "darwinMain", - "nativeMain", - "commonMain", - "nonJvmMain", - "jbMain" - ] - }, - { - "name": "mingwX64ApiElements", - "sourceSet": [ - "nativeMain", - "commonMain", - "nonJvmMain", - "jbMain" - ] - }, - { - "name": "tvosArm64ApiElements", - "sourceSet": [ - "tvOsMain", - "darwinMain", - "nativeMain", - "commonMain", - "nonJvmMain", - "jbMain" - ] - }, - { - "name": "tvosSimulatorArm64ApiElements", - "sourceSet": [ - "tvOsMain", - "darwinMain", - "nativeMain", - "commonMain", - "nonJvmMain", - "jbMain" - ] - }, - { - "name": "tvosX64ApiElements", - "sourceSet": [ - "tvOsMain", - "darwinMain", - "nativeMain", - "commonMain", - "nonJvmMain", - "jbMain" - ] - }, - { - "name": "uikitArm64ApiElements", - "sourceSet": [ - "uikitMain", - "darwinMain", - "nativeMain", - "commonMain", - "nonJvmMain", - "jbMain" - ] - }, - { - "name": "uikitSimArm64ApiElements", - "sourceSet": [ - "uikitMain", - "darwinMain", - "nativeMain", - "commonMain", - "nonJvmMain", - "jbMain" - ] - }, - { - "name": "uikitX64ApiElements", - "sourceSet": [ - "uikitMain", - "darwinMain", - "nativeMain", - "commonMain", - "nonJvmMain", - "jbMain" - ] - }, - { - "name": "wasmJsApiElements", - "sourceSet": [ - "commonMain", - "jsWasmMain", - "nonJvmMain", - "jbMain" - ] - }, - { - "name": "wasmJsRuntimeElements", - "sourceSet": [ - "commonMain", - "jsWasmMain", - "nonJvmMain", - "jbMain" - ] - }, - { - "name": "watchosArm32ApiElements", - "sourceSet": [ - "watchOsMain", - "darwinMain", - "nativeMain", - "commonMain", - "nonJvmMain", - "jbMain" - ] - }, - { - "name": "watchosArm64ApiElements", - "sourceSet": [ - "watchOsMain", - "darwinMain", - "nativeMain", - "commonMain", - "nonJvmMain", - "jbMain" - ] - }, - { - "name": "watchosSimulatorArm64ApiElements", - "sourceSet": [ - "watchOsMain", - "darwinMain", - "nativeMain", - "commonMain", - "nonJvmMain", - "jbMain" - ] - }, - { - "name": "watchosX64ApiElements", - "sourceSet": [ - "watchOsMain", - "darwinMain", - "nativeMain", - "commonMain", - "nonJvmMain", - "jbMain" - ] - } - ], - "sourceSets": [ - { - "name": "commonMain", - "dependsOn": [], - "moduleDependency": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "androidx.collection:collection" - ], - "binaryLayout": "klib" - }, - { - "name": "darwinMain", - "dependsOn": [ - "nativeMain" - ], - "moduleDependency": [ - "androidx.collection:collection" - ], - "sourceSetCInteropMetadataDirectory": "darwinMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - }, - { - "name": "jbMain", - "dependsOn": [ - "commonMain" - ], - "moduleDependency": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "androidx.collection:collection" - ], - "binaryLayout": "klib" - }, - { - "name": "jsWasmMain", - "dependsOn": [ - "nonJvmMain" - ], - "moduleDependency": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "androidx.collection:collection" - ], - "binaryLayout": "klib" - }, - { - "name": "macosMain", - "dependsOn": [ - "darwinMain" - ], - "moduleDependency": [ - "androidx.collection:collection" - ], - "sourceSetCInteropMetadataDirectory": "macosMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - }, - { - "name": "nativeMain", - "dependsOn": [ - "commonMain", - "nonJvmMain" - ], - "moduleDependency": [ - "androidx.collection:collection" - ], - "sourceSetCInteropMetadataDirectory": "nativeMain-cinterop", - "binaryLayout": "klib" - }, - { - "name": "nonJvmMain", - "dependsOn": [ - "jbMain" - ], - "moduleDependency": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "androidx.collection:collection" - ], - "binaryLayout": "klib" - }, - { - "name": "tvOsMain", - "dependsOn": [ - "darwinMain" - ], - "moduleDependency": [ - "androidx.collection:collection" - ], - "sourceSetCInteropMetadataDirectory": "tvOsMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - }, - { - "name": "uikitMain", - "dependsOn": [ - "darwinMain" - ], - "moduleDependency": [ - "androidx.collection:collection" - ], - "sourceSetCInteropMetadataDirectory": "uikitMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - }, - { - "name": "watchOsMain", - "dependsOn": [ - "darwinMain" - ], - "moduleDependency": [ - "androidx.collection:collection" - ], - "sourceSetCInteropMetadataDirectory": "watchOsMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - } - ] - } -} \ No newline at end of file diff --git a/client/composeApp/build/tmp/.cache/expanded/zip_d6d559b6b81837bf53066adcfc330595/META-INF/kotlin-project-structure-metadata.json b/client/composeApp/build/tmp/.cache/expanded/zip_d6d559b6b81837bf53066adcfc330595/META-INF/kotlin-project-structure-metadata.json deleted file mode 100644 index 1613c98..0000000 --- a/client/composeApp/build/tmp/.cache/expanded/zip_d6d559b6b81837bf53066adcfc330595/META-INF/kotlin-project-structure-metadata.json +++ /dev/null @@ -1,311 +0,0 @@ -{ - "projectStructure": { - "formatVersion": "0.3.3", - "isPublishedAsRoot": "true", - "variants": [ - { - "name": "debugApiElements", - "sourceSet": [ - "jvmMain", - "commonMain" - ] - }, - { - "name": "debugRuntimeElements", - "sourceSet": [ - "jvmMain", - "commonMain" - ] - }, - { - "name": "releaseApiElements", - "sourceSet": [ - "jvmMain", - "commonMain" - ] - }, - { - "name": "releaseRuntimeElements", - "sourceSet": [ - "jvmMain", - "commonMain" - ] - }, - { - "name": "desktopApiElements", - "sourceSet": [ - "jvmMain", - "commonMain", - "jbMain" - ] - }, - { - "name": "desktopRuntimeElements", - "sourceSet": [ - "jvmMain", - "commonMain", - "jbMain" - ] - }, - { - "name": "jsApiElements", - "sourceSet": [ - "commonMain", - "jsWasmMain", - "jsNativeMain", - "jbMain" - ] - }, - { - "name": "jsRuntimeElements", - "sourceSet": [ - "commonMain", - "jsWasmMain", - "jsNativeMain", - "jbMain" - ] - }, - { - "name": "macosArm64ApiElements", - "sourceSet": [ - "macosMain", - "darwinMain", - "nativeMain", - "commonMain", - "jsNativeMain", - "jbMain" - ] - }, - { - "name": "macosX64ApiElements", - "sourceSet": [ - "macosMain", - "darwinMain", - "nativeMain", - "commonMain", - "jsNativeMain", - "jbMain" - ] - }, - { - "name": "uikitArm64ApiElements", - "sourceSet": [ - "uikitMain", - "darwinMain", - "nativeMain", - "commonMain", - "jsNativeMain", - "jbMain" - ] - }, - { - "name": "uikitSimArm64ApiElements", - "sourceSet": [ - "uikitMain", - "darwinMain", - "nativeMain", - "commonMain", - "jsNativeMain", - "jbMain" - ] - }, - { - "name": "uikitX64ApiElements", - "sourceSet": [ - "uikitMain", - "darwinMain", - "nativeMain", - "commonMain", - "jsNativeMain", - "jbMain" - ] - }, - { - "name": "wasmJsApiElements", - "sourceSet": [ - "commonMain", - "jsWasmMain", - "jsNativeMain", - "jbMain" - ] - }, - { - "name": "wasmJsRuntimeElements", - "sourceSet": [ - "commonMain", - "jsWasmMain", - "jsNativeMain", - "jbMain" - ] - } - ], - "sourceSets": [ - { - "name": "commonMain", - "dependsOn": [], - "moduleDependency": [ - "org.jetbrains.kotlinx:kotlinx-coroutines-core", - "org.jetbrains.kotlinx:atomicfu", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.collection-internal:collection", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.ui:ui", - "org.jetbrains.compose.ui:ui-unit", - "org.jetbrains.compose.ui:ui-util", - "org.jetbrains.kotlin:kotlin-stdlib" - ], - "binaryLayout": "klib" - }, - { - "name": "darwinMain", - "dependsOn": [ - "nativeMain" - ], - "moduleDependency": [ - "org.jetbrains.kotlinx:kotlinx-coroutines-core", - "org.jetbrains.kotlinx:atomicfu", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.collection-internal:collection", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.ui:ui", - "org.jetbrains.compose.ui:ui-unit", - "org.jetbrains.compose.ui:ui-util" - ], - "sourceSetCInteropMetadataDirectory": "darwinMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - }, - { - "name": "jbMain", - "dependsOn": [ - "commonMain" - ], - "moduleDependency": [ - "org.jetbrains.kotlinx:kotlinx-coroutines-core", - "org.jetbrains.kotlinx:atomicfu", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.collection-internal:collection", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.ui:ui", - "org.jetbrains.compose.ui:ui-unit", - "org.jetbrains.compose.ui:ui-util", - "org.jetbrains.kotlin:kotlin-stdlib" - ], - "binaryLayout": "klib" - }, - { - "name": "jsNativeMain", - "dependsOn": [ - "commonMain", - "jbMain" - ], - "moduleDependency": [ - "org.jetbrains.kotlinx:kotlinx-coroutines-core", - "org.jetbrains.kotlinx:atomicfu", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.collection-internal:collection", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.ui:ui", - "org.jetbrains.compose.ui:ui-unit", - "org.jetbrains.compose.ui:ui-util", - "org.jetbrains.kotlin:kotlin-stdlib" - ], - "binaryLayout": "klib" - }, - { - "name": "jsWasmMain", - "dependsOn": [ - "jsNativeMain" - ], - "moduleDependency": [ - "org.jetbrains.kotlinx:kotlinx-coroutines-core", - "org.jetbrains.kotlinx:atomicfu", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.collection-internal:collection", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.ui:ui", - "org.jetbrains.compose.ui:ui-unit", - "org.jetbrains.compose.ui:ui-util", - "org.jetbrains.kotlin:kotlin-stdlib" - ], - "binaryLayout": "klib" - }, - { - "name": "jvmMain", - "dependsOn": [ - "commonMain" - ], - "moduleDependency": [ - "org.jetbrains.kotlinx:kotlinx-coroutines-core", - "org.jetbrains.kotlinx:atomicfu", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.collection-internal:collection", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.ui:ui", - "org.jetbrains.compose.ui:ui-unit", - "org.jetbrains.compose.ui:ui-util", - "org.jetbrains.kotlin:kotlin-stdlib" - ], - "binaryLayout": "klib" - }, - { - "name": "macosMain", - "dependsOn": [ - "darwinMain" - ], - "moduleDependency": [ - "org.jetbrains.kotlinx:kotlinx-coroutines-core", - "org.jetbrains.kotlinx:atomicfu", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.collection-internal:collection", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.ui:ui", - "org.jetbrains.compose.ui:ui-unit", - "org.jetbrains.compose.ui:ui-util" - ], - "sourceSetCInteropMetadataDirectory": "macosMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - }, - { - "name": "nativeMain", - "dependsOn": [ - "commonMain", - "jsNativeMain" - ], - "moduleDependency": [ - "org.jetbrains.kotlinx:kotlinx-coroutines-core", - "org.jetbrains.kotlinx:atomicfu", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.collection-internal:collection", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.ui:ui", - "org.jetbrains.compose.ui:ui-unit", - "org.jetbrains.compose.ui:ui-util" - ], - "sourceSetCInteropMetadataDirectory": "nativeMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - }, - { - "name": "uikitMain", - "dependsOn": [ - "darwinMain" - ], - "moduleDependency": [ - "org.jetbrains.kotlinx:kotlinx-coroutines-core", - "org.jetbrains.kotlinx:atomicfu", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.collection-internal:collection", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.ui:ui", - "org.jetbrains.compose.ui:ui-unit", - "org.jetbrains.compose.ui:ui-util" - ], - "sourceSetCInteropMetadataDirectory": "uikitMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - } - ] - } -} \ No newline at end of file diff --git a/client/composeApp/build/tmp/.cache/expanded/zip_d6fe02d7eadfe249ccdfa67cf8e92c2f/META-INF/kotlin-project-structure-metadata.json b/client/composeApp/build/tmp/.cache/expanded/zip_d6fe02d7eadfe249ccdfa67cf8e92c2f/META-INF/kotlin-project-structure-metadata.json deleted file mode 100644 index 7569344..0000000 --- a/client/composeApp/build/tmp/.cache/expanded/zip_d6fe02d7eadfe249ccdfa67cf8e92c2f/META-INF/kotlin-project-structure-metadata.json +++ /dev/null @@ -1,293 +0,0 @@ -{ - "projectStructure": { - "formatVersion": "0.3.3", - "isPublishedAsRoot": "true", - "variants": [ - { - "name": "debugApiElements", - "sourceSet": [ - "jvmMain", - "commonMain" - ] - }, - { - "name": "debugRuntimeElements", - "sourceSet": [ - "jvmMain", - "commonMain" - ] - }, - { - "name": "releaseApiElements", - "sourceSet": [ - "jvmMain", - "commonMain" - ] - }, - { - "name": "releaseRuntimeElements", - "sourceSet": [ - "jvmMain", - "commonMain" - ] - }, - { - "name": "desktopApiElements", - "sourceSet": [ - "jvmMain", - "commonMain" - ] - }, - { - "name": "desktopRuntimeElements", - "sourceSet": [ - "jvmMain", - "commonMain" - ] - }, - { - "name": "iosArm64ApiElements", - "sourceSet": [ - "darwinMain", - "nativeMain", - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "iosSimulatorArm64ApiElements", - "sourceSet": [ - "darwinMain", - "nativeMain", - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "iosX64ApiElements", - "sourceSet": [ - "darwinMain", - "nativeMain", - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "jsApiElements", - "sourceSet": [ - "webMain", - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "jsRuntimeElements", - "sourceSet": [ - "webMain", - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "linuxArm64ApiElements", - "sourceSet": [ - "linuxMain", - "nativeMain", - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "linuxX64ApiElements", - "sourceSet": [ - "linuxMain", - "nativeMain", - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "macosArm64ApiElements", - "sourceSet": [ - "darwinMain", - "nativeMain", - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "macosX64ApiElements", - "sourceSet": [ - "darwinMain", - "nativeMain", - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "tvosArm64ApiElements", - "sourceSet": [ - "darwinMain", - "nativeMain", - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "tvosSimulatorArm64ApiElements", - "sourceSet": [ - "darwinMain", - "nativeMain", - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "tvosX64ApiElements", - "sourceSet": [ - "darwinMain", - "nativeMain", - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "wasmJsApiElements", - "sourceSet": [ - "webMain", - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "wasmJsRuntimeElements", - "sourceSet": [ - "webMain", - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "watchosArm32ApiElements", - "sourceSet": [ - "darwinMain", - "nativeMain", - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "watchosArm64ApiElements", - "sourceSet": [ - "darwinMain", - "nativeMain", - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "watchosSimulatorArm64ApiElements", - "sourceSet": [ - "darwinMain", - "nativeMain", - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "watchosX64ApiElements", - "sourceSet": [ - "darwinMain", - "nativeMain", - "nonJvmMain", - "commonMain" - ] - } - ], - "sourceSets": [ - { - "name": "commonMain", - "dependsOn": [], - "moduleDependency": [ - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core" - ], - "binaryLayout": "klib" - }, - { - "name": "darwinMain", - "dependsOn": [ - "nativeMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.kotlinx:kotlinx-coroutines-core" - ], - "sourceSetCInteropMetadataDirectory": "darwinMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - }, - { - "name": "jvmMain", - "dependsOn": [ - "commonMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core" - ], - "binaryLayout": "klib" - }, - { - "name": "linuxMain", - "dependsOn": [ - "nativeMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.kotlinx:kotlinx-coroutines-core" - ], - "sourceSetCInteropMetadataDirectory": "linuxMain-cinterop", - "binaryLayout": "klib" - }, - { - "name": "nativeMain", - "dependsOn": [ - "nonJvmMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.kotlinx:kotlinx-coroutines-core" - ], - "sourceSetCInteropMetadataDirectory": "nativeMain-cinterop", - "binaryLayout": "klib" - }, - { - "name": "nonJvmMain", - "dependsOn": [ - "commonMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core" - ], - "binaryLayout": "klib" - }, - { - "name": "webMain", - "dependsOn": [ - "nonJvmMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.kotlinx:kotlinx-coroutines-core" - ], - "binaryLayout": "klib" - } - ] - } -} \ No newline at end of file diff --git a/client/composeApp/build/tmp/.cache/expanded/zip_e17eaf8f85f9b47cad90e02397741c0d/META-INF/kotlin-project-structure-metadata.json b/client/composeApp/build/tmp/.cache/expanded/zip_e17eaf8f85f9b47cad90e02397741c0d/META-INF/kotlin-project-structure-metadata.json deleted file mode 100644 index 097a623..0000000 --- a/client/composeApp/build/tmp/.cache/expanded/zip_e17eaf8f85f9b47cad90e02397741c0d/META-INF/kotlin-project-structure-metadata.json +++ /dev/null @@ -1,286 +0,0 @@ -{ - "projectStructure": { - "formatVersion": "0.3.3", - "isPublishedAsRoot": "true", - "variants": [ - { - "name": "iosArm64ApiElements", - "sourceSet": [ - "darwinMain", - "unixMain", - "nativeMain", - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "iosSimulatorArm64ApiElements", - "sourceSet": [ - "darwinMain", - "unixMain", - "nativeMain", - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "iosX64ApiElements", - "sourceSet": [ - "darwinMain", - "unixMain", - "nativeMain", - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "jsApiElements", - "sourceSet": [ - "webMain", - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "jsRuntimeElements", - "sourceSet": [ - "webMain", - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "jvmApiElements", - "sourceSet": [ - "commonMain" - ] - }, - { - "name": "jvmRuntimeElements", - "sourceSet": [ - "commonMain" - ] - }, - { - "name": "linuxArm64ApiElements", - "sourceSet": [ - "linuxMain", - "unixMain", - "nativeMain", - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "linuxX64ApiElements", - "sourceSet": [ - "linuxMain", - "unixMain", - "nativeMain", - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "macosArm64ApiElements", - "sourceSet": [ - "darwinMain", - "unixMain", - "nativeMain", - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "macosX64ApiElements", - "sourceSet": [ - "darwinMain", - "unixMain", - "nativeMain", - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "mingwX64ApiElements", - "sourceSet": [ - "nativeMain", - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "tvosArm64ApiElements", - "sourceSet": [ - "darwinMain", - "unixMain", - "nativeMain", - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "tvosSimulatorArm64ApiElements", - "sourceSet": [ - "darwinMain", - "unixMain", - "nativeMain", - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "tvosX64ApiElements", - "sourceSet": [ - "darwinMain", - "unixMain", - "nativeMain", - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "wasmJsApiElements", - "sourceSet": [ - "webMain", - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "wasmJsRuntimeElements", - "sourceSet": [ - "webMain", - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "watchosArm32ApiElements", - "sourceSet": [ - "darwinMain", - "unixMain", - "nativeMain", - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "watchosArm64ApiElements", - "sourceSet": [ - "darwinMain", - "unixMain", - "nativeMain", - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "watchosDeviceArm64ApiElements", - "sourceSet": [ - "darwinMain", - "unixMain", - "nativeMain", - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "watchosSimulatorArm64ApiElements", - "sourceSet": [ - "darwinMain", - "unixMain", - "nativeMain", - "nonJvmMain", - "commonMain" - ] - }, - { - "name": "watchosX64ApiElements", - "sourceSet": [ - "darwinMain", - "unixMain", - "nativeMain", - "nonJvmMain", - "commonMain" - ] - } - ], - "sourceSets": [ - { - "name": "commonMain", - "dependsOn": [], - "moduleDependency": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "androidx.annotation:annotation" - ], - "binaryLayout": "klib" - }, - { - "name": "darwinMain", - "dependsOn": [ - "unixMain" - ], - "moduleDependency": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "androidx.annotation:annotation" - ], - "sourceSetCInteropMetadataDirectory": "darwinMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - }, - { - "name": "linuxMain", - "dependsOn": [ - "unixMain" - ], - "moduleDependency": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "androidx.annotation:annotation" - ], - "sourceSetCInteropMetadataDirectory": "linuxMain-cinterop", - "binaryLayout": "klib" - }, - { - "name": "nativeMain", - "dependsOn": [ - "nonJvmMain" - ], - "moduleDependency": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "androidx.annotation:annotation" - ], - "sourceSetCInteropMetadataDirectory": "nativeMain-cinterop", - "binaryLayout": "klib" - }, - { - "name": "nonJvmMain", - "dependsOn": [ - "commonMain" - ], - "moduleDependency": [], - "binaryLayout": "klib" - }, - { - "name": "unixMain", - "dependsOn": [ - "nativeMain" - ], - "moduleDependency": [ - "org.jetbrains.kotlin:kotlin-stdlib", - "androidx.annotation:annotation" - ], - "sourceSetCInteropMetadataDirectory": "unixMain-cinterop", - "binaryLayout": "klib" - }, - { - "name": "webMain", - "dependsOn": [ - "nonJvmMain" - ], - "moduleDependency": [], - "binaryLayout": "klib" - } - ] - } -} \ No newline at end of file diff --git a/client/composeApp/build/tmp/.cache/expanded/zip_e2eafe826fe79d5a930cdf38ba87639c/META-INF/kotlin-project-structure-metadata.json b/client/composeApp/build/tmp/.cache/expanded/zip_e2eafe826fe79d5a930cdf38ba87639c/META-INF/kotlin-project-structure-metadata.json deleted file mode 100644 index da9c679..0000000 --- a/client/composeApp/build/tmp/.cache/expanded/zip_e2eafe826fe79d5a930cdf38ba87639c/META-INF/kotlin-project-structure-metadata.json +++ /dev/null @@ -1,191 +0,0 @@ -{ - "projectStructure": { - "formatVersion": "0.3.3", - "isPublishedAsRoot": "true", - "variants": [ - { - "name": "debugApiElements", - "sourceSet": [ - "commonMain" - ] - }, - { - "name": "debugRuntimeElements", - "sourceSet": [ - "commonMain" - ] - }, - { - "name": "releaseApiElements", - "sourceSet": [ - "commonMain" - ] - }, - { - "name": "releaseRuntimeElements", - "sourceSet": [ - "commonMain" - ] - }, - { - "name": "desktopApiElements", - "sourceSet": [ - "commonMain", - "nonAndroidMain" - ] - }, - { - "name": "desktopRuntimeElements", - "sourceSet": [ - "commonMain", - "nonAndroidMain" - ] - }, - { - "name": "iosArm64ApiElements", - "sourceSet": [ - "iosMain", - "appleMain", - "nativeMain", - "commonMain", - "nonAndroidMain" - ] - }, - { - "name": "iosSimulatorArm64ApiElements", - "sourceSet": [ - "iosMain", - "appleMain", - "nativeMain", - "commonMain", - "nonAndroidMain" - ] - }, - { - "name": "iosX64ApiElements", - "sourceSet": [ - "iosMain", - "appleMain", - "nativeMain", - "commonMain", - "nonAndroidMain" - ] - }, - { - "name": "jsApiElements", - "sourceSet": [ - "commonMain", - "nonAndroidMain" - ] - }, - { - "name": "jsRuntimeElements", - "sourceSet": [ - "commonMain", - "nonAndroidMain" - ] - }, - { - "name": "macosArm64ApiElements", - "sourceSet": [ - "macosMain", - "appleMain", - "nativeMain", - "commonMain", - "nonAndroidMain" - ] - }, - { - "name": "macosX64ApiElements", - "sourceSet": [ - "macosMain", - "appleMain", - "nativeMain", - "commonMain", - "nonAndroidMain" - ] - }, - { - "name": "wasmJsApiElements", - "sourceSet": [ - "commonMain", - "nonAndroidMain" - ] - }, - { - "name": "wasmJsRuntimeElements", - "sourceSet": [ - "commonMain", - "nonAndroidMain" - ] - } - ], - "sourceSets": [ - { - "name": "appleMain", - "dependsOn": [ - "nativeMain", - "nonAndroidMain" - ], - "moduleDependency": [ - "org.jetbrains.kotlin:kotlin-stdlib" - ], - "sourceSetCInteropMetadataDirectory": "appleMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - }, - { - "name": "commonMain", - "dependsOn": [], - "moduleDependency": [ - "org.jetbrains.kotlin:kotlin-stdlib" - ], - "binaryLayout": "klib" - }, - { - "name": "iosMain", - "dependsOn": [ - "appleMain" - ], - "moduleDependency": [ - "org.jetbrains.kotlin:kotlin-stdlib" - ], - "sourceSetCInteropMetadataDirectory": "iosMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - }, - { - "name": "macosMain", - "dependsOn": [ - "appleMain" - ], - "moduleDependency": [ - "org.jetbrains.kotlin:kotlin-stdlib" - ], - "sourceSetCInteropMetadataDirectory": "macosMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - }, - { - "name": "nativeMain", - "dependsOn": [ - "commonMain" - ], - "moduleDependency": [ - "org.jetbrains.kotlin:kotlin-stdlib" - ], - "sourceSetCInteropMetadataDirectory": "nativeMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - }, - { - "name": "nonAndroidMain", - "dependsOn": [ - "commonMain" - ], - "moduleDependency": [], - "binaryLayout": "klib" - } - ] - } -} \ No newline at end of file diff --git a/client/composeApp/build/tmp/.cache/expanded/zip_e549716c7cf992dc0f6f11188646aa15/META-INF/kotlin-project-structure-metadata.json b/client/composeApp/build/tmp/.cache/expanded/zip_e549716c7cf992dc0f6f11188646aa15/META-INF/kotlin-project-structure-metadata.json deleted file mode 100644 index 42abc7e..0000000 --- a/client/composeApp/build/tmp/.cache/expanded/zip_e549716c7cf992dc0f6f11188646aa15/META-INF/kotlin-project-structure-metadata.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "projectStructure": { - "formatVersion": "0.3.3", - "isPublishedAsRoot": "true", - "variants": [ - { - "name": "uikitArm64ApiElements", - "sourceSet": [ - "uikitMain", - "commonMain" - ] - }, - { - "name": "uikitSimArm64ApiElements", - "sourceSet": [ - "uikitMain", - "commonMain" - ] - }, - { - "name": "uikitX64ApiElements", - "sourceSet": [ - "uikitMain", - "commonMain" - ] - } - ], - "sourceSets": [ - { - "name": "commonMain", - "dependsOn": [], - "moduleDependency": [], - "sourceSetCInteropMetadataDirectory": "commonMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - }, - { - "name": "uikitMain", - "dependsOn": [ - "commonMain" - ], - "moduleDependency": [], - "sourceSetCInteropMetadataDirectory": "uikitMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - } - ] - } -} \ No newline at end of file diff --git a/client/composeApp/build/tmp/.cache/expanded/zip_f22544f56728ed273cb2930945d9e06b/META-INF/kotlin-project-structure-metadata.json b/client/composeApp/build/tmp/.cache/expanded/zip_f22544f56728ed273cb2930945d9e06b/META-INF/kotlin-project-structure-metadata.json deleted file mode 100644 index 24d41d4..0000000 --- a/client/composeApp/build/tmp/.cache/expanded/zip_f22544f56728ed273cb2930945d9e06b/META-INF/kotlin-project-structure-metadata.json +++ /dev/null @@ -1,207 +0,0 @@ -{ - "projectStructure": { - "formatVersion": "0.3.3", - "isPublishedAsRoot": "true", - "variants": [ - { - "name": "jsApiElements", - "sourceSet": [ - "commonMain" - ] - }, - { - "name": "jsRuntimeElements", - "sourceSet": [ - "commonMain" - ] - }, - { - "name": "jvmApiElements", - "sourceSet": [ - "commonMain" - ] - }, - { - "name": "jvmRuntimeElements", - "sourceSet": [ - "commonMain" - ] - }, - { - "name": "linuxArm64ApiElements", - "sourceSet": [ - "commonMain" - ] - }, - { - "name": "linuxX64ApiElements", - "sourceSet": [ - "commonMain" - ] - }, - { - "name": "macosArm64ApiElements", - "sourceSet": [ - "macosMain", - "darwinMain", - "nativeMain", - "commonMain" - ] - }, - { - "name": "macosX64ApiElements", - "sourceSet": [ - "macosMain", - "darwinMain", - "nativeMain", - "commonMain" - ] - }, - { - "name": "mingwX64ApiElements", - "sourceSet": [ - "commonMain" - ] - }, - { - "name": "tvosArm64ApiElements", - "sourceSet": [ - "commonMain" - ] - }, - { - "name": "tvosSimulatorArm64ApiElements", - "sourceSet": [ - "commonMain" - ] - }, - { - "name": "tvosX64ApiElements", - "sourceSet": [ - "commonMain" - ] - }, - { - "name": "uikitArm64ApiElements", - "sourceSet": [ - "uikitMain", - "darwinMain", - "nativeMain", - "commonMain" - ] - }, - { - "name": "uikitSimArm64ApiElements", - "sourceSet": [ - "uikitMain", - "darwinMain", - "nativeMain", - "commonMain" - ] - }, - { - "name": "uikitX64ApiElements", - "sourceSet": [ - "uikitMain", - "darwinMain", - "nativeMain", - "commonMain" - ] - }, - { - "name": "wasmJsApiElements", - "sourceSet": [ - "commonMain" - ] - }, - { - "name": "wasmJsRuntimeElements", - "sourceSet": [ - "commonMain" - ] - }, - { - "name": "watchosArm32ApiElements", - "sourceSet": [ - "commonMain" - ] - }, - { - "name": "watchosArm64ApiElements", - "sourceSet": [ - "commonMain" - ] - }, - { - "name": "watchosSimulatorArm64ApiElements", - "sourceSet": [ - "commonMain" - ] - }, - { - "name": "watchosX64ApiElements", - "sourceSet": [ - "commonMain" - ] - } - ], - "sourceSets": [ - { - "name": "commonMain", - "dependsOn": [], - "moduleDependency": [ - "androidx.annotation:annotation" - ], - "binaryLayout": "klib" - }, - { - "name": "darwinMain", - "dependsOn": [ - "nativeMain" - ], - "moduleDependency": [ - "androidx.annotation:annotation" - ], - "sourceSetCInteropMetadataDirectory": "darwinMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - }, - { - "name": "macosMain", - "dependsOn": [ - "darwinMain" - ], - "moduleDependency": [ - "androidx.annotation:annotation" - ], - "sourceSetCInteropMetadataDirectory": "macosMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - }, - { - "name": "nativeMain", - "dependsOn": [ - "commonMain" - ], - "moduleDependency": [ - "androidx.annotation:annotation" - ], - "sourceSetCInteropMetadataDirectory": "nativeMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - }, - { - "name": "uikitMain", - "dependsOn": [ - "darwinMain" - ], - "moduleDependency": [ - "androidx.annotation:annotation" - ], - "sourceSetCInteropMetadataDirectory": "uikitMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - } - ] - } -} \ No newline at end of file diff --git a/client/composeApp/build/tmp/.cache/expanded/zip_f67e8f3c0084dc9d854416c25afa68b7/META-INF/kotlin-project-structure-metadata.json b/client/composeApp/build/tmp/.cache/expanded/zip_f67e8f3c0084dc9d854416c25afa68b7/META-INF/kotlin-project-structure-metadata.json deleted file mode 100644 index 87760ae..0000000 --- a/client/composeApp/build/tmp/.cache/expanded/zip_f67e8f3c0084dc9d854416c25afa68b7/META-INF/kotlin-project-structure-metadata.json +++ /dev/null @@ -1,256 +0,0 @@ -{ - "projectStructure": { - "formatVersion": "0.3.3", - "isPublishedAsRoot": "true", - "variants": [ - { - "name": "debugApiElements", - "sourceSet": [ - "jvmMain", - "commonMain" - ] - }, - { - "name": "debugRuntimeElements", - "sourceSet": [ - "jvmMain", - "commonMain" - ] - }, - { - "name": "releaseApiElements", - "sourceSet": [ - "jvmMain", - "commonMain" - ] - }, - { - "name": "releaseRuntimeElements", - "sourceSet": [ - "jvmMain", - "commonMain" - ] - }, - { - "name": "desktopApiElements", - "sourceSet": [ - "jvmMain", - "commonMain", - "jbMain" - ] - }, - { - "name": "desktopRuntimeElements", - "sourceSet": [ - "jvmMain", - "commonMain", - "jbMain" - ] - }, - { - "name": "jsApiElements", - "sourceSet": [ - "commonMain", - "jsNativeMain", - "jbMain" - ] - }, - { - "name": "jsRuntimeElements", - "sourceSet": [ - "commonMain", - "jsNativeMain", - "jbMain" - ] - }, - { - "name": "macosArm64ApiElements", - "sourceSet": [ - "macosMain", - "darwinMain", - "nativeMain", - "commonMain", - "jsNativeMain", - "jbMain" - ] - }, - { - "name": "macosX64ApiElements", - "sourceSet": [ - "macosMain", - "darwinMain", - "nativeMain", - "commonMain", - "jsNativeMain", - "jbMain" - ] - }, - { - "name": "uikitArm64ApiElements", - "sourceSet": [ - "uikitMain", - "darwinMain", - "nativeMain", - "commonMain", - "jsNativeMain", - "jbMain" - ] - }, - { - "name": "uikitSimArm64ApiElements", - "sourceSet": [ - "uikitMain", - "darwinMain", - "nativeMain", - "commonMain", - "jsNativeMain", - "jbMain" - ] - }, - { - "name": "uikitX64ApiElements", - "sourceSet": [ - "uikitMain", - "darwinMain", - "nativeMain", - "commonMain", - "jsNativeMain", - "jbMain" - ] - }, - { - "name": "wasmJsApiElements", - "sourceSet": [ - "commonMain", - "jsNativeMain", - "jbMain" - ] - }, - { - "name": "wasmJsRuntimeElements", - "sourceSet": [ - "commonMain", - "jsNativeMain", - "jbMain" - ] - } - ], - "sourceSets": [ - { - "name": "commonMain", - "dependsOn": [], - "moduleDependency": [ - "org.jetbrains.compose.ui:ui-geometry", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.ui:ui-util" - ], - "binaryLayout": "klib" - }, - { - "name": "darwinMain", - "dependsOn": [ - "nativeMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.ui:ui-geometry", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.ui:ui-util" - ], - "sourceSetCInteropMetadataDirectory": "darwinMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - }, - { - "name": "jbMain", - "dependsOn": [ - "commonMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.ui:ui-geometry", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.ui:ui-util" - ], - "binaryLayout": "klib" - }, - { - "name": "jsNativeMain", - "dependsOn": [ - "jbMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.ui:ui-geometry", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.ui:ui-util" - ], - "binaryLayout": "klib" - }, - { - "name": "jvmMain", - "dependsOn": [ - "commonMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.ui:ui-geometry", - "org.jetbrains.kotlin:kotlin-stdlib", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.ui:ui-util" - ], - "binaryLayout": "klib" - }, - { - "name": "macosMain", - "dependsOn": [ - "darwinMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.ui:ui-geometry", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.ui:ui-util" - ], - "sourceSetCInteropMetadataDirectory": "macosMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - }, - { - "name": "nativeMain", - "dependsOn": [ - "commonMain", - "jsNativeMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.ui:ui-geometry", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.ui:ui-util" - ], - "sourceSetCInteropMetadataDirectory": "nativeMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - }, - { - "name": "uikitMain", - "dependsOn": [ - "darwinMain" - ], - "moduleDependency": [ - "org.jetbrains.compose.ui:ui-geometry", - "org.jetbrains.compose.annotation-internal:annotation", - "org.jetbrains.compose.runtime:runtime", - "org.jetbrains.compose.ui:ui-util" - ], - "sourceSetCInteropMetadataDirectory": "uikitMain-cinterop", - "binaryLayout": "klib", - "hostSpecific": "true" - } - ] - } -} \ No newline at end of file diff --git a/client/composeApp/src/commonMain/composeResources/drawable/compose-multiplatform.xml b/client/composeApp/src/commonMain/composeResources/drawable/compose-multiplatform.xml deleted file mode 100644 index 1ffc948..0000000 --- a/client/composeApp/src/commonMain/composeResources/drawable/compose-multiplatform.xml +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/client/composeApp/src/commonMain/kotlin/su/sonoma/sclient/App.kt b/client/composeApp/src/commonMain/kotlin/su/sonoma/sclient/App.kt deleted file mode 100644 index ae61484..0000000 --- a/client/composeApp/src/commonMain/kotlin/su/sonoma/sclient/App.kt +++ /dev/null @@ -1,44 +0,0 @@ -package su.sonoma.sclient - -import androidx.compose.animation.AnimatedVisibility -import androidx.compose.foundation.Image -import androidx.compose.foundation.layout.Column -import androidx.compose.foundation.layout.fillMaxSize -import androidx.compose.foundation.layout.fillMaxWidth -import androidx.compose.foundation.layout.safeContentPadding -import androidx.compose.material3.Button -import androidx.compose.material3.MaterialTheme -import androidx.compose.material3.Text -import androidx.compose.runtime.* -import androidx.compose.ui.Alignment -import androidx.compose.ui.Modifier -import org.jetbrains.compose.resources.painterResource -import org.jetbrains.compose.ui.tooling.preview.Preview - -import sclient.composeapp.generated.resources.Res -import sclient.composeapp.generated.resources.compose_multiplatform - -@Composable -@Preview -fun App() { - MaterialTheme { - var showContent by remember { mutableStateOf(false) } - Column( - modifier = Modifier - .safeContentPadding() - .fillMaxSize(), - horizontalAlignment = Alignment.CenterHorizontally, - ) { - Button(onClick = { showContent = !showContent }) { - Text("Click me!") - } - AnimatedVisibility(showContent) { - val greeting = remember { Greeting().greet() } - Column(Modifier.fillMaxWidth(), horizontalAlignment = Alignment.CenterHorizontally) { - Image(painterResource(Res.drawable.compose_multiplatform), null) - Text("Compose: $greeting") - } - } - } - } -} \ No newline at end of file diff --git a/client/composeApp/src/commonMain/kotlin/su/sonoma/sclient/Greeting.kt b/client/composeApp/src/commonMain/kotlin/su/sonoma/sclient/Greeting.kt deleted file mode 100644 index 0841051..0000000 --- a/client/composeApp/src/commonMain/kotlin/su/sonoma/sclient/Greeting.kt +++ /dev/null @@ -1,9 +0,0 @@ -package su.sonoma.sclient - -class Greeting { - private val platform = getPlatform() - - fun greet(): String { - return "Hello, ${platform.name}!" - } -} \ No newline at end of file diff --git a/client/composeApp/src/commonMain/kotlin/su/sonoma/sclient/Platform.kt b/client/composeApp/src/commonMain/kotlin/su/sonoma/sclient/Platform.kt deleted file mode 100644 index 400279f..0000000 --- a/client/composeApp/src/commonMain/kotlin/su/sonoma/sclient/Platform.kt +++ /dev/null @@ -1,7 +0,0 @@ -package su.sonoma.sclient - -interface Platform { - val name: String -} - -expect fun getPlatform(): Platform \ No newline at end of file diff --git a/client/composeApp/src/desktopMain/kotlin/su/sonoma/sclient/Platform.jvm.kt b/client/composeApp/src/desktopMain/kotlin/su/sonoma/sclient/Platform.jvm.kt deleted file mode 100644 index 91783c4..0000000 --- a/client/composeApp/src/desktopMain/kotlin/su/sonoma/sclient/Platform.jvm.kt +++ /dev/null @@ -1,7 +0,0 @@ -package su.sonoma.sclient - -class JVMPlatform: Platform { - override val name: String = "Java ${System.getProperty("java.version")}" -} - -actual fun getPlatform(): Platform = JVMPlatform() \ No newline at end of file diff --git a/client/composeApp/src/desktopMain/kotlin/su/sonoma/sclient/main.kt b/client/composeApp/src/desktopMain/kotlin/su/sonoma/sclient/main.kt deleted file mode 100644 index 252607c..0000000 --- a/client/composeApp/src/desktopMain/kotlin/su/sonoma/sclient/main.kt +++ /dev/null @@ -1,13 +0,0 @@ -package su.sonoma.sclient - -import androidx.compose.ui.window.Window -import androidx.compose.ui.window.application - -fun main() = application { - Window( - onCloseRequest = ::exitApplication, - title = "sclient", - ) { - App() - } -} \ No newline at end of file diff --git a/client/composeApp/src/wasmJsMain/kotlin/su/sonoma/sclient/Platform.wasmJs.kt b/client/composeApp/src/wasmJsMain/kotlin/su/sonoma/sclient/Platform.wasmJs.kt deleted file mode 100644 index e877591..0000000 --- a/client/composeApp/src/wasmJsMain/kotlin/su/sonoma/sclient/Platform.wasmJs.kt +++ /dev/null @@ -1,7 +0,0 @@ -package su.sonoma.sclient - -class WasmPlatform: Platform { - override val name: String = "Web with Kotlin/Wasm" -} - -actual fun getPlatform(): Platform = WasmPlatform() \ No newline at end of file diff --git a/client/composeApp/src/wasmJsMain/kotlin/su/sonoma/sclient/main.kt b/client/composeApp/src/wasmJsMain/kotlin/su/sonoma/sclient/main.kt deleted file mode 100644 index 84b5789..0000000 --- a/client/composeApp/src/wasmJsMain/kotlin/su/sonoma/sclient/main.kt +++ /dev/null @@ -1,12 +0,0 @@ -package su.sonoma.sclient - -import androidx.compose.ui.ExperimentalComposeUiApi -import androidx.compose.ui.window.ComposeViewport -import kotlinx.browser.document - -@OptIn(ExperimentalComposeUiApi::class) -fun main() { - ComposeViewport(document.body!!) { - App() - } -} \ No newline at end of file diff --git a/client/composeApp/src/wasmJsMain/resources/index.html b/client/composeApp/src/wasmJsMain/resources/index.html deleted file mode 100644 index a90433b..0000000 --- a/client/composeApp/src/wasmJsMain/resources/index.html +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - sclient - - - - - - \ No newline at end of file diff --git a/client/composeApp/src/wasmJsMain/resources/styles.css b/client/composeApp/src/wasmJsMain/resources/styles.css deleted file mode 100644 index 0549b10..0000000 --- a/client/composeApp/src/wasmJsMain/resources/styles.css +++ /dev/null @@ -1,7 +0,0 @@ -html, body { - width: 100%; - height: 100%; - margin: 0; - padding: 0; - overflow: hidden; -} \ No newline at end of file diff --git a/client/gradle.properties b/client/gradle.properties deleted file mode 100644 index 41d680b..0000000 --- a/client/gradle.properties +++ /dev/null @@ -1,8 +0,0 @@ -#Kotlin -kotlin.code.style=official -kotlin.daemon.jvmargs=-Xmx3072M - -#Gradle -org.gradle.jvmargs=-Xmx3072M -Dfile.encoding=UTF-8 -org.gradle.configuration-cache=true -org.gradle.caching=true \ No newline at end of file diff --git a/client/gradle/libs.versions.toml b/client/gradle/libs.versions.toml deleted file mode 100644 index 76d3d54..0000000 --- a/client/gradle/libs.versions.toml +++ /dev/null @@ -1,21 +0,0 @@ -[versions] -androidx-lifecycle = "2.9.1" -composeHotReload = "1.0.0-alpha11" -composeMultiplatform = "1.8.2" -junit = "4.13.2" -kotlin = "2.2.0" -kotlinx-coroutines = "1.10.2" - -[libraries] -kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" } -kotlin-testJunit = { module = "org.jetbrains.kotlin:kotlin-test-junit", version.ref = "kotlin" } -junit = { module = "junit:junit", version.ref = "junit" } -androidx-lifecycle-viewmodel = { module = "org.jetbrains.androidx.lifecycle:lifecycle-viewmodel", version.ref = "androidx-lifecycle" } -androidx-lifecycle-runtimeCompose = { module = "org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose", version.ref = "androidx-lifecycle" } -kotlinx-coroutinesSwing = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-swing", version.ref = "kotlinx-coroutines" } - -[plugins] -composeHotReload = { id = "org.jetbrains.compose.hot-reload", version.ref = "composeHotReload" } -composeMultiplatform = { id = "org.jetbrains.compose", version.ref = "composeMultiplatform" } -composeCompiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" } -kotlinMultiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" } \ No newline at end of file diff --git a/client/gradle/wrapper/gradle-wrapper.jar b/client/gradle/wrapper/gradle-wrapper.jar deleted file mode 100644 index 2c35211..0000000 Binary files a/client/gradle/wrapper/gradle-wrapper.jar and /dev/null differ diff --git a/client/gradle/wrapper/gradle-wrapper.properties b/client/gradle/wrapper/gradle-wrapper.properties deleted file mode 100644 index 09523c0..0000000 --- a/client/gradle/wrapper/gradle-wrapper.properties +++ /dev/null @@ -1,7 +0,0 @@ -distributionBase=GRADLE_USER_HOME -distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip -networkTimeout=10000 -validateDistributionUrl=true -zipStoreBase=GRADLE_USER_HOME -zipStorePath=wrapper/dists diff --git a/client/gradlew b/client/gradlew deleted file mode 100755 index f5feea6..0000000 --- a/client/gradlew +++ /dev/null @@ -1,252 +0,0 @@ -#!/bin/sh - -# -# Copyright © 2015-2021 the original authors. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# https://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# -# SPDX-License-Identifier: Apache-2.0 -# - -############################################################################## -# -# Gradle start up script for POSIX generated by Gradle. -# -# Important for running: -# -# (1) You need a POSIX-compliant shell to run this script. If your /bin/sh is -# noncompliant, but you have some other compliant shell such as ksh or -# bash, then to run this script, type that shell name before the whole -# command line, like: -# -# ksh Gradle -# -# Busybox and similar reduced shells will NOT work, because this script -# requires all of these POSIX shell features: -# * functions; -# * expansions «$var», «${var}», «${var:-default}», «${var+SET}», -# «${var#prefix}», «${var%suffix}», and «$( cmd )»; -# * compound commands having a testable exit status, especially «case»; -# * various built-in commands including «command», «set», and «ulimit». -# -# Important for patching: -# -# (2) This script targets any POSIX shell, so it avoids extensions provided -# by Bash, Ksh, etc; in particular arrays are avoided. -# -# The "traditional" practice of packing multiple parameters into a -# space-separated string is a well documented source of bugs and security -# problems, so this is (mostly) avoided, by progressively accumulating -# options in "$@", and eventually passing that to Java. -# -# Where the inherited environment variables (DEFAULT_JVM_OPTS, JAVA_OPTS, -# and GRADLE_OPTS) rely on word-splitting, this is performed explicitly; -# see the in-line comments for details. -# -# There are tweaks for specific operating systems such as AIX, CygWin, -# Darwin, MinGW, and NonStop. -# -# (3) This script is generated from the Groovy template -# https://github.com/gradle/gradle/blob/HEAD/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt -# within the Gradle project. -# -# You can find Gradle at https://github.com/gradle/gradle/. -# -############################################################################## - -# Attempt to set APP_HOME - -# Resolve links: $0 may be a link -app_path=$0 - -# Need this for daisy-chained symlinks. -while - APP_HOME=${app_path%"${app_path##*/}"} # leaves a trailing /; empty if no leading path - [ -h "$app_path" ] -do - ls=$( ls -ld "$app_path" ) - link=${ls#*' -> '} - case $link in #( - /*) app_path=$link ;; #( - *) app_path=$APP_HOME$link ;; - esac -done - -# This is normally unused -# shellcheck disable=SC2034 -APP_BASE_NAME=${0##*/} -# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036) -APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s -' "$PWD" ) || exit - -# Use the maximum available, or set MAX_FD != -1 to use that value. -MAX_FD=maximum - -warn () { - echo "$*" -} >&2 - -die () { - echo - echo "$*" - echo - exit 1 -} >&2 - -# OS specific support (must be 'true' or 'false'). -cygwin=false -msys=false -darwin=false -nonstop=false -case "$( uname )" in #( - CYGWIN* ) cygwin=true ;; #( - Darwin* ) darwin=true ;; #( - MSYS* | MINGW* ) msys=true ;; #( - NONSTOP* ) nonstop=true ;; -esac - -CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar - - -# Determine the Java command to use to start the JVM. -if [ -n "$JAVA_HOME" ] ; then - if [ -x "$JAVA_HOME/jre/sh/java" ] ; then - # IBM's JDK on AIX uses strange locations for the executables - JAVACMD=$JAVA_HOME/jre/sh/java - else - JAVACMD=$JAVA_HOME/bin/java - fi - if [ ! -x "$JAVACMD" ] ; then - die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME - -Please set the JAVA_HOME variable in your environment to match the -location of your Java installation." - fi -else - JAVACMD=java - if ! command -v java >/dev/null 2>&1 - then - die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. - -Please set the JAVA_HOME variable in your environment to match the -location of your Java installation." - fi -fi - -# Increase the maximum file descriptors if we can. -if ! "$cygwin" && ! "$darwin" && ! "$nonstop" ; then - case $MAX_FD in #( - max*) - # In POSIX sh, ulimit -H is undefined. That's why the result is checked to see if it worked. - # shellcheck disable=SC2039,SC3045 - MAX_FD=$( ulimit -H -n ) || - warn "Could not query maximum file descriptor limit" - esac - case $MAX_FD in #( - '' | soft) :;; #( - *) - # In POSIX sh, ulimit -n is undefined. That's why the result is checked to see if it worked. - # shellcheck disable=SC2039,SC3045 - ulimit -n "$MAX_FD" || - warn "Could not set maximum file descriptor limit to $MAX_FD" - esac -fi - -# Collect all arguments for the java command, stacking in reverse order: -# * args from the command line -# * the main class name -# * -classpath -# * -D...appname settings -# * --module-path (only if needed) -# * DEFAULT_JVM_OPTS, JAVA_OPTS, and GRADLE_OPTS environment variables. - -# For Cygwin or MSYS, switch paths to Windows format before running java -if "$cygwin" || "$msys" ; then - APP_HOME=$( cygpath --path --mixed "$APP_HOME" ) - CLASSPATH=$( cygpath --path --mixed "$CLASSPATH" ) - - JAVACMD=$( cygpath --unix "$JAVACMD" ) - - # Now convert the arguments - kludge to limit ourselves to /bin/sh - for arg do - if - case $arg in #( - -*) false ;; # don't mess with options #( - /?*) t=${arg#/} t=/${t%%/*} # looks like a POSIX filepath - [ -e "$t" ] ;; #( - *) false ;; - esac - then - arg=$( cygpath --path --ignore --mixed "$arg" ) - fi - # Roll the args list around exactly as many times as the number of - # args, so each arg winds up back in the position where it started, but - # possibly modified. - # - # NB: a `for` loop captures its iteration list before it begins, so - # changing the positional parameters here affects neither the number of - # iterations, nor the values presented in `arg`. - shift # remove old arg - set -- "$@" "$arg" # push replacement arg - done -fi - - -# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. -DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"' - -# Collect all arguments for the java command: -# * DEFAULT_JVM_OPTS, JAVA_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments, -# and any embedded shellness will be escaped. -# * For example: A user cannot expect ${Hostname} to be expanded, as it is an environment variable and will be -# treated as '${Hostname}' itself on the command line. - -set -- \ - "-Dorg.gradle.appname=$APP_BASE_NAME" \ - -classpath "$CLASSPATH" \ - org.gradle.wrapper.GradleWrapperMain \ - "$@" - -# Stop when "xargs" is not available. -if ! command -v xargs >/dev/null 2>&1 -then - die "xargs is not available" -fi - -# Use "xargs" to parse quoted args. -# -# With -n1 it outputs one arg per line, with the quotes and backslashes removed. -# -# In Bash we could simply go: -# -# readarray ARGS < <( xargs -n1 <<<"$var" ) && -# set -- "${ARGS[@]}" "$@" -# -# but POSIX shell has neither arrays nor command substitution, so instead we -# post-process each arg (as a line of input to sed) to backslash-escape any -# character that might be a shell metacharacter, then use eval to reverse -# that process (while maintaining the separation between arguments), and wrap -# the whole thing up as a single "set" statement. -# -# This will of course break if any of these variables contains a newline or -# an unmatched quote. -# - -eval "set -- $( - printf '%s\n' "$DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS" | - xargs -n1 | - sed ' s~[^-[:alnum:]+,./:=@_]~\\&~g; ' | - tr '\n' ' ' - )" '"$@"' - -exec "$JAVACMD" "$@" diff --git a/client/gradlew.bat b/client/gradlew.bat deleted file mode 100644 index 9d21a21..0000000 --- a/client/gradlew.bat +++ /dev/null @@ -1,94 +0,0 @@ -@rem -@rem Copyright 2015 the original author or authors. -@rem -@rem Licensed under the Apache License, Version 2.0 (the "License"); -@rem you may not use this file except in compliance with the License. -@rem You may obtain a copy of the License at -@rem -@rem https://www.apache.org/licenses/LICENSE-2.0 -@rem -@rem Unless required by applicable law or agreed to in writing, software -@rem distributed under the License is distributed on an "AS IS" BASIS, -@rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -@rem See the License for the specific language governing permissions and -@rem limitations under the License. -@rem -@rem SPDX-License-Identifier: Apache-2.0 -@rem - -@if "%DEBUG%"=="" @echo off -@rem ########################################################################## -@rem -@rem Gradle startup script for Windows -@rem -@rem ########################################################################## - -@rem Set local scope for the variables with windows NT shell -if "%OS%"=="Windows_NT" setlocal - -set DIRNAME=%~dp0 -if "%DIRNAME%"=="" set DIRNAME=. -@rem This is normally unused -set APP_BASE_NAME=%~n0 -set APP_HOME=%DIRNAME% - -@rem Resolve any "." and ".." in APP_HOME to make it shorter. -for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi - -@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. -set DEFAULT_JVM_OPTS="-Xmx64m" "-Xms64m" - -@rem Find java.exe -if defined JAVA_HOME goto findJavaFromJavaHome - -set JAVA_EXE=java.exe -%JAVA_EXE% -version >NUL 2>&1 -if %ERRORLEVEL% equ 0 goto execute - -echo. 1>&2 -echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 1>&2 -echo. 1>&2 -echo Please set the JAVA_HOME variable in your environment to match the 1>&2 -echo location of your Java installation. 1>&2 - -goto fail - -:findJavaFromJavaHome -set JAVA_HOME=%JAVA_HOME:"=% -set JAVA_EXE=%JAVA_HOME%/bin/java.exe - -if exist "%JAVA_EXE%" goto execute - -echo. 1>&2 -echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 1>&2 -echo. 1>&2 -echo Please set the JAVA_HOME variable in your environment to match the 1>&2 -echo location of your Java installation. 1>&2 - -goto fail - -:execute -@rem Setup the command line - -set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar - - -@rem Execute Gradle -"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %* - -:end -@rem End local scope for the variables with windows NT shell -if %ERRORLEVEL% equ 0 goto mainEnd - -:fail -rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of -rem the _cmd.exe /c_ return code! -set EXIT_CODE=%ERRORLEVEL% -if %EXIT_CODE% equ 0 set EXIT_CODE=1 -if not ""=="%GRADLE_EXIT_CONSOLE%" exit %EXIT_CODE% -exit /b %EXIT_CODE% - -:mainEnd -if "%OS%"=="Windows_NT" endlocal - -:omega diff --git a/client/poetry.toml b/client/poetry.toml new file mode 100644 index 0000000..ab1033b --- /dev/null +++ b/client/poetry.toml @@ -0,0 +1,2 @@ +[virtualenvs] +in-project = true diff --git a/client/pyproject.toml b/client/pyproject.toml new file mode 100644 index 0000000..631380a --- /dev/null +++ b/client/pyproject.toml @@ -0,0 +1,36 @@ +[project] +name = "sonoma-app-client" +version = "0.1.0" +description = "" +requires-python = ">=3.12" +authors = [ + { name = "SaddyDEAD", email = "saddydead@sonoma.su" } +] +dependencies = [ + "flet==0.28.3", + "cryptography", + "httpx (>=0.28.1,<0.29.0)" +] + +[tool.flet] +org = "su.sonoma" + +product = "SApp" + +company = "Sonoma" + +copyright = "Copyright (C) 2025 by Sonoma Org." + +[tool.flet.app] +path = "src" + +[tool.uv] +dev-dependencies = [ + "flet[all]==0.28.3", +] + +[tool.poetry] +package-mode = false + +[tool.poetry.group.dev.dependencies] +flet = {extras = ["all"], version = "0.28.3"} \ No newline at end of file diff --git a/client/settings.gradle.kts b/client/settings.gradle.kts deleted file mode 100644 index 21273e0..0000000 --- a/client/settings.gradle.kts +++ /dev/null @@ -1,35 +0,0 @@ -rootProject.name = "sclient" -enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS") - -pluginManagement { - repositories { - google { - mavenContent { - includeGroupAndSubgroups("androidx") - includeGroupAndSubgroups("com.android") - includeGroupAndSubgroups("com.google") - } - } - mavenCentral() - gradlePluginPortal() - } -} - -dependencyResolutionManagement { - repositories { - google { - mavenContent { - includeGroupAndSubgroups("androidx") - includeGroupAndSubgroups("com.android") - includeGroupAndSubgroups("com.google") - } - } - mavenCentral() - } -} - -plugins { - id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0" -} - -include(":composeApp") \ No newline at end of file diff --git a/client/src/assets/sonoma.png b/client/src/assets/sonoma.png new file mode 100644 index 0000000..41e92b9 Binary files /dev/null and b/client/src/assets/sonoma.png differ diff --git a/client/src/auth/login.py b/client/src/auth/login.py new file mode 100644 index 0000000..daf7add --- /dev/null +++ b/client/src/auth/login.py @@ -0,0 +1,34 @@ +from cryptography.fernet import Fernet +import os +import httpx + +KEY_FILE = ".key" +REMEMBER_FILE = ".auth_data" + +def generate_key(): + if not os.path.exists(KEY_FILE): + key = Fernet.generate_key() + with open(KEY_FILE, "wb") as f: + f.write(key) + + +async def load_fernet(): + with open(KEY_FILE, "rb") as f: + key = f.read() + return Fernet(key) + + +async def login(name: str, password: str): + async with httpx.AsyncClient() as client: + r = await client.post( + 'http://127.0.0.1:7535/login', + json={ + "username": name, + "password": password + } + ) + + if r.is_success: + return True + else: + return False \ No newline at end of file diff --git a/client/src/auth/user.py b/client/src/auth/user.py new file mode 100644 index 0000000..2e39221 --- /dev/null +++ b/client/src/auth/user.py @@ -0,0 +1,16 @@ +from enum import Enum + + +class Role(Enum): + ADMIN = 'Admin' + USER = 'User' + + +class User: + username: str + email: str + role: Role + out_vpn_access: bool + docker_access: bool + git_access: bool + password: str \ No newline at end of file diff --git a/client/src/main.py b/client/src/main.py new file mode 100644 index 0000000..05c0ddf --- /dev/null +++ b/client/src/main.py @@ -0,0 +1,102 @@ +import flet as ft +from auth.login import * + +USERNAME = "admin" +PASSWORD = "1234" + + +def generate_key(): + if not os.path.exists(KEY_FILE): + key = Fernet.generate_key() + with open(KEY_FILE, "wb") as f: + f.write(key) + + +async def load_fernet(): + with open(KEY_FILE, "rb") as f: + key = f.read() + return Fernet(key) + + +async def main(page: ft.Page): + generate_key() + fernet = await load_fernet() + + page.title = "SClient" + page.window_width = 400 + page.window_height = 300 + page.vertical_alignment = ft.MainAxisAlignment.CENTER + + login_input = ft.TextField(label="Логин", autofocus=True) + password_input = ft.TextField(label="Пароль", password=True, can_reveal_password=True) + remember_checkbox = ft.Checkbox(label="Запомнить меня") + status_text = ft.Text(color=ft.Colors.RED) + + if os.path.exists(REMEMBER_FILE): + try: + with open(REMEMBER_FILE, "rb") as f: + lines = f.readlines() + if len(lines) == 2: + saved_login = lines[0].decode().strip() + encrypted_pw = lines[1].strip() + decrypted_pw = fernet.decrypt(encrypted_pw).decode() + + login_input.value = saved_login + password_input.value = decrypted_pw + remember_checkbox.value = True + except Exception as e: + print(f"[ОШИБКА] Не удалось прочитать данные: {e}") + + async def login_click(e): + if await login(login_input.value, password_input.value): + if remember_checkbox.value: + encrypted_pw = fernet.encrypt(password_input.value.encode()) + with open(REMEMBER_FILE, "wb") as f: + f.write(f"{login_input.value}\n".encode()) + f.write(encrypted_pw) + else: + if os.path.exists(REMEMBER_FILE): + os.remove(REMEMBER_FILE) + + page.clean() + page.add( + ft.Column( + [ + ft.Text(f"Добро пожаловать, {USERNAME}!", size=24), + ft.ElevatedButton("Выйти", on_click=lambda e: page.go("/")) + ], + alignment=ft.MainAxisAlignment.CENTER, + horizontal_alignment=ft.CrossAxisAlignment.CENTER + ) + ) + else: + status_text.value = "Неверный логин или пароль" + page.update() + + page.add( + ft.Container( + content=ft.Column( + controls=[ + ft.Image( + src="sonoma.png", + width=50, + height=50, + fit=ft.ImageFit.CONTAIN + ), + ft.Text("SClient", size=24, weight=ft.FontWeight.BOLD), + login_input, + password_input, + remember_checkbox, + ft.ElevatedButton("Войти", on_click=login_click), + status_text + ], + width=300, + alignment=ft.MainAxisAlignment.CENTER, + horizontal_alignment=ft.CrossAxisAlignment.CENTER + ), + alignment=ft.alignment.center, + expand=True + ) + ) + +ft.app(main)