You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: