We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
2.1.0
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
Expected it to create a build folder for each platform.
No response
The text was updated successfully, but these errors were encountered:
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") }
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: