0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-20 12:02:16 +02:00

[Kotlin Migration] CardTemplateEditorTest

This commit is contained in:
Akshay 2022-01-15 20:56:06 +05:30 committed by Mike Hardy
parent a0b1c04178
commit 93ab582830
2 changed files with 434 additions and 447 deletions

View File

@ -42,8 +42,8 @@ permission notice:
// Example of class name: "/com/ichi2/anki/UIUtils.kt"
// Ensure that it starts with '/' (slash)
def source = Source.TEST
def className = "/com/ichi2/anki/CardTemplateEditorTest.kt"
def source = Source.MAIN
def className = ""
enum Source {
MAIN("/src/main/java"),