Initial Kotlin setup and migrate YogaConstants

This commit is contained in:
Mateo Guzmán
2025-08-02 14:53:01 +02:00
parent 82671c0132
commit 42ff80bc93
5 changed files with 28 additions and 25 deletions

View File

@@ -9,6 +9,7 @@ plugins {
id("com.android.library") version "8.7.1" apply false
id("com.android.application") version "8.7.1" apply false
id("io.github.gradle-nexus.publish-plugin") version "1.3.0"
id 'org.jetbrains.kotlin.android' version '2.2.0' apply false
}
allprojects {