We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
compile
My dependencies look like
dependencies { implementation("androidx.core:core-ktx:1.10.1") implementation("androidx.appcompat:appcompat:1.6.1") compile(group="com.yahoofinance-api", name="YahooFinanceAPI", version= "3.17.0") }
I get an error trying to build. The error says that compile is unknown. This is despite adding java to my plugins like so.
plugins { id("com.android.application") id("org.jetbrains.kotlin.android") java }
The text was updated successfully, but these errors were encountered:
See: https://stackoverflow.com/questions/73921459/stringindexoutofboundsexceptio-error-occurred-while-using-yahoo-finance-api-in-k
Sorry, something went wrong.
No branches or pull requests
My dependencies look like
I get an error trying to build. The error says that compile is unknown. This is despite adding java to my plugins like so.
The text was updated successfully, but these errors were encountered: