ttypic / swift-klib-plugin

Gradle Plugin for injecting Swift code into Kotlin Multiplatform Mobile shared module
MIT License
193 stars 9 forks source link

Upgrade gradle and dependencies. Migrate to version catalog. #31

Closed IlyaGulya closed 2 months ago

IlyaGulya commented 3 months ago
  1. Upgrade Gradle to 8.8
  2. Upgrade kotlin to 2.0.0
  3. Migrate all dependencies to use version catalogs
  4. Declare repositories inside settings.gradle.kts dependencyResolutionManagement block instead of allprojects on in the root project.
markst commented 2 months ago

@JesusMcCloud