Schedule

Report a typo

For some reason, we need to apply an annotation called @Schedule to the same element multiple times. Edit the code below to make the annotation repeatable.

Write a program in Kotlin
annotation class Schedule(val time: String)
___

Create a free account to access the full topic