Raja Nagendra Kumar
Raja Nagendra Kumar
command to be used in windows is they need to give output directory without any space, like this.. `bazel --output_user_root=c:/temp/bazel build //bazelapp:BazelApp` and also change root WORKSPACE file these two...
` import org.jetbrains.kotlin.config.KotlinCompilerVersion ` this import is no more relevant, that can be removed by conversion script
We need to migrate from 3.x code to 4.x code, is there any migration support document.. as I do see lots of changes between both the versions.
Click on the hyperlinks of line numbers 13,18 39, etc.. does not show up in the source code 
It is easy to test code with MVVM model, can you consider having MVVM starter both on android and kotlin
This class is commented.. should be this be uncommitted.. /auth/src/main/java/pl/piomin/services/auth/OAuth2Config.java
Looks like spring boot this version does not have the dependency ``` commons-dbcp commons-dbcp 1.4 ``` need to fix this in code..
Instead of expecting containers approach, it would be nice to support direct Gradle on windows, this way number of steps required would be less.
doc can be bettered to include all these info use Powershell set-variable -name DISPLAY -value 172.17.0.3:0.0 docker run -ti --rm -e DISPLAY=$DISPLAY soot_tutorial Inside the docker or some can be...
 The report with archRule.failOnEmptyShould = false should list all the empty and unmatched tests so that, we can see if the tests are applicable to the application or not.....