Initial Kotlin setup and migrate YogaConstants #1829

Closed
mateoguzmana wants to merge 2 commits from feat/initial-setup-for-kotlin into main
5 changed files with 28 additions and 25 deletions
Showing only changes of commit a4286e3233 - Show all commits

View File

@@ -9,7 +9,7 @@ plugins {
id("com.android.library") version "8.7.1" apply false
cortinico commented 2025-08-04 02:39:37 -07:00 (Migrated from github.com)
Review

Can you use the same Kotlin version we use inside react-native here (2.1.20)?

Can you use the same Kotlin version we use inside react-native here (2.1.20)?
mateoguzmana commented 2025-08-04 09:10:40 -07:00 (Migrated from github.com)
Review

Changed it in a4286e3233

Changed it in a4286e3233e491175fa8d0599880dca97c05fe4a
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
id 'org.jetbrains.kotlin.android' version '2.1.20' apply false
}
allprojects {