Skip to content

Commit

Permalink
Add inspections profile (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
nbirillo authored Nov 16, 2023
1 parent 5f21afd commit 035bc1e
Show file tree
Hide file tree
Showing 3 changed files with 85 additions and 23 deletions.
78 changes: 78 additions & 0 deletions .idea/inspectionProfiles/Custom_Inspections.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/inspectionProfiles/profiles_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 1 addition & 23 deletions course-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,29 +17,7 @@ it includes all the lesson topics but does not contain the theory part.</p>
like variables: it just shows how to use them in Kotlin and can briefly remind you the definitions.</i></p>
<p>All topics will be accompanied by links to the official Kotlin documentation,
which you can read later. Some of the topics covered in the course are listed below:</p>
<ul>
<li>the entry point for a Kotlin program;</li>
<li>variables;</li>
<li>functions;</li>
<li>loops;</li>
<li>ranges;</li>
<li><em>if</em> expressions;</li>
<li>multi-row strings and string builder;</li>
<li>basic facts about the null safety mechanism;</li>
<li>basic facts about collections and lambda expressions.</li>
</ul>
<p><i>After this course, you will be ready to write basic console applications in the Kotlin-like style.</i></p>
<p><b>Before starting this course, check the following requirements:</b></p>
<ol>
<li> Your computer needs to have a stable internet connection.</li>
<li> Git version control system needs to be installed on your computer (link to <a href=\"https://git-scm.com/\">the git site</a>).</li>
<li> Make sure that the path to the root folder of the course does not contain spaces, special characters, or non-latin characters.</li>
<li> Make sure that you use the <a href=\"https://plugins.jetbrains.com/plugin/10081-edutools\">EduTools</a> plugin with version at least <em>2023.3</em>.</li>
</ol>
<p>The course is integrated into the <a href=\"https://www.jetbrains.com/idea/\">Intellij Idea IDE</a>, which has a community free license.
You may use this license to complete the course. If you have some troubles with the course installation, feel free to contact us by email <a href=\"mailto:education@jetbrains.com\">education@jetbrains.com</a>.</p>
which you can read later. After this course, you will be ready to write basic console applications in the Kotlin-like style.</p>
"
programming_language: Kotlin
content:
Expand Down

0 comments on commit 035bc1e

Please sign in to comment.