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
488889f170
Tachiyomi-Extensions
/
annotations
/
build.gradle.kts
8 lines
91 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Multisrc bugfix and genkan refactor (#5707) * themesource bugfix, refactor genkan * revert 3da46570aaabed
2021-02-08 21:37:48 +00:00
plugins {
id("kotlin")
}
dependencies {
Compile to SDK 30, update lib dependencies (#7187)
2021-05-22 20:04:17 +00:00
compileOnly(Dependencies.kotlin.stdlib)
Multisrc bugfix and genkan refactor (#5707) * themesource bugfix, refactor genkan * revert 3da46570aaabed
2021-02-08 21:37:48 +00:00
}