mirror of
https://github.com/jlengrand/compose-multiplatform.git
synced 2026-03-10 08:11:20 +00:00
Reset timebomb
This commit is contained in:
@@ -50,7 +50,7 @@ fun cloneTemplate(template: String, index: Int, content: String): File {
|
||||
return tempDir
|
||||
}
|
||||
|
||||
val ignoreTill = java.time.LocalDate.parse("2022-02-10")
|
||||
val ignoreTill = java.time.LocalDate.parse("2022-02-20")
|
||||
|
||||
fun isIgnored(tutorial: String): Boolean {
|
||||
if (java.time.LocalDate.now() > ignoreTill) return false
|
||||
|
||||
Reference in New Issue
Block a user