mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-04 03:14:40 -05:00
fix compile issue
This commit is contained in:
@@ -134,7 +134,7 @@ buildConfig {
|
|||||||
useKotlinOutput()
|
useKotlinOutput()
|
||||||
|
|
||||||
|
|
||||||
fun quoteWrap(obj: Any): String = """"$obj"""""
|
fun quoteWrap(obj: Any): String = """"$obj""""
|
||||||
|
|
||||||
buildConfigField("String", "NAME", quoteWrap(rootProject.name))
|
buildConfigField("String", "NAME", quoteWrap(rootProject.name))
|
||||||
buildConfigField("String", "VERSION", quoteWrap(tachideskVersion))
|
buildConfigField("String", "VERSION", quoteWrap(tachideskVersion))
|
||||||
|
|||||||
Reference in New Issue
Block a user