Sergey
Sergey
Hello @tschuchortdev! Unfortunately, the second option - it's what I need. But maybe I found third way. Will update the thread if it works.
Hello @terrakok! Here are links to other projects which use this library: 1. https://github.com/nexryai/transit/blob/nightly/build.gradle.kts#L27-L28 2. https://github.com/dkittle/party-connections/blob/main/build.gradle.kts#L35-L36
Is **10** not enough? 😉
> https://github.com/terrakok/kmp-awesome#contribution-guide I saw it. As well as:  But we can wait, of course.
Does it work with Kotlin `1.9.23`? I will test it with `2.0.0-beta.*` version, but so far, it looks like a Kotlin resolving overloaded functions issue.
So, this is not a real issue. You face the error because you didn't import `Builder Extensions`. Just import: ```kotlin import com.ucasoft.kcron.core.extensions.hours ```
Sorry that I missed that you tested it correct at start! Yes, I can confirm that there is the issue with Kotlin `2.0.0-Beta4`. Most probably, it cannot resolve extension methods....
Here is a link on JetBrains board: [KT-66708](https://youtrack.jetbrains.com/issue/KT-66708) Extension method cannot be resolved
Hello @mgroth0! I just released new version of Kcron - 0.13.2 The issue is fixed via workaround, so I don't close the issue until [KT-66708](https://youtrack.jetbrains.com/issue/KT-66708) is not closed.
Thank you for highlighting a problem. Do you use the last version `0.10.5` in both cases?