Stanislav Zemlyakov

Results 23 comments of Stanislav Zemlyakov

Seems like `com.android.tools.idea.gradle.dsl.api.dependencies.DependenciesModel` with its `addArtifact(..)` function is only implemented for `*.gradle` files. All logic about parsing `artifact` String and placing it to the actual Gradle module is solved by...

@yigit this might be fixed in AS 4.0, but haven't checked yet.

Is there any way to predict that library uses annotation processor?

You have do grant camera permissions to the app. Go to apps settings and turn camera permission on.

The same problem to me, working on it. f I get something, I'll let you know.

Seems like the problem in destination URI. I've used the code from sample: `SampleActivity:233` to create destinationUri : ```kotlin val destinationUri = Uri.fromFile(File(getCacheDir(), "balbla.jpg") UCrop.of(sourceUri, destinationUri)... ```

Well, I worked with JavaFX for some time. And also quite familiar with RxJava (thank you for the book). If you are able to help me with mentoring, I'll be...

What kind of shortcut do you want to see as result? `val keyCharObservable = eventsOf(scene, EventType)`?