mirror of
				https://github.com/InsanusMokrassar/MicroUtils.git
				synced 2025-11-04 06:00:22 +00:00 
			
		
		
		
	Revert "remove redundant dokka println"
This reverts commit b53cfd5504.
			
			
This commit is contained in:
		@@ -81,6 +81,9 @@ kotlin {
 | 
				
			|||||||
//                        && it.kotlin.sourceSets.any { it.name.contains("commonMain") }
 | 
					//                        && it.kotlin.sourceSets.any { it.name.contains("commonMain") }
 | 
				
			||||||
                        && it.kotlin.sourceSets.any { it.name.contains("androidMain") }
 | 
					                        && it.kotlin.sourceSets.any { it.name.contains("androidMain") }
 | 
				
			||||||
                    ) {
 | 
					                    ) {
 | 
				
			||||||
 | 
					                        it.kotlin.sourceSets.forEach {
 | 
				
			||||||
 | 
					                            println(it.dependsOn)
 | 
				
			||||||
 | 
					                        }
 | 
				
			||||||
                        api it
 | 
					                        api it
 | 
				
			||||||
                    }
 | 
					                    }
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user