Dheeraj khushalani

Results 4 comments of Dheeraj khushalani

I am facing the same issue, Any updates?

14.11.0, worked for me, with kotlin 1.9.25.

Inside buid.gradle (app) , add this android{ .... // Configure configurations to handle dependency conflicts configurations.all { resolutionStrategy { force "androidx.core:core:1.13.1" force "androidx.versionedparcelable:versionedparcelable:1.1.1" force 'androidx.appcompat:appcompat:1.6.1' // Ensure consistent AndroidX versions...

When I added the grammar array, it is detecting words present in the array. Now, how can I make it dynamic?