Updates Kotlin to 1.9.20. This also includes some gradle file updates because they improved the KMP setup and simplified certain things. From my understanding there is a default "KMP template" now in the background with the typical sourceset structure and therefore the custom configuration from before is no longer necessary like all the dependsOn calls.
Updates Kotlin to 1.9.20. This also includes some gradle file updates because they improved the KMP setup and simplified certain things. From my understanding there is a default "KMP template" now in the background with the typical sourceset structure and therefore the custom configuration from before is no longer necessary like all the
dependsOn
calls.