it looks like `@file:OptIn(ExperimentalTime::class...
# community-support
g
it looks like
@file:OptIn(ExperimentalTime::class)
on the top in a pre-compiled plugin breaks the Gradle generated id, that is the generated id becomes unresolved if the file optin is present any idea how to solve it?
e
what version of Gradle? https://github.com/gradle/gradle/issues/16154 should be fixed since 8.3.0
g
8.7
that's exactly my issue, I googled, but I couldn't find anything, thanks for pointing that out, ephemient