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

refactor: Rename CollectionGetter.java to .kt

com.ichi2.libanki.CollectionGetter
This commit is contained in:
David Allison 2022-08-27 15:35:12 +01:00 committed by Mike Hardy
parent 0a24e31898
commit 17c496830b
2 changed files with 1 additions and 1 deletions

View File

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