[NoKotlinTargetsDeclared | ERROR] No Kotlin Targets Declared
Please initialize at least one Kotlin target in 'noTargetsDeclared (:)'.
Please declare at least one Kotlin target.
Read more https://kotl.in/set-up-targets
----
[UnusedSourceSetsWarning | WARNING] Unused Kotlin Source Sets
The following Kotlin source sets were configured but not added to any Kotlin compilation:
 * commonMain
 * commonTest
You can add a source set to a target's compilation by connecting it with the compilation's default source set using 'dependsOn'.
See https://kotl.in/connecting-source-sets