This website requires JavaScript.
Explore
Help
Register
Sign In
Draff
/
Tachiyomi-Extensions
Watch
1
Star
0
Fork
You've already forked Tachiyomi-Extensions
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
332da1818f
Tachiyomi-Extensions
/
annotations
/
build.gradle.kts
8 lines
83 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Annotate multi-source factories Doesn't do anything yet. Will add an annotation processor to do add info the repo JSON in the future.
2020-06-25 23:04:05 +00:00
plugins {
id("kotlin")
}
dependencies {
Fix Nsfw annotations pulling in Kotlin stdlib into final APKs
2020-08-29 14:48:58 +00:00
compileOnly(Deps.kotlin.stdlib)
Annotate multi-source factories Doesn't do anything yet. Will add an annotation processor to do add info the repo JSON in the future.
2020-06-25 23:04:05 +00:00
}