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:
Prateek Singh 2022-06-07 14:29:11 +05:30 committed by David Allison
parent c564f0cd39
commit 9b657b7cd2
2 changed files with 2 additions and 2 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.MAIN
def className = ""
def source = Source.TEST
def className = "/com/ichi2/anki/lint/rules/DirectGregorianInstantiationTest.kt"
enum Source {
MAIN("/src/main/java"),