Home > Net >  I get an error when i build my project in kotlin
I get an error when i build my project in kotlin

Time:09-22

[![is anyone this how to fix this problem during build? please][1]][1]

when i build my project this error shows up and i dont know how to fix it someone would have a solution [1]: https://i.stack.imgur.com/o3SYu.png

CodePudding user response:

The problem came from the build which bugged due to a version difference between the variant builds

CodePudding user response:

Run your application with ./gradlew clean build command to see what's exactly wrong with your code. Just paste it into the Terminal in Android Studio.

  • Related