Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add konfy-properties module with properties file support #6

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

TanVD
Copy link
Owner

@TanVD TanVD commented Jul 24, 2024

Introduced a new konfy-properties module to handle configurations using properties files. Implemented PropertiesProvider and added tests for various scenarios, including value conversions and nested keys. Also, updated settings.gradle.kts to include the new module and made toTypedArray function public.

TanVD added 2 commits July 24, 2024 18:00
Introduced a new konfy-properties module to handle configurations using properties files. Implemented PropertiesProvider and added tests for various scenarios including value conversions and nested keys. Also, updated settings.gradle.kts to include the new module, and made toTypedArray function public.
Moved the conversion logic from `PropertiesProvider` to a new `Conversion` utility class. This simplifies `PropertiesProvider` and makes conversion logic reusable across different parts of the application.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant