Prieviously in my project i deleted my androidTest package as i didn't use this.
Now i manually add this package to my project.
So i have src/androidTest/java/domain/name/myTestclass.kt
After i try to build the project i get an error:
Error:Execution failed for task ':location:transformResourcesWithMergeJavaResForDebugAndroidTest'. More than one file was found with OS independent path 'protobuf.meta'
What is the cause and how to solve this?
I am using Android Studio 3.0 RC1