Include this plugin to @OptIn
to everything.
plugins {
id("dev.jeran.futurist.android").version("1.6.0")
}
plugins {
id("dev.jeran.futurist.multiplatform").version("1.6.0")
}
Unfortunately this will produce a warning in your build output for every unrecognized annotation.
See Annotations.kt for a list of currently supported annotations.
If you need an annotation that isn't on this list, feel free to open a pull request.