MarkusAmshove / Kluent

Fluent Assertion-Library for Kotlin
https://markusamshove.github.io/Kluent/
MIT License
867 stars 64 forks source link

Use the newest Multiplatform project structure #223

Open MarkusAmshove opened 2 years ago

MarkusAmshove commented 2 years ago

Kluent currently uses a Gradle structure for realizing multiplatform that is pretty dated. Since the first days of multiplatform targeting, the way to write multiplatform libraries with Gradle has changed significantly, making the Gradle project a lot more simple.

Migration to the new structure e.g. allows to specify JVM toolchains, which would prevent things like #220 in the future.