Rinat Solmano

Results 4 comments of Rinat Solmano

> I know it might be late, but I had this problem recently with Admob_flutter, and I am not sure if it will work for you, but this worked for...

> @Rinat-Suleimanov Could you please merge this change :) I'd like to, but I can't (( @szaffarano If you don't have time to support the plugin, please share the access...

Agreed with @ThanosFisherman, really confusing, especially if you have gradle multi project structure with different modules, generated for different frameworks, e.g. spring.

Yeh, use very similar solution in our project. That's only for the formatting in the pre commit hook. ```shell #!/bin/sh set -e echo 1>&2 "running formatKotlin" filesToFormat="$(git --no-pager diff --name-status...