I personally prefer to use the non-generated `conf...
# gradle
o
I personally prefer to use the non-generated
configure
method:
Copy code
configure<KotlinMultiplatformExtension> {
   // `this` is now of type KotlinMultiplatformExtension, so you can just write code like normal here
}