Refactor and optimization

This commit is contained in:
Koitharu
2022-05-10 17:45:11 +03:00
parent 1cbb825892
commit 3e785a2555
41 changed files with 593 additions and 518 deletions

View File

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