Oleksii Malovanyi

Results 19 comments of Oleksii Malovanyi

Had a quick look on decompiled sources: looks like there is no plain java class for supported devices, instead `Session` has native method wrapped with javish `isSupported` -> so we...

The method we are looking for is a dead simple oneliner, but I haven't checked imports yet, so not sure if everything is linkable

Confirm, fix is great! @endryha please, create a pull request ;-)

Working on the same thing for https://github.com/techery/presenta Have a feeling that `mortat` is odd now with flow's Services

I've tried the latest plugin from the link on above, but it fails with `Test framework quit unexpectedly`. Could anyone help to get the logs out? ![screenshot](https://d1ro8r1rbfn3jf.cloudfront.net/ms_15285/g5bsdDwKbSLJsdeUjnQPLueinSn6ly/treel-android%2B%255B%257E%252Fandroid%252Fworkspace%252FTechery%252Ftreel%252Ftreel-android%255D%2B-%2B...%252Fapp%252Fsrc%252Ftest%252Fkotlin%252Fcom%252Fvodolazskiy%252Ftreellogin%252FSpekSample%25E2%2580%25A6%2B2018-03-28%2B15-21-02.png?Expires=1522326131&Signature=MUydyZLs39qf5m1E30r3z~dGjWdXXXEMH3FGn6fCBwPt845ALCg6Urw7IYzzqte0MeOa7Ng5QzW~ADasFICUDtf5m27LgnvGov7sYHZkoXiTVBHsAq2PraW-zC8GMhML2lJZKi36V7RsQe3fQg5yn7wgSQ2yzCzXoLc9nUDYQizs22wPHC~rd2V79hebQ~E-sVgQ1VAreEI8qkY8f8zZSQX00RCwzzdlGDm2gjvDSEgU81ClYLpcqbKDbfub4uG0dcJU74kdJk3l~RLVaKtGpl~z6lMBM-FrPYrNHfd7ExD3rlojAWzcZxV7aMjNbdQ0s56x-QNPscWryigvred5UA__&Key-Pair-Id=APKAJHEJJBIZWFB73RSA) My config is...

OK, my problem was `testRuntimeOnly(deps.test.spek.engine)` – it should be `testCompileOnly(deps.test.spek.engine)`

@radityagumay here it is ## Gradle wrapper: 4.6 ## Dependencies versions ``` versions.android_gradle_plugin = '3.1.0' //============================================== KOTLIN ============================================ versions.kotlin = '1.2.31' versions.kotlin_runtime = "${versions.kotlin}-release-Studio3.1-1" def kotlin = [:] kotlin.stdlib =...

@radityagumay you're missing ``` testImplementation junit5.unitTests() testCompileOnly junit5.unitTestsRuntime() ``` Note, it's not a custom dependency, but a function from `de.mannodermaus.android-junit5` plugin. Also, as I understand it completely swaps `testImplementation testLibraries.junitEngine`

@raniejade plugin works pretty fine 👍