Hi guys, is it possible to prepopulate a db (realm or room) within a gradle task? I have a table from db in json or csv that I need to parse to deliver apk with this data. Thanks!
c
Czar
08/04/2018, 10:27 PM
Yes you can write whatever code you need in gradle scripts. It's not kotlin specific though.