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

Rename .java to .kt

This commit is contained in:
Nishant 2022-05-18 21:21:54 +05:30 committed by Mike Hardy
parent 5b44d77ac3
commit a1378533ba
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/anki/api/Basic2Model.kt"
enum Source {
MAIN("/src/main/java"),