aishwaryabhishek3
04/18/2024, 6:37 AM//Syntax might be wrong
commonMain {
implementation (library)
}
But I want to currently use it purely in android module
androidbuild.gradle
dependencies {
implementation library
}
The reason I am asking this is because I am not able to find the library’s classes after adding dependency.Pablichjenkov
04/18/2024, 6:42 AM