mirror of
https://github.com/Suwayomi/TachideskJUI.git
synced 2025-12-10 06:42:05 +01:00
- Use Tachiyomi 1.x Preference backend - Switch DI from Koin to Toothpick - Use gradle BuildConfig library to move variables from gradle to the App - Switch from Logback to Log4j2 with slf4j implmenetation - Try to use the same java as the application for the server - Add Run Debug run configuration
12 lines
143 B
Kotlin
12 lines
143 B
Kotlin
package ca.gosyer.data.server
|
|
|
|
import kotlin.test.Test
|
|
|
|
class ExtensionInteractionTest {
|
|
|
|
|
|
@Test
|
|
fun `Install a extension`() {
|
|
|
|
}
|
|
} |