KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
futurist
★ 17
Open GitHub ↗
Skip the annotations. Opt in to everything.
Download README (.md)
Explore Similar Repositories
accept-payments
:
Explore top payment methods to learn how you can build with Rapyd in a single integration offering customers their preferred local payment features.
GMM_VAD
:
No description available.
vscode-extension
:
View in JSON Hero from VS Code
PowerApps
:
No description available.
piedomains
:
Classify the kind of content hosted by the domain using the domain name, and text and screenshot of the homepage.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
futurist
?
Download (.md)
# Futurist Include this plugin to `@OptIn` to everything. ## Usage ### Android ```kotlin plugins { id("dev.jeran.futurist.android").version("1.6.0") } ``` ### Kotlin Multiplatform ```kotlin 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](https://github.com/jeran/futurist/blob/main/src/main/kotlin/futurist/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.