How to use Kotlin Multiplatform for sharing logic between Android, iOS and Web in 2026

How to use Kotlin Multiplatform for sharing logic between Android, iOS and Web in 2026

Tiempo de lectura: 2 minutosKotlin Multiplatform (KMP) has become one of the most attractive technologies in modern development. It’s not a new framework, but an extension of the Kotlin language itself that allows writing common code reusable across multiple platforms without sacrificing performance or native integrations. You’ll learn what it is, how it works and how to start creating … Read more

Flutter: Fixing problem [!] Your project requires a newer version of the Kotlin Gradle plugin when generating build or APK.

Flutter: Fixing problem [!] Your project requires a newer version of the Kotlin Gradle plugin when generating build or APK.

Tiempo de lectura: < 1 minutoWe will solve today’s problem: │ [!] Your project requires a newer version of the Kotlin Gradle plugin. │ What appears when we want to generate an APK with Flutter and find out that Kotlin is outdated. We need to do the following: Open the file: android/build.gradle And search for this line (or if there’s … Read more

Create a banner with AdMob on Android using Java or Kotlin

Create a banner with AdMob on Android using Java or Kotlin

Tiempo de lectura: 3 minutosCreate a banner with AdMob in an Android application is a process that involves several steps. Below, I will provide you with a basic step-by-step tutorial using Java or Kotlin and the AdMob SDK. Step 1: AdMob Configuration Create an AdMob account: If you don’t have an AdMob account yet, go to AdMob and sign … Read more