Caique Oliveira

Results 7 comments of Caique Oliveira

Ainda em dúvida do título da talk mas por hora vou deixar esse mesmo :)

For those waiting for this pr. You can update to kotlin 1.9 and use the code below: ```kotlin sourceSets { //val commonMain by getting androidMain { dependsOn(commonMain.get()) } iosMain {...

> I have a question, I need to use the current version or compile in maven local this PR and put this changes ? I did it using the 0.23.0...

I've got the same problem @Alex009 trying to access a custom font my configuration to my current module: ```kotlin plugins { id(libs.plugins.multiplatform.get().pluginId) alias(libs.plugins.compose) id(libs.plugins.android.library.get().pluginId) alias(libs.plugins.moko) } setupKMP() kotlin { sourceSets...

Removing `android.defaults.buildfeatures.resvalues=false` from my gradle.properties solves to build on Android. If I fix that on iOS I'll update here

Opa @orafaaraujo vou da uma olhada em como quebrar em 3 partes e te dou um retorno em breve. Abraço

I'm facing the same error, have you solved it @Vaibhav-214 ?