sergei-lapin / napt

Alternative to KAPT that skips Java stub generation and therefore is as efficient as Java APT but with Kotlin
MIT License
88 stars 6 forks source link

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

Closed aquabanana-a closed 2 years ago

aquabanana-a commented 2 years ago

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/coreutils/build/tmp/kotlin-classes/debug/ in every napt depend module.