Essential session storage is required to sign in. Optional analytics remain off unless you allow them.
Turn the path into reviewable evidence with its scoped project milestones and explicit grading criteria.
Write a small command-line Kotlin program (a todo tracker, a unit converter, a word-frequency counter). It must be idiomatic: prefer val over var; use...
Build a Kotlin program that fetches or processes several things CONCURRENTLY using coroutines (e.g. fetch N URLs / read N files / run N computations...
Design a small, well-typed Kotlin LIBRARY for a domain (a validation library, a query/HTML builder, a state machine). Show off the language: model the...