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

Illegal char <:> at index 2 when make module on windows pc #2

Closed
aquabanana-a opened this issue Jan 18, 2022 · 0 comments · Fixed by #3
Closed

Illegal char <:> at index 2 when make module on windows pc #2

aquabanana-a opened this issue Jan 18, 2022 · 0 comments · Fixed by #3

Comments

@aquabanana-a
Copy link

We trying to use this plugin instead of 'kotlin-kapt'.

apply plugin: 'kotlin-kapt'
replaced on
apply plugin: 'com.sergei-lapin.napt'

kapt com.google.dagger:dagger-compiler...
replaced on
annotationProcessor com.google.dagger:dagger-compiler

Mac make modules OK. Win pc when rebuild got exception Illegal char <:> at index 2: /C:/!work/Android/Allme/android2/core_utils/build/tmp/kotlin-classes/debug/ in every napt depend module.

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 a pull request may close this issue.

1 participant