igorwojda/kotlin-coding-challenges

Can't build

yannisbarbakadze opened this issue · 1 comments

I tried testing the first puzzle CapitalizeSentence and I got
Execution failed for task ':app:compileDebugUnitTestKotlin'
I think there is something wrong with the imports and it looks like the base folder misses some classes?

I get unresolved reference for LinkedList, LinkedListSolutionExtended, Node and insertLast

References are now fixed.
Thanks for reporting