Mihir Mone
Mihir Mone
Thanks, I've resolved the issue. Turns out that TLS1.2 needs to now be used for installing powershell modules after a recent update. Added this line above the **Install-Module** command it...
I just had the same issue as well. It doesn't seem to be working for me either. The only thing different between @davidebbo sample solution and mine is that I...
Yeah my thoughts exactly, but just thought I'd ask. I am being lazy and not going through the code!!
I'll put something up soon.
No modifications done, only packaging the source code as-is provided by Igor.
I've just seen the same error. project level gradle file ``` // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { repositories { jcenter()...
The moment I set compileOptions to Java8, Android Studio tells me I need to enable jack. Does that mean I can't use this plugin?
sorry i don't quite understand...can you please tell me what updates I should do to my gradle file?
Do I still need to set the **compileOptions** option set? If I disable **jack** the project builds properly, but I get an error ``` Error:Lambda expressions not supported at this...
ok cool thanks a lot, i've got it working now