Hi All :android-wave: , I am trying to migrate my ...
# android
a
Hi All đź‘‹ , I am trying to migrate my android project from groovy to Kotlin DSL. I am getting this error
Unresolved reference: androidTestimplementation
. Same for
debugimplementation
and
testimplementation
. No error for
implementation
. Please help thank you color
solved 1
c
It’s uppercase l in „Implementation“.
thank you color 1
a
Thanks. The
i
case was a typo while pasting here. The actual issue was something else. (I was migrating lot of gradle files to kts, so lot of errors were there) Resolving all the other errors fixed this as well.