You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm trying to run Robolectric tests written in kotlin. If I follow the instructions provided in the project, I get the following error
ERROR: /path/to/target/BUILD.bazel:40:1: in srcs attribute of android_local_test rule //target:robo_tests: source file '//target:src/test/java/app/.../TestInKotlin.kt' is misplaced here (expected .java, .srcjar or .properties)
Would it be possible to add a sample showcasing the integration with kotlin projects too.
The text was updated successfully, but these errors were encountered:
I saw @Bencodes added support for kt_android_local_test with PR bazelbuild/rules_kotlin#451 at Jan 20. @Satyarths maybe you can use kt_android_local_test to replace android_local_test directly for your bazel configuration.
Hi,
I'm trying to run Robolectric tests written in kotlin. If I follow the instructions provided in the project, I get the following error
Would it be possible to add a sample showcasing the integration with kotlin projects too.
The text was updated successfully, but these errors were encountered: