redbassett
04/12/2020, 5:48 AMkotlin {
linuxArm32Hfp("projectname") {
[…]
}
sourceSets {
projectnameMain {
dependencies {
implementation 'com.example.package:artifact-name:0.0.0'
}
}
}
}
The string passed to implementation
is highlighted in IntelliJ with this warning:
‘implementation’ cannot be applied to ‘(java.lang.String)’Where do I put dependencies and how do I format them?
Dominaezzz
04/12/2020, 1:13 PMredbassett
04/12/2020, 6:56 PMCould not resolve org.jetbrains.kotlinxkotlinx coroutines core native1.3.5.
Required by:
project :
Possible solution:
- Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html
redbassett
04/12/2020, 6:56 PMjcenter()
is already declared in the repos.)Dominaezzz
04/12/2020, 7:23 PMredbassett
04/12/2020, 7:34 PMid ‘org.jetbrains.kotlin.multiplatform’ version ‘1.3.71’
redbassett
04/12/2020, 7:35 PMDominaezzz
04/12/2020, 7:41 PMDominaezzz
04/12/2020, 7:42 PMDominaezzz
04/12/2020, 7:42 PMlinuxArm32Hfp
is not supported yet.Dominaezzz
04/12/2020, 7:43 PMkotlinx.coroutines
that is)redbassett
04/12/2020, 8:59 PMDominaezzz
04/12/2020, 9:02 PMredbassett
04/12/2020, 9:09 PM