[IFT] Duplicate Java lessons to the corresponding modules

Now they will be opened as completed so a user will not be confused or pass it twice

GitOrigin-RevId: 6c30e684f53f77f1ce77ffac206c8b78476eb007
This commit is contained in:
Alexey Merkulov
2020-11-21 23:18:23 +03:00
committed by intellij-monorepo-bot
parent 3143f3b836
commit d474fd5755

View File

@@ -57,6 +57,7 @@ class JavaLearningCourse : LearningCourseBase(JavaLanguage.INSTANCE.id) {
primaryLanguage = langSupport,
moduleType = LessonType.SCRATCH) {
listOf(
JavaBasicCompletionLesson(it),
JavaSmartTypeCompletionLesson(it),
JavaPostfixCompletionLesson(it),
JavaStatementCompletionLesson(it),
@@ -92,6 +93,7 @@ class JavaLearningCourse : LearningCourseBase(JavaLanguage.INSTANCE.id) {
primaryLanguage = langSupport,
moduleType = LessonType.PROJECT) {
listOf(
JavaSearchEverywhereLesson(it),
JavaFileStructureLesson(it),
JavaDeclarationAndUsagesLesson(it),
JavaInheritanceHierarchyLesson(it),