mirror of
https://github.com/mihonapp/mihon.git
synced 2025-06-25 10:37:51 +02:00
Create plugin for linting (#8942)
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
plugins {
|
||||
id("com.android.library")
|
||||
kotlin("android")
|
||||
id("tachiyomi.lint")
|
||||
kotlin("plugin.serialization")
|
||||
}
|
||||
|
||||
|
@ -29,6 +29,7 @@ open class Page(
|
||||
|
||||
@Transient
|
||||
private val _progressFlow = MutableStateFlow(0)
|
||||
|
||||
@Transient
|
||||
val progressFlow = _progressFlow.asStateFlow()
|
||||
var progress: Int
|
||||
|
Reference in New Issue
Block a user