fix(deps): upgrade everything to unstable tracks

This commit is contained in:
Harsh Shandilya 2024-03-22 00:12:56 +05:30
parent b05c71fc35
commit 4852adfe2e
2 changed files with 10 additions and 10 deletions

View file

@ -32,7 +32,7 @@ abstract class BuildOnApiTask : DefaultTask() {
.get()
.build()
OkHttp.CLIENT.newCall(projectRequest).execute().use { response ->
val projects = projectAdapter.fromJson(response.body!!.source())
val projects = projectAdapter.fromJson(response.body.source())
if (projects != null) {
val identifier =
projects.projects