Murat YÜKSEKTEPE

Results 4 comments of Murat YÜKSEKTEPE

Hello, @ugre and @SmartToolFactory i faced same issue, did you find the solution for this one?

I find the solution. Just change "**_currentPathProperty_**" to "**_property_**" at 218, 219 and 220th lines in DrawingApp.kt ``` paths.forEach { val path = it.first val property = it.second if (!property.eraseMode)...

``` dependencyResolutionManagement { repositoriesMode.set(RepositoriesMode.PREFER_SETTINGS) repositories { google() jcenter()