Skip to content

Commit

Permalink
refactor: Convert Sched to Kotlin
Browse files Browse the repository at this point in the history
com.ichi2.libanki.sched.Sched
  • Loading branch information
david-allison committed Sep 4, 2022
1 parent a69211f commit df4b952
Show file tree
Hide file tree
Showing 4 changed files with 682 additions and 748 deletions.
2 changes: 1 addition & 1 deletion AnkiDroid/kotlinMigration.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "/com/ichi2/libanki/sched/Sched.kt"
def className = ""

enum Source {
MAIN("/src/main/java"),
Expand Down
Loading

0 comments on commit df4b952

Please sign in to comment.