Files
TachideskJUI/src/test/kotlin/ca/gosyer/data/server/ExtensionInteractionTest.kt
Syer10 57ff9095a8 Rewrite backend
- 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
2021-04-21 16:07:50 -04:00

12 lines
143 B
Kotlin

package ca.gosyer.data.server
import kotlin.test.Test
class ExtensionInteractionTest {
@Test
fun `Install a extension`() {
}
}