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

API gnerated in iOS platfom but not Android. #721

Open
ahmadmssm opened this issue Oct 28, 2024 · 1 comment
Open

API gnerated in iOS platfom but not Android. #721

ahmadmssm opened this issue Oct 28, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@ahmadmssm
Copy link

Ktorfit version

2.1.0

What happened and how can we reproduce this issue?

Hi,

I have an API interface in the shared package and after the build, it generated the build folder in all iOS test platforms but not for Android ones

What did you expect to happen?

Expected it to create a build folder for each platform.

Is there anything else we need to know about?

No response

@ahmadmssm ahmadmssm added the bug Something isn't working label Oct 28, 2024
@Foso
Copy link
Owner

Foso commented Nov 10, 2024

Hi @ahmadmssm is you android test folder name ending with "Test" ? The Gradle plugin is looking for that and then attaching the KSP plugin.

Please try to manually add the plugin:

dependencies {
add("ksp"+"NAME_OF_YOUR_TEST_MODULE", "de.jensklingenberg.ktorfit:ktorfit-ksp:2.1.0-1.0.26")
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants