-
Notifications
You must be signed in to change notification settings - Fork 42
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
Ktorfit Gradle Plugin not compatible with Android Multiplatform Library plugin #638
Comments
Hi, do you know if there is any documentation about the android multiplatform library plugin ? |
According to the official documentation of KSP, we should declare symbol processors based on the compilation target or source code directory. In Android Multiplatform Library plugin, the |
Thank you very much for the informations! I think i will add a check if a sourceset with "Test" exist and only then apply KSP |
Hi with version 2.1.0 i added the check for "test". It should not lead to compilation error anymore, but you would have to add ksp manually for e.g. the androidTestWithDevice task |
Ktorfit version
2.0.1
What happened and how can we reproduce this issue?
the ktorfit gradle plugin will add ksp depedency named 'kspAndroidTest' automatically, but it seems not exist when android multiplatform library plugin(com.android.kotlin.multiplatform.library) applied, when i change android multiplatform library to android library plugin(com.android.library), the ktorfit gradle plugin works normally.
What did you expect to happen?
work with android mutiplatform library plugin
Is there anything else we need to know about?
No response
The text was updated successfully, but these errors were encountered: