Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 643 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 643 Bytes

Futurist

Include this plugin to @OptIn to everything.

Usage

Android

plugins {
    id("dev.jeran.futurist.android").version("1.6.0")
}

Kotlin Multiplatform

plugins {
    id("dev.jeran.futurist.multiplatform").version("1.6.0")
}

Warning

Unfortunately this will produce a warning in your build output for every unrecognized annotation.

Contributing

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.