Fix debug/release sources packages

This commit is contained in:
Koitharu
2023-06-08 21:15:32 +03:00
parent 0ccbba6787
commit 24b16e2ce2
45 changed files with 48 additions and 49 deletions

View File

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

View File

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