diff --git a/client/.gitignore b/client/.gitignore index e666c9f..ac120a1 100644 --- a/client/.gitignore +++ b/client/.gitignore @@ -1,18 +1,164 @@ -*.iml -.kotlin -.gradle -**/build/ -xcuserdata -!src/**/build/ -local.properties -.idea -.DS_Store -captures -.externalNativeBuild -.cxx -*.xcodeproj/* -!*.xcodeproj/project.pbxproj -!*.xcodeproj/xcshareddata/ -!*.xcodeproj/project.xcworkspace/ -!*.xcworkspace/contents.xcworkspacedata -**/xcshareddata/WorkspaceSettings.xcsettings \ No newline at end of file +# 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/metadata.bin b/client/.gradle/8.9/dependencies-accessors/c100e5b9e987dbd50f527a84a13358c5b35ad96b/metadata.bin index 4d2fee0..8c207b4 100644 --- a/client/.gradle/8.9/dependencies-accessors/c100e5b9e987dbd50f527a84a13358c5b35ad96b/metadata.bin +++ b/client/.gradle/8.9/dependencies-accessors/c100e5b9e987dbd50f527a84a13358c5b35ad96b/metadata.bin @@ -1 +1 @@ -txf6rbfwfzfyzm2homgaxfwtxa_GLaG_1uclassesA7BtJh[;8%sourcesJ7ȤH`dbWD \ No newline at end of file +mtq2jwarfnafxi7l63qo7uu7aa_GLaG_1uhclassesA7BtJh[;8%sourcesJ7ȤH`dbWD \ No newline at end of file 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 index 3c5cbb0..5864c6d 100644 Binary files a/client/.gradle/8.9/dependencies-accessors/c84c5ef430d3d61082ae85fc4bb04c7405dfdced/classes/org/gradle/accessors/dm/RootProjectAccessor.class and b/client/.gradle/8.9/dependencies-accessors/c84c5ef430d3d61082ae85fc4bb04c7405dfdced/classes/org/gradle/accessors/dm/RootProjectAccessor.class 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 similarity index 86% rename from client/.gradle/8.9/dependencies-accessors/c84c5ef430d3d61082ae85fc4bb04c7405dfdced/classes/org/gradle/accessors/dm/SclientProjectDependency.class rename to client/.gradle/8.9/dependencies-accessors/c84c5ef430d3d61082ae85fc4bb04c7405dfdced/classes/org/gradle/accessors/dm/SClientProjectDependency.class index 2d90453..a869088 100644 Binary files a/client/.gradle/8.9/dependencies-accessors/c84c5ef430d3d61082ae85fc4bb04c7405dfdced/classes/org/gradle/accessors/dm/SclientProjectDependency.class and b/client/.gradle/8.9/dependencies-accessors/c84c5ef430d3d61082ae85fc4bb04c7405dfdced/classes/org/gradle/accessors/dm/SClientProjectDependency.class differ diff --git a/client/.gradle/8.9/dependencies-accessors/c84c5ef430d3d61082ae85fc4bb04c7405dfdced/metadata.bin b/client/.gradle/8.9/dependencies-accessors/c84c5ef430d3d61082ae85fc4bb04c7405dfdced/metadata.bin index 0a33d5d..1bad8f1 100644 --- a/client/.gradle/8.9/dependencies-accessors/c84c5ef430d3d61082ae85fc4bb04c7405dfdced/metadata.bin +++ b/client/.gradle/8.9/dependencies-accessors/c84c5ef430d3d61082ae85fc4bb04c7405dfdced/metadata.bin @@ -1 +1 @@ -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/desktopMain/kotlin/su/sonoma/sclient/main.kt b/client/composeApp/src/desktopMain/kotlin/su/sonoma/sclient/main.kt index 252607c..b241ac4 100644 --- a/client/composeApp/src/desktopMain/kotlin/su/sonoma/sclient/main.kt +++ b/client/composeApp/src/desktopMain/kotlin/su/sonoma/sclient/main.kt @@ -6,7 +6,7 @@ import androidx.compose.ui.window.application fun main() = application { Window( onCloseRequest = ::exitApplication, - title = "sclient", + title = "SClient", ) { App() } diff --git a/client/composeApp/src/wasmJsMain/resources/index.html b/client/composeApp/src/wasmJsMain/resources/index.html index a90433b..ceed642 100644 --- a/client/composeApp/src/wasmJsMain/resources/index.html +++ b/client/composeApp/src/wasmJsMain/resources/index.html @@ -3,7 +3,7 @@ - sclient + SClient diff --git a/client/settings.gradle.kts b/client/settings.gradle.kts index 21273e0..06bc2a9 100644 --- a/client/settings.gradle.kts +++ b/client/settings.gradle.kts @@ -1,4 +1,4 @@ -rootProject.name = "sclient" +rootProject.name = "SClient" enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS") pluginManagement {