Pablo Baldez
Pablo Baldez
same issue to me
I solve it. just change %s://api.tiles.mapbox.com/v3/%s/%d/%d/%d.png by https://api.tiles.mapbox.com/v4/%s/%d/%d/%[email protected]?access_token=%s and replace %s with your mapbox access token The secret here is the @2x
important info: If I try the same thing using the `kotlinx-serialization-json` it works perfectly ```kotlin val oddsMap = mapOf( "type" to JsonPrimitive("AMERICAN"), "value" to JsonPrimitive(1L) ) val e = JsonObject(...
@St4B I don't think is a good aproach lose Room features of update LiveData just because its part of framework. This rule is very important to make the unit tests...
@Zhuinden yes. You have to add dependencies of livedata to unit test `android.arch.core:core-testing:$arch_version` and than add the rule `InstantTaskExecutorRule` into unit test file
I'm facing a `java.lang.ClassNotFoundException`. very similar issue
is there any workaround for this issue?
@OptimumCode I tried the community IntelliJ but then another problem appeared. I made the `DangerFileScript` appears in the Kotlin Scritp list (only after changing `idea.properties` file) But the references still...