build fix

This commit is contained in:
2026-04-18 18:40:16 +06:00
parent bd71e642b2
commit 00ab078891
5 changed files with 30 additions and 16 deletions

View File

@@ -156,7 +156,7 @@ suspend fun main(vararg args: String) {
isAnonymous = false,
replyParameters = ReplyParameters(it),
correctOptionIds = correctAnswer.sorted(),
allowMultipleAnswers = correctAnswer.size > 1,
allowsMultipleAnswers = correctAnswer.size > 1,
allowsRevoting = true,
shuffleOptions = true,
hideResultsUntilCloses = true,