Open Makalur opened 5 years ago
build.gradle: implementation 'com.pushtorefresh.storio3:sqlite:3.0.1'
sync error: Failed to resolve: com.pushtorefresh.storio3:sqlite:3.0.1
How we can migrate to androidx with storio? Maybe you have some .jar files?
I've published the fork you can change kapt "com.pushtorefresh.storio3:sqlite-annotations-processor:3.0.0" to kapt "com.github.justokay.storio:storio-sqlite-annotations-processor:v3.0.5"
kapt "com.pushtorefresh.storio3:sqlite-annotations-processor:3.0.0"
kapt "com.github.justokay.storio:storio-sqlite-annotations-processor:v3.0.5"
build.gradle: implementation 'com.pushtorefresh.storio3:sqlite:3.0.1'
sync error: Failed to resolve: com.pushtorefresh.storio3:sqlite:3.0.1
How we can migrate to androidx with storio? Maybe you have some .jar files?