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 missing commonMain folder to fuel-kotlinx-serialization project #914

Merged
merged 4 commits into from
Jun 6, 2024

Conversation

iNoles
Copy link
Collaborator

@iNoles iNoles commented May 28, 2024

Description

This pull request adds the commonMain folder to the fuel-kotlinx-serialization project. The commonMain folder is necessary for the Kotlin Multiplatform setup and was missing from the project.

Changes Made

  • Added the src/commonMain directory.
  • Defined an expect function HttpResponse.toJson
  • Provided actual implementations for every platforms

Motivation and Context

This change is required to properly organize the common code shared across different Kotlin Multiplatform platform platforms. Without this folder, the project setup is incomplete and may lead to build issues.

@iNoles iNoles requested a review from kittinunf May 28, 2024 15:03
@iNoles iNoles self-assigned this May 28, 2024
@iNoles iNoles requested a review from kittinunf June 5, 2024 14:03
Copy link
Owner

@kittinunf kittinunf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❇️ Looks awesome

@iNoles iNoles merged commit ca65c9c into main Jun 6, 2024
7 checks passed
@delete-merged-branch delete-merged-branch bot deleted the fix-serialization branch June 6, 2024 03:07
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.

2 participants