> Configure project :composeApp
The Provider.forUseAtConfigurationTime method has been deprecated. This is scheduled to be removed in Gradle 9.0. Simply remove the call. Consult the upgrading guide for further information: https://docs.gradle.org/8.7/userguide/upgrading_version_7.html#for_use_at_configuration_time_deprecation
w: Missing 'androidTarget()' Kotlin target in multiplatform project 'composeApp (:composeApp)'.
The Android Gradle plugin was applied without creating a corresponding 'android()' Kotlin Target:
plugins {
id("com.android.application")
kotlin("multiplatform")
}
kotlin {
androidTarget() // <-- please register this Android target
}
Kotlin: 1.9.22
Groovy: 3.0.17
Agp: 8.2.0
Ant: Apache Ant(TM) version 1.10.13 compiled on January 4 2023
JVM: 22 (Oracle Corporation 22+36-2370)
OS: Mac OS X 14.4 aarch64
Getting this error :-
Here's my repo :- https://github.com/Niraj81/Wordle-Multiplatform