diff --git a/.circleci/config.yml b/.circleci/config.yml index 84eead05..343dd740 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -64,6 +64,9 @@ jobs: - run: name: Build command: ./gradlew assemble + - run: # clean to avoid issues until https://github.com/google/ksp/pull/2231 is released + name: Clean + command: ./gradlew clean - run: name: Run Tests command: ./gradlew check --continue @@ -84,6 +87,9 @@ jobs: - run: name: Build command: ./gradlew assemble + - run: # clean to avoid issues until https://github.com/google/ksp/pull/2231 is released + name: Clean + command: ./gradlew clean - run: name: Run Tests command: ./gradlew checkApple --continue