-
Notifications
You must be signed in to change notification settings - Fork 16
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
Android generation requires to clean #56
Comments
Maybe you need to follow instructions similar to those for KMP? https://kotlinlang.org/docs/ksp-multiplatform.html |
I've pushed the code I have so far here: |
I had the same issue. For fix this i'm tried to delete build directories and it's work sometimes. But result of generation is really random. Sometimes work, sometimes not. Plz fix
|
@dzemmarat @pablisco could you check if any of the solutions in this article (under heading Challenges and solutions) help with the problem? I'm not an Android developer, so I don't know what a good solution is for this problem. |
I was trying out the lib on a demo Android project. The code doesn't seem to be generated as soon as the type is created. I had to clean the project or run the app. Running the build (from the hammer icon on Android Studio) didn't generate the code either.
I'm not sure if this is expected behaviour or something we are not configuring ok on our side.
The text was updated successfully, but these errors were encountered: