Refactoring

This commit is contained in:
Koitharu
2023-05-19 14:19:02 +03:00
parent 65ed5c7e6b
commit 96c89a716e
453 changed files with 2009 additions and 1975 deletions

View File

@@ -1,4 +1,4 @@
package org.koitharu.kotatsu.utils
package org.koitharu.kotatsu.util
import android.util.Log
import androidx.recyclerview.widget.RecyclerView.AdapterDataObserver

View File

@@ -0,0 +1,3 @@
package org.koitharu.kotatsu.util.ext
fun Throwable.printStackTraceDebug() = printStackTrace()

View File

@@ -1,3 +0,0 @@
package org.koitharu.kotatsu.utils.ext
fun Throwable.printStackTraceDebug() = printStackTrace()