mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2025-12-10 11:32:03 +01: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