blakelee
04/30/2025, 5:32 PMkotlin {
sourceSets {
commonMain.dependencies { }
}
}
However in Kotlin 2.1.20 (Multiplatform) it shows this lint warning under the dependencies
text
> Suspicious receiver type; this does not apply to the current receiver of type NamedDomainObjectContainer. This will apply to a receiver of type NamedDomainObjectProvider, found in one of the enclosing lambdas. Make sure it’s declared in the right place in the file.
What should be the approach here instead? It seems like the documentation should be updatedtapchicoma
04/30/2025, 6:24 PMblakelee
04/30/2025, 6:26 PMtapchicoma
04/30/2025, 6:27 PMblakelee
04/30/2025, 6:28 PMAndroid Studio Meerkat Feature Drop | 2024.3.2 Canary 8
Build #AI-243.24978.46.2432.13174079, built on March 6, 2025
Runtime version: 21.0.6+-13119726-b895.91 aarch64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Toolkit: sun.lwawt.macosx.LWCToolkit
macOS 15.4.1
GC: G1 Young Generation, G1 Concurrent GC, G1 Old Generation
Memory: 32768M
Cores: 14
Metal Rendering is ON
Registry:
ide.instant.shutdown=false
ide.experimental.ui=true
terminal.new.ui=true
Non-Bundled Plugins:
com.intellij.marketplace <tel:(243.24978.86|(243.24978.86>)
dev.j-a.swift (1.3.1.388-243)
dev.polek.adbwifi (1.2.6)
Docker <tel:(243.24978.54|(243.24978.54>)
io.github.composegears.valkyrie (0.13.0)
com.jetbrains.kmm (0.8.4(243)-3)
org.jetbrains.compose.desktop.ide (1.7.3)
com.suusan2go.kotlin-fill-class (2.0.1)
com.github.copilot (1.5.30-242)
tapchicoma
04/30/2025, 6:28 PMblakelee
04/30/2025, 6:29 PMtapchicoma
04/30/2025, 6:41 PMblakelee
04/30/2025, 6:43 PM