Fix debug/release sources packages
parent
0ccbba6787
commit
24b16e2ce2
@ -1,4 +1,4 @@
|
|||||||
package org.koitharu.kotatsu.util
|
package org.koitharu.kotatsu.core.util
|
||||||
|
|
||||||
import android.util.Log
|
import android.util.Log
|
||||||
import androidx.recyclerview.widget.RecyclerView.AdapterDataObserver
|
import androidx.recyclerview.widget.RecyclerView.AdapterDataObserver
|
||||||
@ -1,3 +1,3 @@
|
|||||||
package org.koitharu.kotatsu.util.ext
|
package org.koitharu.kotatsu.core.util.ext
|
||||||
|
|
||||||
fun Throwable.printStackTraceDebug() = printStackTrace()
|
fun Throwable.printStackTraceDebug() = printStackTrace()
|
||||||
@ -0,0 +1,6 @@
|
|||||||
|
@file:Suppress("UnusedReceiverParameter")
|
||||||
|
|
||||||
|
package org.koitharu.kotatsu.core.util.ext
|
||||||
|
|
||||||
|
@Suppress("NOTHING_TO_INLINE")
|
||||||
|
inline fun Throwable.printStackTraceDebug() = Unit
|
||||||
@ -1,5 +0,0 @@
|
|||||||
package org.koitharu.kotatsu.utils.ext
|
|
||||||
|
|
||||||
import org.koitharu.kotatsu.BuildConfig
|
|
||||||
|
|
||||||
inline fun Throwable.printStackTraceDebug() = Unit
|
|
||||||
Loading…
Reference in New Issue