[Gradle] Fix warnings in KotlinNativeLink
^KT-56904 In Progress
This commit is contained in:
committed by
Space Team
parent
7eab4b672d
commit
42a0190986
+5
-1
@@ -114,6 +114,7 @@ constructor(
|
|||||||
project.getKonanCacheKind(konanTarget)
|
project.getKonanCacheKind(konanTarget)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Suppress("unused")
|
||||||
@get:Input
|
@get:Input
|
||||||
internal val useEmbeddableCompilerJar: Boolean = project.nativeUseEmbeddableCompilerJar
|
internal val useEmbeddableCompilerJar: Boolean = project.nativeUseEmbeddableCompilerJar
|
||||||
|
|
||||||
@@ -203,7 +204,10 @@ constructor(
|
|||||||
@get:PathSensitive(PathSensitivity.RELATIVE)
|
@get:PathSensitive(PathSensitivity.RELATIVE)
|
||||||
internal val xcodeVersion = objectFactory.fileProperty()
|
internal val xcodeVersion = objectFactory.fileProperty()
|
||||||
|
|
||||||
private val externalDependenciesArgs by lazy { ExternalDependenciesBuilder(project, compilation).buildCompilerArgs() }
|
private val externalDependenciesArgs by lazy {
|
||||||
|
@Suppress("DEPRECATION")
|
||||||
|
ExternalDependenciesBuilder(project, compilation).buildCompilerArgs()
|
||||||
|
}
|
||||||
|
|
||||||
private val cacheBuilderSettings by lazy {
|
private val cacheBuilderSettings by lazy {
|
||||||
CacheBuilder.Settings.createWithProject(
|
CacheBuilder.Settings.createWithProject(
|
||||||
|
|||||||
Reference in New Issue
Block a user