Mahdi Pishguy
Mahdi Pishguy
``` buildscript { ext.kotlin_version = '1.7.10' ext { compileSdkVersion = 30 targetSdkVersion = 30 appCompatVersion = "1.1.0" } repositories { google() mavenCentral() } dependencies { classpath 'com.android.tools.build:gradle:7.3.1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" //...
i have this problem yet
Thanks Mr.Rudenko, unfortunately i dont know how to change it and i cant do that :( , have you free time to fix it?
@behdad222 Connection timed out: connect. If you are behind an HTTP proxy, please configure the proxy settings either in IDE or Gradle.
@guillaumeprevost thanks, could you send PR please?
> > > I know it's an old issue. But I solved this by using `launchTo()` instead of `expand()` could you give me sample code how can i use that?
+1
@twistedequations could you fix that and send pull request for this problem? i want to use this library, because its easier than `volley`