igorwojda / kotlin-coding-challenges

🧩 Kotlin coding puzzle and solutions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't build

yannisbarbakadze opened this issue · 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