DatL4g / Sekret

🔒 Deeply hide secrets with Kotlin Multiplatform
Apache License 2.0
41 stars 0 forks source link

Not able to import plugin #5

Closed Niraj81 closed 6 months ago

Niraj81 commented 6 months ago

Getting this error :-

> 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
}

Here's my repo :- https://github.com/Niraj81/Wordle-Multiplatform

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