At the execution of my android kotlin project on my emulator, I receive this error during the compilation of the project
Asked
Active
Viewed 2,198 times
-1
-
2Possible duplicate of [(Kotlin) Backend Internal error: Exception during code generation](https://stackoverflow.com/questions/52081383/kotlin-backend-internal-error-exception-during-code-generation) – ronginat Mar 25 '19 at 18:26
-
what is "Anko". – Modeste KOUASSI Mar 26 '19 at 11:21
1 Answers
0
The cause of the error was i taking my TabLayout's id from xml and just pasted the id in my code without apply any kind of property or calling any function on it.

Modeste KOUASSI
- 67
- 2
- 10